Missing Method in Controller
Missing Method in PortofoliuController
You are seeing this error because the action produse-ventilatie is not defined in controller PortofoliuController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the PortofoliuController::produse-ventilatie() in file : app/controllers/portofoliu_controller.php
<?php
class PortofoliuController extends AppController {
function produse-ventilatie() {
}
}
?>