Re: ajax editor and view

2007-03-02 Thread dhalsim
efore or after the > php tags) as these spaces will be added to the ajax response. > > On Feb 28, 10:13 am, "dhalsim" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I've put an ajax editor in my view and the problem I have is when I > > edit my field

Re: store global config?

2007-03-02 Thread dhalsim
Personnaly, i have created a app.php (where app is the name of my application) in /app/config/ which store my configuration in an array, and i added one simple line in the /app/config/bootstrap.php : Configure::load('app'); After that you can access configuration variables with Configure::read('

ajax editor and view

2007-02-28 Thread dhalsim
Hi, I've put an ajax editor in my view and the problem I have is when I edit my field for the second or more time, the value in the text field is prefixed with sereval tabulation (I don't see directly the value in the input). I don't understand where they come from. this is a piece of my view :

Using a existing session

2007-02-22 Thread dhalsim
Hi, I'm using 1.2alpha release to make the administration interface of a web application which already use a session. How can I setup cakePHP to use this session without destroy it ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to th