Forum Moderators: coopster
I don't quite see the usefulness / effeciency of using a template system, as PHP is already a template system. Is it because HTML designers can't seem to learn a little PHP code? Is this type of template system used in bigger "corporate" companies? Can anyone help explain this better?
Thanks, Jeff
<<<
HTML designers can't seem to learn a little PHP code?
>>>
Above I think you are answering your own question
Developing such a system as Smarty that is world wise recognized takes time and skills
Most HTML users are not programmer by definition, it does not call for a little PHP but for “Fluent” PHP/MySQL
I have scripted my own CMS OO and templates oriented that does quite a lot in a multi users environment
Allows page to be added, published and non published, edited etc.. Plus on the fly each new user get its dedicated img library, the whole thing with admin and limited simple user capability.
I do not see how I could have done it without creating a set of templates that are on the fly called by my classes/engine
Unless you want to be called anytime a client requires a new edit or a little change.
But did I understand your question?