i18n extract __d() to multiple files

2009-07-23 Thread Eppo
I have problems with i18n extract. In my view users/index.ctp i have something like: In admin view users/admin_index.ctp i have something like: When i'm going to extract via "cake i18n extract" i get the option to merge all in one file, or not.. I have tried all the 2 options, but no luck..

Validation $this->invalidate doesnt work....

2007-05-29 Thread Eppo
The following: Cant figure out why validation not working... This is what i have; In my model 'User': array(array('rule' => array('minLength', 3),'message'=>'No name'))); function beforeValidate(){ if(!isset($this->data['User']['gender'])){ $this

Ajax domainchecker width cake1.2

2007-05-14 Thread Eppo
Some ajax questions: I have a div called domaincheck. In that div i want to load 5 other divs with the domainextentions. If you look at the example below, when all domains are showed in the div "domaincheck" then an ajax icon wil apear and that one updates the status of the domain if it's allre

Re: Google Maps

2007-05-07 Thread Eppo
Could you explain how you did it? On 7 mei, 08:59, Arndtinho <[EMAIL PROTECTED]> wrote: > Hello, > > I found an solution now. > > Regards, > Arndtinho > > On 6 Mai, 19:04, Arndtinho <[EMAIL PROTECTED]> wrote: > > > Hello, > > > how can I use Google Maps in an cake project? > > I tried this tutori