Missing Controller
Error: ShopplatController could not be found.
Error: Create the class ShopplatController below in file: app/controllers/shopplat_controller.php
<?php
class ShopplatController extends AppController {
var $name = 'Shopplat';
}
?>
Missing ControllerError: ShopplatController could not be found. Error: Create the class ShopplatController below in file: app/controllers/shopplat_controller.php
<?php
class ShopplatController extends AppController {
var $name = 'Shopplat';
}
?>
|