The infamous $cakeDebug variable, which has been around for a long time and managed to annoy a few people in the process, has been replaced
Year: 2009
CakePHP’s routes allow for an easy way to serve content by using URL aliases. Let’s take an example from the manual: Router::connect( ‘/cooks/:action/*’,
Here is a typical, simple form done with cake’s form helpers: [code language=”php”] echo $this->Form->create(‘Article’, array(‘action’ => ‘test’)); echo $this->Form->input(‘Article.title’); echo $this->Form->input(‘Article.body’); echo $this->Form->input(‘Article.user_id’, array(‘type’
Some of you might know this, but… Go here: http://mycroft.mozdev.org/search-engines.html?name=cakephp Click the “CakePHP API” link (or any other you might think is useful) Add “CakePHP
I do have to say that in 1.2 some of the features described here are available as well, however CakePHP 1.3 takes it slightly to
Actually the main focus of this post will be how to creatively use JavaScript and Session::setFlash() to make your app a little more sexy. (Slightly
(Update: 8/26/2011… and a few years later we can look forward to CakePHP 2.0). With CakePHP 1.3 release is just about on the horizon, there
The basic idea behind this behavior is that you (well, once in a while) need to save two HABTM models at the same time or
I hope not have too many of these… maybe once every few months. jQuery and JavaScript coding has become a helluva lot of fun. By