Cakephpdocs 19

CategoryCakePHP functions - set
Code Examplesset() function is a Cake function that assigns a value to a view variable. example: function index() { $this->set('posts',$this->Post->find('all')); }
Test Code
Links
Remarks
Cancel