Counting related data for pagination

2013-06-14 Thread Daniel M
Hi, let's say I have two models, Tag HABTM Post. How do I tell the Tag paginator to order by the amount of posts the tag is used on? Ex.: Cake (43) Pie (31) Cookie (12) Petit Four (2) -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- Y

JsHelper - Quotes issues

2010-09-13 Thread Daniel M. Ivasse
Hi I have two issues on JsHelper. Could someone help me, please? 1) The key "data" in $options parameter of "request" function outputs a javascript code between quotes. So when I use something like data => $js->get("#myForm")-> serializeForm() it doesn't work. In "submit" function the data parame