Logs for

Page 425 of 211,273, showing 20 records out of 4,225,455 total, starting on record 8,481, ending on 8,500

# At Username Text
# Aug 10th 2008, 07:54 Maniaman Tosak: set debug to 2
# Aug 10th 2008, 07:54 mrConfused Tosak set debug to 2
# Aug 10th 2008, 07:54 mrConfused or 3
# Aug 10th 2008, 07:54 Tosak I'll give it a try, thanks
# Aug 10th 2008, 07:56 kalileo mrConfused: did you see that there is a method flash() -and- a method read() ?
# Aug 10th 2008, 07:57 mrConfused kalileo yah but you don't understand my situation.
# Aug 10th 2008, 07:57 mrConfused when you call the flash method, it automatically echos...
# Aug 10th 2008, 07:58 mrConfused i don't want an echo.
# Aug 10th 2008, 07:58 mrConfused i want to be able to read it and assign the contents to a variable that i can traverse.
# Aug 10th 2008, 07:58 mrConfused read does the job but then the problem is taht it remains in the session, and doesn't delete it.
# Aug 10th 2008, 08:01 kalileo mrConfused: the session helper cannot write to a session
# Aug 10th 2008, 08:02 golak using updateall to update a table generates error for string values. It doesn't wrap the string within quotes in the sql statement. Is this a problem with my code?
# Aug 10th 2008, 08:02 mrConfused kalileo according to the api you can but it also says not recommended from your view.
# Aug 10th 2008, 08:02 mrConfused but i dont' write at all
# Aug 10th 2008, 08:02 mrConfused i'm placing an enchancement request
# Aug 10th 2008, 08:02 mrConfused to have another function like flash that doesn't echo.
# Aug 10th 2008, 08:04 kalileo mrConfused: you can read (and delete) the session from your controller, set() what you wanna display, and then diplay what you have set in the view
# Aug 10th 2008, 08:06 kalileo mrConfused: or delete your session var in the controllers afterrRnder()
# Aug 10th 2008, 08:06 golak it should perpare the sql statement considering it as a string
# Aug 10th 2008, 08:06 kalileo afterRender()