Log message #114984

# At Username Text
# Aug 10th 2008, 08:15 primeminister hi!
# Aug 10th 2008, 08:15 paramS .......... do something;
# Aug 10th 2008, 08:15 paramS ....function B (....) {
# Aug 10th 2008, 08:15 paramS ....}
# Aug 10th 2008, 08:15 paramS ..............$return_value = B(...);
# Aug 10th 2008, 08:15 paramS .... function A (....) {
# Aug 10th 2008, 08:15 paramS class helper .... {
# Aug 10th 2008, 08:15 paramS In my helper i have two functions ... ( function A and B ) .... and i tried to call function B from function A ; but its not working. I think its more of a OOP concept rather than cakephp ; but i would appreciate if you can help me :)
# Aug 10th 2008, 08:13 kalileo golak: yes, save() will update if the pk (the $id) is sumbitted and exists
# Aug 10th 2008, 08:12 kalileo golak: indeed, nice, after saveAll also updateAll
# Aug 10th 2008, 08:12 golak can't i use the save function to update methods if the primary key matches
# Aug 10th 2008, 08:12 golak i am a rubyonrails developer who has migrated to cakephp. Hence I am not well versed in cakephp.
# Aug 10th 2008, 08:11 golak yes it is.
# Aug 10th 2008, 08:09 kalileo mrConfused: :)
# Aug 10th 2008, 08:09 mrConfused thanks
# Aug 10th 2008, 08:09 mrConfused kalileo i didn't thinkg about afterRender.. good idea.
# Aug 10th 2008, 08:09 kalileo golak: have I slept so long? is that a cake method now?
# Aug 10th 2008, 08:07 golak yes
# Aug 10th 2008, 08:07 kalileo golak: updateall ?
# Aug 10th 2008, 08:06 kalileo afterRender()
# Aug 10th 2008, 08:06 golak it should perpare the sql statement considering it as a string
# Aug 10th 2008, 08:06 kalileo mrConfused: or delete your session var in the controllers afterrRnder()
# 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:02 mrConfused to have another function like flash that doesn't echo.
# Aug 10th 2008, 08:02 mrConfused i'm placing an enchancement request
# Aug 10th 2008, 08:02 mrConfused but i dont' write at all
# 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 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:01 kalileo mrConfused: the session helper cannot write to a session
# 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, 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 i don't want an echo.
# Aug 10th 2008, 07:57 mrConfused when you call the flash method, it automatically echos...
# Aug 10th 2008, 07:57 mrConfused kalileo yah but you don't understand my situation.
# Aug 10th 2008, 07:56 kalileo mrConfused: did you see that there is a method flash() -and- a method read() ?
# Aug 10th 2008, 07:54 Tosak I'll give it a try, thanks
# Aug 10th 2008, 07:54 mrConfused or 3
# Aug 10th 2008, 07:54 mrConfused Tosak set debug to 2
# Aug 10th 2008, 07:54 Maniaman Tosak: set debug to 2
# Aug 10th 2008, 07:54 mrConfused the session helper is limited ...
# Aug 10th 2008, 07:53 Tosak For some reason my data isn't being saved, and I have no clue why it suddenly broke.. It's data from a form to a db. Any ideas for debugging?