Re: Archive old data from model's table

2012-07-25 Thread Andy Gale
h this: https://github.com/deeeki/cakephp-partitionable I haven't tried it but maybe this will help you. -- Andy Gale http://andy-gale.com http://twitter.com/andygale -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site htt

Re: Error: The requested address was not found on this server.

2012-07-25 Thread Andy Gale
htaccess http://httpd.apache.org/docs/current/mod/core.html#allowoverride 3. Does your apache server have mod_rewrite enabled? http://httpd.apache.org/docs/current/mod/mod_rewrite.html Cheers, Andy -- Andy Gale http://andy-gale.com http://twitter.com/andygale -- Our newest site for the commun

Re: LESS CSS

2012-07-19 Thread Andy Gale
hp/how-to-use-less-css-in-cakephp-application/ -- Andy Gale http://andy-gale.com http://twitter.com/andygale -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePH

Re: 3.0: a peek into CakePHP's future

2012-07-06 Thread Andy Gale
On Fri, Jul 6, 2012 at 2:17 PM, Marsson C. wrote: > > Does it mean Cake 3.0´s Model will return objects instead of arrays ? Yes "Model layer rewrite: Models to return objects from queries" -- Andy Gale http://andy-gale.com http://twitter.com/andygale -- Our newest site f

Re: CakePHP 1.3 :: What does if block do in cake/lib/controller.php ?

2011-11-23 Thread Andy Gale
an entirely different object which is a copy of $obj. So in PHP4, &= is need to assign a reference to $obj to $obj2. In PHP5... $obj2 = $obj; ... assigns $obj2 as a reference of $obj by default so &= is not required. Cheers, Andy -- Andy Gale http://andy-gale.com http://twitter.com/andyg

Re: CakePHP 2.0.3 out of the oven

2011-11-17 Thread Andy Gale
on > line 44 You need to include the Session helper I'd imagine. -- Andy Gale http://andy-gale.com http://twitter.com/andygale -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and hel

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Andy Gale
estions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php > -- A

Re: Memcached not working on "default" settings

2010-09-21 Thread Andy Gale
On Tue, Sep 21, 2010 at 4:02 PM, j.blotus wrote: > I recently set up memcached as well, it's too bad that it doesn't give > you a great idea of how things are working behind the scenes. Run memcached with the -vv option and it will tell you exactly what's going on. --

Re: Backend best option

2010-08-03 Thread Andy Gale
eneration point of view but maybe not from a performance point of view. Depends how important performance is really. -- Andy Gale http://andy-gale.com http://twitter.com/andygale Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. Yo

Re: Element caching using memcache

2010-07-26 Thread Andy Gale
On Mon, Jul 26, 2010 at 1:31 PM, majna wrote: > Andy Gale, > you can't cache elements  and views in cache engine (1.2 or 1.3, > because Cache::read() and Cache::Write is not even used here). > It requires refactoring cache() and clearCache() functions > (basics.php) t

Re: Display images outside webroot folder

2010-07-26 Thread Andy Gale
s cake consider all images url in webroot img > Any help plz They are outside the document root so your web server can't serve them. -- Andy Gale http://andy-gale.com http://twitter.com/andygale Check out the new CakePHP Questions site http://cakeqs.org and help others with their Cake

Re: Element caching using memcache

2010-07-25 Thread Andy Gale
hp.org/view/434/requestAction -- Andy Gale http://andy-gale.com http://twitter.com/andygale Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP&qu