Monday, January 25, 2016

Calling a View File


echo View::factory('reports/profile');
reports/profile.php is a view file. It can be called from any action method from any controller.