the view scripts now is under the {viewPath}/{controllerName}/ directory, it's location can not be changed. can you add a viewScriptsPath property to specify? e.g. views/scripts/blog/post.php
the view scripts now is under the {viewPath}/{controllerName}/ directory, it's location can not be changed. can you add a viewScriptsPath property to specify? e.g. views/scripts/blog/post.php
You can change the default view path easily by overriding CController::getViewPath().
yes, it is! thanks