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’

Read More

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

Read More
%d bloggers like this: