Akelos vs. Cake: Let me eat Cake.
I’m still drinking the Ruby Kool Aid, but when I have to PHP in my own well: class User extends AppModel { var $name = 'User'; var $primaryKey = 'user_id'; var $useDbConfig = 'alternate'; } — Cake:...
View ArticleCakePHP + mod_rewrite on Snow Leopard
Creating a CakePHP 1.2.5 app on a Snow Leopard machine, which comes with PHP 5.3, I encountered the following error when I tried to run the app: “The requested URL...
View ArticleCakePHP Command-Line Console in Mac OS X Snow Leopard
The instructions below should work for all versions of Mac OS X. YMMV. You may substitute .profile for .bash_profile. Older versions of Mac OS X may need to substitute “nano” for “pico”. nano...
View ArticleCakePHP Migrations on Mac OS X 10.6 Snow Leopard
Enable PHP, install PEAR, update system PATH, and update PHP include_path Open Terminal and install MDB2: cd /usr/local sudo pear install MDB2-2.5.0b2 sudo pear install MDB2_Driver_mysql-1.5.0b2 And...
View ArticleMVC Web Frameworks: PHP vs. JVM
I am reviewing web frameworks for product development at Resource Interactive. Here are my thoughts. Please keep this in mind when reading the following: ALL of the statements below are OPINIONS....
View Article