Quote:
|
Originally Posted by e-vange
I'm just starting on this intergration line myself, why would using the include be wrong?
|
The best thing you can do your future development as a php developer is to learn to use a template engine first. A lot of people call this too much overhead but it is really not.
Over there on the left underneath my avatar is a link that say's to view my blog articles or something like that, click on it and read the article I wrote about template engines.
edit: nevermind I think we got rid of the blog in favor of the new article site coming soon.
Here is a link to read instead.... http://smarty.php.net/whyuse.php
Keep in mind many people will say just the opposite of what that page says. And although I do agree that smarty if very bloated it's one of the very few projects that completely abstracts your business logic from your design elements and even allows you to use looping within your templates in order to utilize one template rather than multiple templates (Xoops does this quite effectively).
Last edited by Republikin; 06-15-2005 at 07:47 AM..
|