Fast action helper access + jQuery
This commit is contained in:
parent
2c69dfe173
commit
fe13754bc0
4 changed files with 178 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
class IndexController extends Zend_Controller_Action
|
||||
class IndexController extends Fiktiv_Controller_Action
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
|
|
@ -8,6 +8,8 @@ class IndexController extends Zend_Controller_Action
|
|||
$m = new MyModel();
|
||||
echo $m->name;
|
||||
|
||||
$me = $this->dbService->users->findRandom();
|
||||
echo $me;
|
||||
}
|
||||
|
||||
public function aboutAction()
|
||||
|
|
|
|||
Reference in a new issue