Page 288 of 211,262, showing 20 records out of 4,225,229 total, starting on record 5,741, ending on 5,760
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 15:45 | rose | whts your thoughts on UUID ?? |
# | Aug 8th 2008, 15:46 | teknoid | rose: of course you could also make separate tables for user_comments, image_comments, etc. |
# | Aug 8th 2008, 15:46 | teknoid | rose: in terms of what? |
# | Aug 8th 2008, 15:46 | rose | UUID for objects so i can live with only one comments table |
# | Aug 8th 2008, 15:47 | teknoid | rose: you can even without uuid, but for this case you could certainly use uuid just as well |
# | Aug 8th 2008, 15:47 | rose | how can i without UUID??? with object_name field??? |
# | Aug 8th 2008, 15:47 | teknoid | rose: or object_type, sure |
# | Aug 8th 2008, 15:48 | rose | hmm... but it both case, it would allow me to set up relations so that if object is deleted, comments should be deleted too (not in cake but in database) |
# | Aug 8th 2008, 15:49 | rose | would not*** sorry! |
# | Aug 8th 2008, 15:50 | rose | welll i guess i can set up triggers... |
# | Aug 8th 2008, 15:50 | teknoid | rose: not sure what you mean, if your db supports compound key restraints, then it should be ok (cake does not by the way) |
# | Aug 8th 2008, 15:50 | rose | so yaa there is a way, but not easy! |
# | Aug 8th 2008, 15:50 | teknoid | rose: the easiest to make a separate table for each object :) |
# | Aug 8th 2008, 15:50 | teknoid | object comment i should say |
# | Aug 8th 2008, 15:51 | rose | yeah thts true!! but i m looking for the best way not the easiest!! i dont fear challenegs!! |
# | Aug 8th 2008, 15:51 | rose | anyways it was much helpful |
# | Aug 8th 2008, 15:51 | rose | thanks :) |
# | Aug 8th 2008, 15:52 | teknoid | rose: good to hear, but i don't really see anything wrong with having more tables... what happens if down the road you decide that image comments, unlike user comment need to have an extra field? |
# | Aug 8th 2008, 15:52 | vudew | im submitting a form in cake and its automatically hashing passwords, does anyone knwo why this is happening? |
# | Aug 8th 2008, 15:52 | teknoid | vudew: using auth? |