Archived
1
0
Fork 0

Minor changes to nothing

This commit is contained in:
Fredric N 2010-10-02 14:14:18 +02:00
parent 7a850823bd
commit 560b148d95
5 changed files with 21 additions and 21 deletions

View file

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