Missing Model
No class found for the model
Notice: If you want to customize this error message, create htdocs/views/errors/missing_model.thtml.
Fatal: Create the class below in file : app/models/.php
<?php
class extends AppModel {
var $name = '';
}
?>
