Comment Re:Woof. (Score 3, Insightful) 25
You mentioned that the Zend framework is behind other MVC PHP efforts, which PHP MVC framework would you consider to be the farthest along with a clean and well thought-out implementation?
Zend Framework has many promising features, especially it's Zend_Db classes. Things like Zend_Db_Table, Zend_Db_Table_Row provide very helpful tools when building systems. In addition, the query-building feature is a nice bonus when query compatibility is important across databases like MySQL, Oracle, MSSQL.
Just curious, but have you read the manual on their framework? I wouldn't say its enough to read the roadmap and make an opinion on its direction.
And for those developers crying about PHP4 backwards compatibility, give it up, PHP4 is dead and leaving.
Zend Framework has many promising features, especially it's Zend_Db classes. Things like Zend_Db_Table, Zend_Db_Table_Row provide very helpful tools when building systems. In addition, the query-building feature is a nice bonus when query compatibility is important across databases like MySQL, Oracle, MSSQL.
Just curious, but have you read the manual on their framework? I wouldn't say its enough to read the roadmap and make an opinion on its direction.
And for those developers crying about PHP4 backwards compatibility, give it up, PHP4 is dead and leaving.