Consider this code: Controller Code <?php App::uses('AppController', 'Controller'); class UsersController extends AppController { public $components = array( 'Security', 'Session' ); public function example() { if ($this->request->is('post')) { $this->set('some_var', true); } } } View Code <?php echo $this->Form->create(); echo $this->Form->input('name'); echo $this->Form->end('Submit'); Since I h
{{#tags}}- {{label}}
{{/tags}}