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
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
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
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
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
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
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->