'modules' => array(
'srbac' => array(
'path' => 'path/to/srbac', <--- can set path?
),
),
I think it does not work well.
I try chang the code user
'modulePath'=>'../modules',
then i use gii to run create module, it create files under this setting path.
but if i visit the moude and it’s path show error. page don’t show .
the error code like
require(H:\php\cake\app\modules\admin\AdminModule.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory
the module admin path is in the above app … so it’s run bad.