Array
(
    [0] => http:
    [1] => 
    [2] => agreements.realdealdocs.com
    [3] => Construction-Loan-Agreement
    [4] => CONSTRUCTION-LOAN-AGREEMENT-629854
    [5] => a2145253zex-4_1.htm
)
1
Back to top

Missing controller

You are seeing this error because controller Construction-Loan-AgreementController could not be found.

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

Fatal: Create the class below in file : app/controllers/construction-loan-agreement_controller.php

<?php
class Construction-Loan-AgreementController extends AppController {
   var $name = 'Construction-Loan-Agreement';
}
?>