[PHP] Re: how to write clean code.

2003-02-03 Thread David Eisenhart
Another template engine you could consider is Smarty http://smarty.php.net/. One can write very elegant code using such an templating system david > > it is also good idea to separate html from the code, for instance by using > some template engine. > > rush -- PHP General Mailing List (htt

[PHP] Re: how to write clean code.

2003-02-02 Thread rush
"Anders Thoresson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Where can I find good guidelines on how to write PHP-code that's easy to > read for a human? it is also good idea to separate html from the code, for instance by using some template engine. rush