/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//### 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() { } }
URL: http://cakebaker.42dh.com/2006/02/01/a-controller-without-a-model/