I am developing a cakephp application, I dont need to use any database tables for my home page, but cake asking for a model and database table, How can I solve this issue ? ( using cakephp 1.3)
Thank you
Simply set $uses of your controller to false, like so
class MyController extends AppController {
var $uses = false;
}
Or put your view inside app/views/pages/home.ctp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With