Logs for

Page 125 of 211,240, showing 20 records out of 4,224,782 total, starting on record 2,481, ending on 2,500

# At Username Text
# Aug 7th 2008, 06:46 Flxr alkemann: HAVING is not MySQL specific, it's a valid SQL DML function
# Aug 7th 2008, 06:46 alkemann i see
# Aug 7th 2008, 06:46 alkemann well what does the api for find say about it?
# Aug 7th 2008, 06:49 Flxr only referance is this: http://api.cakephp.org/dbo__source_8php-source.html#l01704
# Aug 7th 2008, 06:50 alkemann dunno then
# Aug 7th 2008, 06:51 Kitara how can you allow users to have access to a several pages with ACL by default without logging in ?
# Aug 7th 2008, 06:59 zeen google code seems a little foobared atm, lots of 404/500s
# Aug 7th 2008, 06:59 alkemann yea :(
# Aug 7th 2008, 06:59 trueaxe Kitara: $this->Auth->allowedActions = array('index', 'view');
# Aug 7th 2008, 07:08 Kitara trueaxe: so i have to place that in all the controllers where i want people to have full access in the beforeFilter ?
# Aug 7th 2008, 07:08 Kitara you already answered that ;)
# Aug 7th 2008, 07:08 Kitara usualy i dont see my PM's :)
# Aug 7th 2008, 07:09 jonathan_ hi, got a quick question if anyones got time
# Aug 7th 2008, 07:10 Lion30 I hate this way of organizing things :S.... I am making a protal with many modules and I am having 20+controllers all in one directory (even If I frequently use only 3 or 4 of them)... the same goes with models and views driectories
# Aug 7th 2008, 07:10 shockzZ hey guys .. i copied my cake/app (from windows Xampp) to a linux with lampp to do further work on linux .. and now it seems like cake can't find it's views (i dumped the variables at the end of the controller function and on beginning of the view, i only receive it once and then an "exhaust" error or a blank page) -> wtf!?
# Aug 7th 2008, 07:10 Lion30 I hope someday there will be a way to organize controllers and models in someking of groups / subdirectories
# Aug 7th 2008, 07:11 jonathan_ @lion30 if you edited the main controller class you could in theory do this
# Aug 7th 2008, 07:12 stevieboy shockzZ: check the cake_include_dir in webroot/index.php
# Aug 7th 2008, 07:12 shockzZ k mom
# Aug 7th 2008, 07:13 jonathan_ Whats the syntax to render a view from a different controller?