Removed manual helper loading
This commit is contained in:
parent
2e9bf9d29d
commit
0aaff2eae1
4 changed files with 0 additions and 44 deletions
|
@ -19,17 +19,6 @@
|
|||
* @package Models
|
||||
*/
|
||||
class Admins_model extends EA_Model {
|
||||
/**
|
||||
* Admins_model constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->load->helper('password');
|
||||
$this->load->helper('validation');
|
||||
}
|
||||
|
||||
/**
|
||||
* Save (insert or update) an admin.
|
||||
*
|
||||
|
|
|
@ -17,17 +17,6 @@
|
|||
* @package Models
|
||||
*/
|
||||
class Appointments_model extends EA_Model {
|
||||
/**
|
||||
* Appointments_model constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->load->helper('validation');
|
||||
$this->load->helper('string');
|
||||
}
|
||||
|
||||
/**
|
||||
* Save (insert or update) an appointment.
|
||||
*
|
||||
|
|
|
@ -19,17 +19,6 @@
|
|||
* @package Models
|
||||
*/
|
||||
class Providers_model extends EA_Model {
|
||||
/**
|
||||
* Providers_model constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->load->helper('password');
|
||||
$this->load->helper('validation');
|
||||
}
|
||||
|
||||
/**
|
||||
* Save (insert or update) a provider.
|
||||
*
|
||||
|
|
|
@ -19,17 +19,6 @@
|
|||
* @package Models
|
||||
*/
|
||||
class Secretaries_model extends EA_Model {
|
||||
/**
|
||||
* Secretaries_model constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->load->helper('password');
|
||||
$this->load->helper('validation');
|
||||
}
|
||||
|
||||
/**
|
||||
* Save (insert or update) a secretary.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue