matthewhaworth Posted July 22, 2008 Share Posted July 22, 2008 I am getting really bored of looking through content display systems and template systems and nothing appealing to me. A template system is far too much work for my site I think.. and a lot of people seem to be going off them.. people have suggested using a page class that is initiated on each page and add content to it through methods before rendering it at the end. But that presents the problem of putting HTML into classes : P which is 'bad technique'. (And I hate using bad technique). I just want someone to show me more alternatives *sigh* though I'm being a bit too picky.. I just don't know which way I want to go about it. Presently.. just to keep me doing something, I've created a new php page for each like module of my website.. and each module seems to have its own class which is a really a library of functions for that page. I'm a mess.. any advice? Quote Link to comment https://forums.phpfreaks.com/topic/116042-content-display-system-template-system-help-me-please/ Share on other sites More sharing options...
ignace Posted July 22, 2008 Share Posted July 22, 2008 Ever had a look at the smarty library? http://smarty.php.net You sound a bit like me, being picky and everything and not liking bad techniques i really could find myself in the zend framework http://framework.zend.com, go and have a look, maybe it works out as great as it did for me btw being picky just means where perfectionists Quote Link to comment https://forums.phpfreaks.com/topic/116042-content-display-system-template-system-help-me-please/#findComment-596697 Share on other sites More sharing options...
matthewhaworth Posted July 22, 2008 Author Share Posted July 22, 2008 I'm quite interested in this Zend framework.. any good resources? I visited the website but it seems to throw everything onto you at once. Quote Link to comment https://forums.phpfreaks.com/topic/116042-content-display-system-template-system-help-me-please/#findComment-596709 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.