Missing Method in produkte
Error: The action mobileapplikationenprodukte_reverb.php is not defined in controller produkte
Error: Create produkte::mobileapplikationenprodukte_reverb.php() in file: app/controllers/produkte.php.
<?php
class produkte extends AppController {
var $name = 'Produkte';
function mobileapplikationenprodukte_reverb.php() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.