Logs for

Page 274 of 211,262, showing 20 records out of 4,225,226 total, starting on record 5,461, ending on 5,480

# At Username Text
# Aug 8th 2008, 13:44 agentbob AD7six: right, but that's 1.2
# Aug 8th 2008, 13:44 AD7six tom_mk: only slight differences.
# Aug 8th 2008, 13:45 AD7six agentbob: in the context of what we're discussing that's like saying you don't like the color ;)
# Aug 8th 2008, 13:46 linked_ TommyO: looking at the cake/libs/views, xml is a folder.
# Aug 8th 2008, 13:46 TommyO linked_: cake/lib/views/layouts
# Aug 8th 2008, 13:46 agentbob tom_mk: maybe $conditions = array('not' => array('model.avatar' => null),array('model.id'=> 290), array('model.id' => 293));
# Aug 8th 2008, 13:46 TommyO might be a filder with a default.ctp
# Aug 8th 2008, 13:46 TommyO linked_: ^^
# Aug 8th 2008, 13:47 TommyO linked_: because of webservice support
# Aug 8th 2008, 13:47 agentbob AD7six: colours don't break backwards compatability ;)
# Aug 8th 2008, 13:47 CrazyTux[m] Anyone here to shed some more light on ContainableBehavior class.
# Aug 8th 2008, 13:47 linked_ TommyO: yeah, i mean cake/libs/views/layouts/xml/default.ctp
# Aug 8th 2008, 13:48 TommyO linked_: which is worth looking into. with Router extensions on and RequestHandler loaded, cake will automatically use the Xml layout, views and helper if a request comes in ending with .xml
# Aug 8th 2008, 13:48 TommyO linked_: so the same controller/action can be used for both html and xml with no logic changes, simply by adding .xml to the end of urls
# Aug 8th 2008, 13:49 agentbob AD7six: thanks again
# Aug 8th 2008, 13:49 tom_mk agentbob : nope,
# Aug 8th 2008, 13:49 TommyO or .rss or .json etc etc
# Aug 8th 2008, 13:49 tom_mk that didn't give me back anything
# Aug 8th 2008, 13:49 linked_ TommyO: does this also mean we can organize our own views and use folders?
# Aug 8th 2008, 13:49 AD7six tom_mk: see the link I gave you. I don't remember if field => array(x, y, z) generates an IN() in 1.1 if not use an OR