ActionCam

Missing Controller

Error: SutazController could not be found.

Error: Create the class SutazController below in file: app/controllers/sutaz_controller.php

<?php
class SutazController extends AppController {

	var $name = 'Sutaz';
}
?>

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


12345678910111213141516