PATH:
home
/
letacommog
/
letaweb
/
framework
/
cli
/
views
/
shell
/
module
/
controllers
<?php class DefaultController extends Controller { public function actionIndex() { $this->render('index'); } }
[+]
..
[-] DefaultController.php
[edit]