CakePHP Conventions
CakePHPs have been banned from years of experience and best practices in web development. Although we suggest that you use these conventions when developing with CakePHP, it should be noted that many of these principles are easily redefined - which is especially convenient when working with legacy systems.
, , , . , . , , . model_id $models, .
$model = $this->Model->find('first');
$model = $this->Models->find('first');
$models = $this->Model->find('all');
$models = $this->Models->find('all');
, , , . , , .