Welcome Guest, Not a member yet? Register   Sign In
source code for tutorial videos?
#1

[eluser]Unknown[/eluser]
Are the source files for the tutorial videos available anywhere?

I've watched them a couple times and I'm pretty sure I did not make any typos but I keep getting a database error (You must use the "set" method to update an entry) when I submit a new comment. It's as though the _POST data remains empty from the comment_insert() function's perspective. I added "print_r($_POST);" to the comment_insert() function and all I see as output is "Array()".

I created some dummy data in comment_insert() and was able to insert data into my database using $this->db->insert() so it's not a db connection or rights issue. I loaded some test date in my tables via phpMyAmin and the data shows up correctly when I run the app. I just cannot get the _POST data from comment_view.php to comments().

Any help would greatly be appreciated.


Messages In This Thread
source code for tutorial videos? - by El Forum - 09-10-2010, 05:31 PM
source code for tutorial videos? - by El Forum - 09-10-2010, 08:39 PM
source code for tutorial videos? - by El Forum - 12-29-2010, 07:01 PM
source code for tutorial videos? - by El Forum - 12-29-2010, 09:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB