CI 3 and GroceryCrud Object Issue |
Okay,
Code Igniter has been great to program with. However I am running into a issue with my templating and view. I would like to pass the grocerycrud object (rendered) to my view via the data variable, and it gives me an error. My other pages work great, and everything is fine, EXCEPT trying to get a Grocery CRUD on one of my views. Any help would be greatly appreciated. Message: Object of class stdClass could not be converted to string I have a template library, view, and controller below. Controller: PHP Code: public function users() View: Has a PHP echo $output Template: PHP Code: <?php |
Messages In This Thread |
CI 3 and GroceryCrud Object Issue - by beijingjim - 11-23-2016, 02:40 PM
RE: CI 3 and GroceryCrud Object Issue - by salain - 11-23-2016, 11:31 PM
|