Model without Table in CakePHP

This is explained in following example

<?php
class ModelWithoutTable extends AppModel {
    var $useTable = false;
}
?>

Related Post

Controller without Model in CakePHP
Import a Controller in CakePHP
In the V-Model of Testing when System Tests are prepared?
Restoring mysql dump file
SVN Client for MAC

Comments

Leave a Reply