Missing Controller

Error: Just4kidsController could not be found.

Error: Create the class Just4kidsController below in file: app/controllers/just4kids_controller.php

<?php
class Just4kidsController extends AppController {

	var $name = 'Just4kids';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

Scroll to Top