File "CRM_Controller.php"
Full Path: /home/trinadezambia/public_html/democrm.trinadezambia.com/application/core/CRM_Controller.php
File size: 347 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
defined('BASEPATH') or exit('No direct script access allowed');
/**
* @deprecated 2.3.2
* Use App_Controller instead
*/
class CRM_Controller extends App_Controller
{
public function __construct()
{
parent::__construct();
_deprecated_function('CRM_Controller', '2.3.2', 'App_Controller');
}
}