[PHP] Planning a project with PHP.

2003-09-05 Thread [EMAIL PROTECTED]
I am building a project where I plan to build a site with PHP. Right now I have organized it with the following: Page objects ­ format and layout of the pages Functional Objects ­ Database querys Data objects ­ objects that hold data specific to the object type. Scripts ­ scripts called to

Re: [PHP] Planning a project with PHP.

2003-09-05 Thread Raditha Dissanayake
Hi, Just a personal opinion only: If you are a die hard OO fan. you are better of with J2EE. If you were brought up on C, think linux is the best thing that ever happened to computers, welcome to the world of PHP. best regards raditha [EMAIL PROTECTED] wrote: I am building a project where I

Re: [PHP] Planning a project with PHP.

2003-09-05 Thread Leonie
Have you checked out the code libraries at PEAR? It is all OO and includes templates for separating code from presentation. I think its pretty cool. http://www.pear.php.net/ You might also like to check this out with the folks at another forum on news.php.net: php.pear.general I think