I am new to Yii and regret that someone helps me, please, why the controller useeController.php is not called, I check and install a lot of files, etc.,
Here is my url http://dxb.softmatics.com:81/erp/index.php/employe/index
Controller: / ......... for on-board controller .... /
class employeController extends Controller{ public function actions() { return array( 'page'=>array( 'class'=>'CViewAction', ), ); } public function actionIndex() { echo 'in index'; exit; } }
If something else, I will show you my code, for example config, etc.
source share