What are the ways to exercise access rights on the site and which one is better?

Closed due to the fact that the question is too general a participant Nofate 3 Apr '15 at 16:46 .

Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .

    2 answers 2

    @ Max Kozhanov . Look towards using Zend_Acl . He has done a good service to many. (I apologize for the tautology) Yes, and still serves. If you do not use ZendFramework - do not be intimidated. Its individual components simply integrate into your project. I wish you success!

      For me, it's better to do everything with pens, and not to use any Framework, of course, if you know a little php and mysql.

      • one
        What then do not write on the assembler sites? - zb '
      • better to stick to the golden mean. on the one hand, it makes no sense to push into the project a bunch of frameworks and libraries that can perform just one operation, but on the other hand, specialized and complex things are easier and faster to implement through code already written by others. ideally, the alien code is gradually digested under its own project and becomes its organic part. - Dmitry Maslennikov
      • I still do this: I first write everything with pens, and then, when understanding comes as there is a library about this, I connect it. with the development of so to speak. - Drakonoved