Log message #1034226

# At Username Text
# Sep 13th 2009, 15:50 dogmatic69 Dimatter: how about $this->Model->id
# Sep 13th 2009, 15:50 dogmatic69 ionas82: custome validation check it out
# Sep 13th 2009, 15:49 Dimatter cool , thanks
# Sep 13th 2009, 15:47 savant2 Dimatter: err getLastInsertID()
# Sep 13th 2009, 15:46 ionas82 dogmatic69, wanted to validate one single string against UUID
# Sep 13th 2009, 15:46 Dimatter cool.
# Sep 13th 2009, 15:46 savant2 ~apilookup lastinsertid
# Sep 13th 2009, 15:46 savant2 I believe so
# Sep 13th 2009, 15:46 Dimatter on the model ?
# Sep 13th 2009, 15:45 savant2 lastInsertId()
# Sep 13th 2009, 15:45 Dimatter how to get the recently created id ? i am trying to auto–login user after he has just registered
# Sep 13th 2009, 15:41 ionas82 hm
# Sep 13th 2009, 15:41 dogmatic69 ionas82: $this->Model->validates();
# Sep 13th 2009, 15:39 Hedz method*
# Sep 13th 2009, 15:39 Hedz ionas82 where is the methode?
# Sep 13th 2009, 15:38 ionas82 how could I directly call a validation method like Validation::uuid($id) in my controller (users could manipulate URL => thats why I want that)
# Sep 13th 2009, 15:37 dogmatic69 yip
# Sep 13th 2009, 15:36 ionas82 thats cosmetic bugs though ;) (copy and paste owns me again)
# Sep 13th 2009, 15:36 ionas82 dogmatic69, yeah
# Sep 13th 2009, 15:35 dogmatic69 and is_trashed message
# Sep 13th 2009, 15:35 dogmatic69 ionas82: is_replied, the message in validation is wrong
# Sep 13th 2009, 15:30 Hedz thats good to know
# Sep 13th 2009, 15:27 ionas82 http://bin.cakephp.org/view/1646318623
# Sep 13th 2009, 15:27 ionas82 now this works just great in regards for saving a message send
# Sep 13th 2009, 15:27 ionas82 ~bin
# Sep 13th 2009, 15:16 ionas82 like Parent/Child stuff
# Sep 13th 2009, 15:16 ionas82 okay its because I have recursive messages
# Sep 13th 2009, 15:15 ionas82 this alone creates an infinite loop crashing on memory exhaution: http://bin.cakephp.org/view/2105634595
# Sep 13th 2009, 15:15 ionas82 ~bin
# Sep 13th 2009, 15:13 ionas82 but that could mess with this http://bin.cakephp.org/view/1665677883
# Sep 13th 2009, 15:13 ionas82 ~bin
# Sep 13th 2009, 15:13 ionas82 i could add the validation rules in beforeValidation
# Sep 13th 2009, 15:12 Hedz I agree
# Sep 13th 2009, 15:12 ionas82 I just do not get why it works in one place and does not in another, and have no clue on how to debug it
# Sep 13th 2009, 15:12 ionas82 Hedz, If I have different views for one model the messages should be the same and I do not want duplication there
# Sep 13th 2009, 15:11 ionas82 http://bin.cakephp.org/view/156886004
# Sep 13th 2009, 15:11 ionas82 this is from my user model and it works great there
# Sep 13th 2009, 15:10 Hedz yes but for 1 language
# Sep 13th 2009, 15:10 ionas82 ~bin
# Sep 13th 2009, 15:10 ionas82 the functionality is in the model too
# Sep 13th 2009, 15:10 Hedz Its in the book