Welcome Guest, Not a member yet? Register   Sign In
CI 3 and GroceryCrud Object Issue
#2

Hi,

If you look at the documentation on GroceryCrud Website, you will see the output of render is an object with the folowing 3 properties: output, js_files and css_files.

So in your example your $output variable can not be echo as it is an object you need to echo the output property:

PHP Code:
echo $output->output
A good decision is based on knowledge and not on numbers. - Plato

Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB