Minor changes to nothing
This commit is contained in:
parent
7a850823bd
commit
560b148d95
5 changed files with 21 additions and 21 deletions
|
|
@ -21,13 +21,7 @@ class IndexController extends Fiktiv_Controller_Action
|
|||
|
||||
public function aboutAction()
|
||||
{
|
||||
//$dbLayer = Fiktiv_Db_Service::getInstance();
|
||||
//$me = $dbLayer->users->findByEmail('fredric@fiktivkod.org');
|
||||
|
||||
$dataLayer = $this->_helper->dataService();
|
||||
$me = $dataLayer->User->findByEmail('fredric@fiktivkod.org');
|
||||
echo $me;
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function test()
|
||||
|
|
|
|||
Reference in a new issue