| preguntas frecuentes |
| glosario financiero |
| solicitar hipoteca |
| simulador hipoteca |
| consejos prácticos |
You are seeing this error because the action add is not defined in controller ApasController
If you want to customize this error message, create g3/views/errors/missing_action.thtml.
Fatal: Confirm you have created the ApasController::add() in file : g3/controllers/apas_controller.php
<?php
class ApasController extends AppController {
function add() {
}
}
?>