Re: [Render problem] 5s to render any view

2012-09-01 Thread AD7six
81ms and 148ms render times are not consistent with: any view, is rendering in 5s. So: render doesn't mean to you what it means to us. To identify client side (your problem is not the time it takes to render the html, as clearly indicated by debug kit) problems - use firebug/developer tools

Re: Building a CakePHP app with Parse.com - anyone done it?

2012-09-01 Thread scotth25
I too am interested in Parse.com and CakePHP. For my purposes (creating a search site that looks up stored lat/long locations), I need a simple website with user login/profile, database posting/getting using REST, and native iPhone and Android apps. I would also like to extend the

Re: How do I upload image file to server by saving path file not BLOB?

2012-09-01 Thread Prarinthon Ajinajarn
Thanks so much.it work perfectly that help me to save time to do my project. Thanks again On Thursday, August 30, 2012 3:56:42 PM UTC+7, suttipong Pratum wrote: example https://github.com/iwat/twdemo/blob/master/Controller/DemoController.php in DemoController and view good luck

Excel Upload Plugin/Component for Cake 2.*

2012-09-01 Thread DerekGardiner
Can anyone suggest the most used/best excel upload helper/component/plugin? -- You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com. To unsubscribe from this group, send email to

CakePHP 2.2.2 release

2012-09-01 Thread mark_story
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.2.2[1]. This is a bugfix/maintenance release for the 2.2.x release branch. Since the release of 2.2.1, there have been over 80 commits, and 39 tickets closed. A short list of the changes you can expect are: *

Re: CakePdf - How To Start?

2012-09-01 Thread thosfelt
Thanks - I have everything working now. Only question I have is if there is any way to add a footer to the pdf pages? I tried the obvious footer = footer message in the $this-pdfConfig, but no luck. On Friday, August 3, 2012 1:03:11 AM UTC-4, elogic wrote: I have just downloaded and

Re: [Render problem] 5s to render any view

2012-09-01 Thread LipeDjow
Check if your layout loads files (script, css, images, etc) with external urls and if they're time-outing. Like GoogleAnalytics, Facebook SDK... Em sábado, 1 de setembro de 2012 04h15min34s UTC-3, AD7six escreveu: 81ms and 148ms render times are not consistent with: any view, is rendering

Remove tag wrapping around prev and next pagination

2012-09-01 Thread Raisen
How can I completely remove tag wrapping around prev and next pagination links? According to Cake's manual: tag The tag wrapping tag you want to use, defaults to 'span' I have tried to set the tag attribute to false and all I got was some bizarre behavior as below: class=next -- You received