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: php
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…
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…