Strict Standards: Non-static method Debugger::invoke() should not be called statically, assuming $this from incompatible context in /home/syllysde/www/cake/libs/debugger.php on line 575

Strict Standards: Non-static method Debugger::getInstance() should not be called statically, assuming $this from incompatible context in /home/syllysde/www/cake/libs/debugger.php on line 575
Syllys Design - Missing Method in Controller

Missing Method in DevisController

Error: The action favicon.ico is not defined in controller DevisController

Error: Create DevisController::favicon.ico() in file: app/controllers/devis_controller.php.

<?php
class DevisController extends AppController {

	var $name = 'Devis';


	function favicon.ico() {

	}

}
?>

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