init commit
This commit is contained in:
17
app/controllers/Index.php
Normal file
17
app/controllers/Index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class IndexController extends Yaf_Controller_Abstract {
|
||||
|
||||
protected function init() {
|
||||
echo "IndexController\n";
|
||||
}
|
||||
|
||||
/* action method may have arguments */
|
||||
function indexAction() {
|
||||
return false;
|
||||
}
|
||||
|
||||
function loginAction() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user