Missing Controller
Error: GirlsController could not be found.
Error: Create the class GirlsController below in file: app/controllers/girls_controller.php
<?php
class GirlsController extends AppController {
var $name = 'Girls';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
