js helper not working for Internet explore

2011-08-03 Thread arron
I am using cake 1.3 I have a simple select box when someone selects a state the next select box populates the cites for that state This works fine in firefox as well as chrome, but it does not update my city select box for ie 7 or ie 8. I think its not triggering the event in ie

Re: Auth on global actions in the app_controller

2011-08-03 Thread SpazzyV
I believe this is the case because Authentication works on the controllers that we develop, and not on the included app_controller. Since you placed the items in app_controller, then they do not have to be specifically allowed but are part of 'superior' class if you will. If not, then Authenticatio

majna želi chatati

2011-08-03 Thread majna
--- majna želi s vama ostvariti još bolji kontakt putem odličnih novih Googleovih proizvoda. Ako već imate Gmail ili Google Talk, posjetite: http://mail.google.com/mail/b-14a4975ca-e0dd993644-0yoC8nKKUyGqDY4onmFucygmNqQ Morate kl

majna želi chatati

2011-08-03 Thread majna
--- majna želi s vama ostvariti još bolji kontakt putem odličnih novih Googleovih proizvoda. Ako već imate Gmail ili Google Talk, posjetite: http://mail.google.com/mail/b-14a4975ca-e0e0bf689b-TRzy6CUN7hidQgxS9nqulZ-wN9o Morate kl

majna želi chatati

2011-08-03 Thread majna
--- majna želi s vama ostvariti još bolji kontakt putem odličnih novih Googleovih proizvoda. Ako već imate Gmail ili Google Talk, posjetite: http://mail.google.com/mail/b-14a4975ca-6f019fb204-qZ_5WIXGKuaAyYZ26OETGLZ7SNA Morate kl

Cakephp and paypal's Adaptive Payments API

2011-08-03 Thread barricades
Hi there, I'm building an app in cakephp where I need to use the paypal Adaptive Payments API. I'm new to cake but have read the manual a few times, built a couple of simple apps and done plenty of googling etc... so I think I understand enough to have a go at this... I need to use Adaptive Paymen

Re: Mapping Booleans as enum('false','true') in MySQL

2011-08-03 Thread euromark
well, of course you can name it whatever you like :) deleted, removed, not_available_anymore, ... but yes, thats how you would do it in cake On 3 Aug., 18:23, Peter Meth wrote: > I am new to CakePHP and I have a lot of existing mysql tables that > have a field is_active that I use for soft-delete

Re: David Persson Media Plugin and saveAll

2011-08-03 Thread theclansman
Hi Michal, I run into the same problem and finally found that I had to remove the 'Media.Coupler' from the $actAs array. Hope that works for you too! Theclansman On Jul 8, 10:42 pm, michalmalinowski wrote: > Hey, I have the same problem as > Bradhttp://groups.google.com/group/cake-php/browse_

Mapping Booleans as enum('false','true') in MySQL

2011-08-03 Thread Peter Meth
I am new to CakePHP and I have a lot of existing mysql tables that have a field is_active that I use for soft-deletes. The field is an enum('false','true'). I wanted to know if I can somehow take advantage of Cake's soft-delete functionality without changing my tables. >From what I read Cake does

Re: having cakephp in a folder in a wordpress installation

2011-08-03 Thread T73 Net
I have done this sort of mashup before as well. I often find it useful to use Cake outside of the WP folder structure. I have found that it is best to use a folder structure like: /-- | public_html-- | cakephp wordpress Then wh

Aw: Re: Class 'File' not found

2011-08-03 Thread Miron Ogrodowicz
Had the same problem, i'm using MAMP Pro, i disabled the file cache. Turning it on again solves the missing File class problem Cache::config('default', array('engine' => 'File')); -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakeP

Auth on global actions in the app_controller

2011-08-03 Thread StevieL
Hi, I had a couple of simple actions that I needed to use in each of the controllers in my application. I decided to plonk them into app_controller and it all works fine (just how it describes in the book). Now, within my actions (in my controllers) i can simply access these new global functions

Re: having cakephp in a folder in a wordpress installation

2011-08-03 Thread Ritesh R Aryal
Hi, It should work straight away by simply accessing following url. your-site.com/wordpress and your-site.com/cakepp As, I've tried a lot like this. :) On Aug 2, 9:24 am, pradeep kumar wrote: > HI I have wordpress installed in my public_html and I have uploaded > cake in a folder i.e, > > Wordpr