How to integrate zend_auth and zend_acl without using the complete zend framework

Hello every one,
I am working on php project, I have created my own framework for pages and form generation generation.I have developed my log in and user role modules. But to give more strength from security point of view I want to integrate good components.It seems zend provides this components but I don’t know to use them.Can anyone help me in implementing them or if any one knows about any better option please tell me.
Thanks.

I recommend against using ZF1 (which seems to be what you chose, judging by the class names) and even against using ZF2 because it’s riddled with antipatterns and makes using individual components even more difficult than ZF1. Try Lock.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.