/ Published in: PHP
URL: http://cakebaker.42dh.com/2006/02/01/a-controller-without-a-model/
Expand |
Embed | Plain Text
//### A controller without a model //### From CakeBaker at : //### http://cakebaker.42dh.com/2006/02/01/a-controller-without-a-model/ class MyController extends AppController { // var $uses = null; works too function index() { } }
You need to login to post a comment.
