Logs for

Page 256 of 211,262, showing 20 records out of 4,225,222 total, starting on record 5,101, ending on 5,120

# At Username Text
# Aug 8th 2008, 11:07 tbranyen teknoid: Regardless of what my intentions are to make a reusable cms, i'm definitely using cake on this custom project.
# Aug 8th 2008, 11:07 teknoid tbranyen: and that's a good choice :)
# Aug 8th 2008, 11:07 tbranyen Yeah its myself and another php developer, we have a two week timeframe.
# Aug 8th 2008, 11:08 tbranyen Once we get the go-ahead
# Aug 8th 2008, 11:09 troutoil http://bin.cakephp.org/view/711954834
# Aug 8th 2008, 11:09 troutoil teknoid: the above bin works automagically... and the models field type is just INT...
# Aug 8th 2008, 11:11 teknoid troutoil: ah, it does for this case... but there is more to it then just the variable name
# Aug 8th 2008, 11:11 troutoil teknoid: gotcha, well, thanks for the help!
# Aug 8th 2008, 11:12 teknoid np
# Aug 8th 2008, 11:13 asciimo Hi, folks. I'm a cake newbie. Does cake give an easy way of expressing qualities to relationships? For example, if my my_obj has many your_obj, but some of those relationships are "foo" and some are "bar"...
# Aug 8th 2008, 11:14 asciimo In other words, my_obj has 5 relationships to many your_obj of the "foo" kind, and 5 relationships to many your_obj of the "bar" kind
# Aug 8th 2008, 11:15 AD7six asciimo: it would be foo if you didn't talk in bars
# Aug 8th 2008, 11:15 AD7six because otherwise I don't foo the moo what you're baring about
# Aug 8th 2008, 11:16 asciimo Thanks, AD7six.
# Aug 8th 2008, 11:17 AD7six asciimo: try if my article hasMany Users, but some are author, reviewer, editor etc. use real names/examples.
# Aug 8th 2008, 11:18 asciimo good analogies.
# Aug 8th 2008, 11:19 asciimo ok. My music is exposed to many listeners. Some listeners love my music. Some hate my music.
# Aug 8th 2008, 11:19 asciimo and, of course, there are many different types of music that they all listen to.
# Aug 8th 2008, 11:19 asciimo So I've got a hasAndBelongsToMany relationship between music and listeners, but I want specify the types of relationship to each. "hate" or "love"
# Aug 8th 2008, 11:20 AD7six at what 'level' is your question - how to achive that, how to count each how to edit, how to define?