mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Added property UDFs to UDFLib
- UDFLib constructor initialize UDFs property as an empty array
This commit is contained in:
@@ -46,6 +46,7 @@ class UDFLib
|
||||
const PHRASES_APP_NAME = 'core'; // Name of the app parameter used to retrive phrases
|
||||
|
||||
private $_ci; // Code igniter instance
|
||||
private $UDFs; // Associative array containing names and values of the given UDF parameters
|
||||
|
||||
/**
|
||||
* Loads fhc helper
|
||||
@@ -55,6 +56,8 @@ class UDFLib
|
||||
$this->_ci =& get_instance();
|
||||
|
||||
$this->_ci->load->helper('fhc');
|
||||
|
||||
$this->UDFs = array(); // by default is an empty array
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user