The answer is simple:
class ModelWithoutTable extends AppModel {
var $useTable = false;
}
Thursday, February 7, 2008
How To Make Model Without a Table? Easy Decision!
Subscribe to:
Post Comments (Atom)
Coder Guru provides you with the highest quality computer programming you could ever find.Programming Tips and Tricks,open source,developing tools.
The answer is simple:
class ModelWithoutTable extends AppModel {
var $useTable = false;
}
No comments:
Post a Comment