On 3/3/07, Kenneth Gonsalves lawgon@au-kbc.org wrote:
the database must distrust the business logic and the presentation layer. The business logic layer must distrust the presentation layer. Or to put it crudely, dont put html in your code, dont put code in your html, dont put sql in your html etc etc etc. If you use python or perl with a proper templating language, you cant do these things.
php mvc and pear help do something similar. i can write crappier code embedding html in perl too . i have seen several ppl do it.
--