Welcome Guest, Not a member yet? Register   Sign In
PHP Fatal error: Call to undefined method CI_DB_mysql_result::\xb0\xd7\xcd\x19\xf6*() in xxxxxx.php
#4

[eluser]WanWizard[/eluser]
I wasn't asking about the database, I was asking about the column names of your table.

If you use result() after a query, every row is returned as an object, and all column names are used as property names of the object, so you can do $row->property. It is possible to create a table with column names that are valid in MySQL, but not valid as PHP variable names.


Messages In This Thread
PHP Fatal error: Call to undefined method CI_DB_mysql_result::\xb0\xd7\xcd\x19\xf6*() in xxxxxx.php - by El Forum - 09-02-2010, 06:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB