REST_Controller now loads helper hlp_session

This commit is contained in:
Paolo
2019-04-25 14:53:35 +02:00
parent b0919a8740
commit 2cf15bcd74
+3
View File
@@ -363,6 +363,9 @@ abstract class REST_Controller extends CI_Controller {
// Loads helper message to manage returning messages
$this->load->helper('hlp_return_object');
// Loads helper session to manage the php session
$this->load->helper('hlp_session');
// Loads helper with generic utility function
$this->load->helper('hlp_common');
}