WHAT WILL BE THE RESULT OF THIS STATEMENT ??
Posted: Sat Jul 25, 2015 6:54 pm
WHAT WILL BE THE RESULT OF THIS STATEMENT ??
$Abc = $this->model_catalog_category->getCategories()
I have a module that has this statement in file in controller that equal to variable $Abc. I want to input some else values for $Abc.
I want to replace - "$this->model_catalog_category->getCategories()" - Directly with a result Instead of this query. , so i need a Sample so as how to place a statement to replace it
Please Help
$Abc = $this->model_catalog_category->getCategories()
I have a module that has this statement in file in controller that equal to variable $Abc. I want to input some else values for $Abc.
I want to replace - "$this->model_catalog_category->getCategories()" - Directly with a result Instead of this query. , so i need a Sample so as how to place a statement to replace it
Please Help