Programmers
Programmers
Out of context: Reply #38
- Started
- Last post
- 53 Responses
- sparker0
but that has actually changed a lot, especially with php5. it can and will still be used as an html scripting language i'm sure (by many developers who don't know any better), but the power of zend2 and php5 now rests in oop.
as far as generating html, it is actually better to utilise smarty (or other template systems) and seperate logic from presentation - just like it is best to distinguish between logic (scripting), xhtml (markup) and css (presentation). php wasn't really intended to be heavily inter mingled with html...that is why the major changes from version 3 to 4 and now from 4 to 5. it is meant to be a more robust programming language.