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
Post a Comment