acl changes and minor model fixes
This commit is contained in:
parent
868d26f585
commit
a09d80b78d
7 changed files with 63 additions and 37 deletions
|
|
@ -17,11 +17,13 @@ class IndexController extends Fiktiv_Controller_Action
|
|||
echo '<pre>';
|
||||
print_r($r);
|
||||
echo '</pre>';
|
||||
|
||||
Zend_Debug::dump(Zend_Auth::getInstance()->getIdentity(), 'User');
|
||||
}
|
||||
|
||||
public function aboutAction()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function test()
|
||||
|
|
|
|||
Reference in a new issue