PHP-ist: All about learning PHP, frameworks, tips and tricks

PHP4, PHP5, cakephp, codeigniter, code example (scriptlets / snipplets) and many easy and effective way to learn

CakePHP: How To Make Model Without a Table?

Posted in cakephp by PHP-ist on the February 6th, 2008
PHP:
  1. class ModelWithoutTable extends AppModel
  2. {
  3. var $useTable = false;
  4. }

From: http://cakebaker.42dh.com/

Tags: php4, cakephp, code example

Leave a Reply




Cannot find your answer here?
Feel free to get in touch and ask PHP-ist anything, just anything :)