Default controller for homepage
Hi, I was searching for this simple thing here and in documentation but couldn't find it (FuelCMS is new to me).
I started building website on top of clean v0.9.3 installation and I can see the views/home.php template is chosen as default when there is no URI (e.g. example.com only). But I need to pass some variables there from controller and can't figure out how to name the controller class and it's file. I'm experienced with CodeIgniter but since the routing here is quite special, I have no idea. I tried home.php and class Home extends CI_Controller... and also the same with Index keyword. Can anybody help? Thank you!
Comments