Helper
<?PHP
//file name booking_list_helper.php
function custom_helper($data){
// start writing code here
}
?>//file name autoload.php
$extension_helper = array(
'booking_list_helper'
);Last updated