Welcome Guest, Not a member yet? Register   Sign In
Confused about use of $data between Model, Controller and View
#2

[eluser]Aken[/eluser]
It's very hard to diagnose a problem without seeing the actual code and the actual error / result. Don't paraphrase a problem or your code, show us exactly what you have.

Your example code looks okay. Maybe check that your destinations DB table columns have the appropriate names.

And you shouldn't use all capital letters in DB queries, or when naming your DB tables or columns. All capital words are usually for reserved query words. Example:

Code:
SELECT * FROM my_table WHERE my_column = 'something'


Messages In This Thread
Confused about use of $data between Model, Controller and View - by El Forum - 09-07-2012, 02:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB