php - CakePHP adding tables to ACL controlled application -


sorry if noob question, i'm using simple acl controlled application tutorial boilerplate , need add (bake) few more tables. if create new table run "cake bake all" console, how go updating acl well, believe should need update acos table, wrong? there command should use after new models, views , controllers generated?

thanks in advance!

edit : i'm using aclextras plugin to input of controllers , actions acl.

to sync aco using aclextras, run @ command line:

php "/cake/lib/cake/console/cake.php" aclextras.aclextras aco_sync 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -