I tried looking for the answer first before adding a new post. I am an intermediate PHP programmer trying to leverage the power of frameworking to get more sophisticated applications up and running faster. I was particularly interested in the ACL stuff because I end up producing new code every time to control access and I am always worried that I will have overlooked something that will create a huge security hole for my client.
After successfully implementing all the aspects of the simple blog tutorial and the command line interface, I moved on to the 10.2 - Simple Acl controlled Application. (book.cakephp.org/view/642/ Preparing-our-Application) I understand the concepts behind aro and aco but I am concerned about my ability to update the ARO and ACO tables automatically when I add a user or app. Based on the the tutorial above I was able to execute the following steps correctly: 10.2.1 - baked all tables after adding them to the database 10.2.2 - I added all the code from 10.2.2 as described 10.2.3 - dropped and added tables (not sure what this does) 10.2.4 - added parentnode function to user and group models; I inserted users and groups into the tables When I execute select * from aros; I get an empty set; but I was able to execute the automated acos script (initDB) successfully. Any thoughts? I am hoping that I am such a newb that it will be obvious to someone else what I might be missing or someone who has had this similar problem before could compile a check list for me to troubleshoot this bad boy. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
