Update base.php
This commit is contained in:
parent
7e1c1f76ca
commit
56e7c5c0a3
|
@ -149,6 +149,13 @@ if(!function_exists("get_value_in_array")) {
|
|||
}
|
||||
}
|
||||
|
||||
if(!function_exists("get_value_in_object")) {
|
||||
function get_value_in_object($name, $obj, $default="") {
|
||||
$output = $obj->$name;
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
|
||||
$scope = array();
|
||||
|
||||
set_scope("loaded", array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user