On line 11 you check if the value is a db expr. Those are string,s so it always goes to else, which means it prints a ? in it, thats it. Unset on line 13 is not needed.
Besides, if you have a table, defined as a Zend_Db_Table you can just to this: $table = new UserTable(); // assuming your table class is called that way $table->insert($bind); Thats it. On Thu, Aug 12, 2010 at 10:13 AM, Jigal sanders <[email protected]> wrote: > hello i have a very weird bug. > I have pasted all code here: http://pastebin.com/K5riS3ng its in the zend > framework. > In the beginning of the function all my values are there. But when creating > the sql statement all the values are gone. > Any Idea's? > > J. Sanders -- Greetings, Christian Riesen http://christianriesen.com/ - My personal page http://toreas.com/ - Toreas a free fantasy novel http://gamewiki.net/ - Open Videogames Wiki
