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