Notice: Undefined variable: _SESSION in /export/httpd/data/txunion/cdc/cake/libs/session.php on line 172

Missing Model

No class found for the Aro model

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

Fatal: Create the class below in file : app/models/aro.php

<?php
class Aro extends AppModel {
   var $name = 'Aro';
}
?>