Re: [PHP] best way for PHP page

2008-01-02 Thread tedd
At 8:17 AM +0100 1/2/08, Alain Roger wrote: the purpose of my post is to know if i can really (at 100%) split client code (display images, write text,...) from server code (move or copy data to DB, create connection objects,...) so what do you think about that ? Alain: What do I think about t

Re: [PHP] best way for PHP page

2008-01-02 Thread Dave Goodchild
If MVC is too heavy for you it may also be worth exploring templating engines such as Smarty: http://www.smarty.net/ On Jan 2, 2008 4:10 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Jan 2, 2008 2:17 AM, Alain Roger <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > i would like to improve my codi

Re: [PHP] best way for PHP page

2008-01-02 Thread Nathan Nobbe
On Jan 2, 2008 2:17 AM, Alain Roger <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to improve my coding quality when i use PHP code and for that > i > would request your help. > in my web developer experience, i have to confess that i've never > succeeded > in spliting PHP code from HTML code.

Re: [PHP] best way for PHP page

2008-01-02 Thread Brady Mitchell
i would like to improve my coding quality when i use PHP code and for that i would request your help. in my web developer experience, i have to confess that i've never succeeded in spliting PHP code from HTML code. There's a myth that by separating html and php your code is cleaner, it's

Re: [PHP] best way for PHP page

2008-01-02 Thread Sancar Saran
On Wednesday 02 January 2008 09:17:50 Alain Roger wrote: > Hi, > > i would like to improve my coding quality when i use PHP code and for that > i would request your help. > in my web developer experience, i have to confess that i've never succeeded > in spliting PHP code from HTML code. > > i mean

Re: [PHP] best way for PHP page

2008-01-02 Thread Casey
On Jan 1, 2008 11:17 PM, Alain Roger <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to improve my coding quality when i use PHP code and for that i > would request your help. > in my web developer experience, i have to confess that i've never succeeded > in spliting PHP code from HTML code. > >