Re: cakephp on XAMPP for windows

2013-01-30 Thread Luciano Bargmann
May I ask why did you pick cake 1.3? It seems that you want to explore CakePHP, so why not use the latest version? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Group

Re: cakephp on XAMPP for windows

2013-01-30 Thread Luciano Bargmann
May I ask why did you pick cake 1.3? It seems that you want to explore CakePHP, so why not use the latest version? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Group

Cache errors on Heroku with update to 2.3 but works fine on local?

2013-01-30 Thread Luciano Bargmann
First things first: I am almost sure you have a write permission problem. Have you tried to fix that? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" g

Re: Can't validate URL

2013-01-25 Thread Luciano Bargmann
My advise: Use http://yourls.org/ On Thursday, January 24, 2013 4:45:50 PM UTC-7, gonzela2006 wrote: > > Hello euromark, > > Thanks for your reply > I'm trying to make my own short link service for my blog and I wish to > make it using CakePHP > I think I can't validate this URL because it is too

Re: Pagination in Detail page like gmail

2013-01-18 Thread Luciano Bargmann
I think your biggest issue is to make paginator helper generate links to your details pages, correct? I dont think you can do it with regular paginator, so in your place, I would extend it, create a custom query to return the paginator data and count and then create the links pointing to your c

Re: Caka 2.x - Ajax Paging Troubles - Duplicate DOM Elements

2013-01-05 Thread Luciano Bargmann
In your view, you must set the element to #content instead of content2 $this->Paginator->options(array( 'update' => '#content', Hope this helps, Luciano On Friday, January 4, 2013 11:10:54 AM UTC-2, rod...@zetenta.com wrote: > > Hi > First at all sorry about my english, it's really awfu

Searching for an Elegant Transaction Strategy

2013-01-05 Thread Luciano Bargmann
Hey folks, how are you doing? I´m adding transactions support to my project and the code structure is a bit ugly and repetitive, like in the pseudo-code below: if ($this->request->data) { $datasource = $this->User->getDataSource(); try { $datasource->begin(); // save model X $result = $this->