[PHP] Re: 3 tier web development

2003-02-07 Thread David Eisenhart
You may be interested in the article: Using PHP to Develop Three-Tier Architecture Applications (http://www.zend.com/zend/tut/tutsweatpart1.php) David Eisenhart. "Hardik Doshi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Everyone, > > I am curious to kn

[PHP] Re: 3 tier web development

2003-02-07 Thread rush
> 1. How one can seperate HTML and PHP (or any other > programming code). Is there anything in PHP so i can > seperate Interface layer and programming logic layer? You can do it by using some template engine or with xslt. I would suggest that you try TemplateTamer (link is in the sig), since it