Archived
1
0
Fork 0

Fast action helper access + jQuery

This commit is contained in:
Fredric N 2010-09-03 01:23:26 +02:00
parent 2c69dfe173
commit fe13754bc0
4 changed files with 178 additions and 6 deletions

View file

@ -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()