and the same in AccessCheck - i guess it is because our platforms are set to show all php notices! :=) happy coding - and thanks to integral30 - nice tutorials
Thank you for your Zend Framework Tutorial series . I followed it and I learned it an easy way (I never had used before). By the way, could you make the source code available for download? I had some mistakes in my own and failed detect them. Thanks once more!
One more thing, it would be great if you create the tutorial about adding, editing and deleting news from the beggining to the end (with connection to the mysql).
Very nice tutorials, good job and thank you, you can't image how grateful I am.
But still after completing this tutorials, I have 2 error messages and don't know why (I mean, I do know what this error messages means, but don't know how to fix them):
Notice: Trying to get property of non-object in ..\application\Bootstrap.php on line 41
Notice: Trying to get property of non-object in ..\application\plugins\AccessCheck.php on line 20
I am looking forward for some more tuts and thanks again!
Hi, is it possible to view the source code for this tutorial via svn, git or downloadable as a zip?
97KE1544 1 month ago
Comment removed
togolais75 1 year ago
great job
eteflamingo1 1 year ago
thank you so much.
goootooyoo 1 year ago
Hello - metK1337
I got same isse as you, i did this trick:
$role = is_object($this->_auth->getStorage()->read()) ? $this->_auth->getStorage()->read()->role : null;
$view->navigation($navContainer)->setAcl($this->_acl)->setRole($role);
and the same in AccessCheck - i guess it is because our platforms are set to show all php notices! :=) happy coding - and thanks to integral30 - nice tutorials
ksvendsendk 2 years ago 3
thanks how easy zf has became through your video tutorials ,plz keep posting videos like these.
rootadminlion21 2 years ago
This has been flagged as spam show
Hello Alex, how are you?
Thank you for your Zend Framework Tutorial series . I followed it and I learned it an easy way (I never had used before). By the way, could you make the source code available for download? I had some mistakes in my own and failed detect them. Thanks once more!
denesmg 2 years ago
Comment removed
denesmg 2 years ago
One more thing, it would be great if you create the tutorial about adding, editing and deleting news from the beggining to the end (with connection to the mysql).
metK1337 2 years ago
Very nice tutorials, good job and thank you, you can't image how grateful I am.
But still after completing this tutorials, I have 2 error messages and don't know why (I mean, I do know what this error messages means, but don't know how to fix them):
Notice: Trying to get property of non-object in ..\application\Bootstrap.php on line 41
Notice: Trying to get property of non-object in ..\application\plugins\AccessCheck.php on line 20
I am looking forward for some more tuts and thanks again!
metK1337 2 years ago