Sunday, March 11, 2012

Kohana- Can not find specified Class

Language - PHP
Framework - Kohana

Problem - Can not find specified class.


Impact -
can not call needed class.

Solution -
Kohana supports vary rigid file system
so if your classname is Controller_Dummy_Demo
then your class must be under this path controller/dummy/demo.php
and  your class name should also be using "_" and first letter of each word must be capital

No comments:

Post a Comment