So this is not going to come as much of a shock to people experienced with CakePHP, but I’m just learning now and liking what I’m seeing. CakePHP 1.3 has a really nice set of conventions to work against and provides a seemingly pretty good scaffold for most typical webapps, so I’m thinking I’ll be…
Tag: frameworks
PHP ZendDebugger and WAMP
So I wanted to write about my woes with PHP ZendDebugger and the latest WAMP install. Bottom line: I can’t get it to work with PHP 5.3 yet. I believe this is an incompatibility in the debugger DLLs that I have been able to find for 5.3 – looks like the linkers used are incompatible…
More decisions, decisions, decisions…
Alright, so while the to Zend or not to Zend question is still under debate, I’m also looking at some AJAX-y goodness. There are several I’m looking at. Now, please do keep in mind that this is my personal preference only and does not reflect a wider standard. These are my opinions related to what…
To Zend or not to Zend…
I am currently evaluating whether to use the Zend framework (update from the future: they’re now Laminas) in the development of the site. Any suggestions/feedback/practical experience sharing welcome. I don’t want to get myself tied down to a large, cumbersome and potentially inflexible framework (which Zend at least claims not to be, but not having…