Thread: Creating a CMS
View Single Post
  #1 (permalink)  
Old 05-27-2007, 09:32 PM
albeva albeva is offline
Junior Member
 
Join Date: May 2007
Posts: 22
Default Creating a CMS

Okay I am creating a new CMS system. But I have a general question about Zend - what is the best coding / application design practice using it?

I know views should keep only displaying code (and in fact I integrated smarty so...), controller should be like a bridge between user and the system?

and where and how should core logic be placed? Right now I have simply a folder in the root that contains my classes that interact with database and other such (classes that do actual work)

Sry if I am confusing... I am not asking coding help - rather advise how to structure and lay out the code in Zend - what is best practice todo that.

tnx
Reply With Quote