Re: Bug in cake beta 1.2 model

2008-01-20 Thread Nina
the proper channels in the future, because I totally get where you are coming from. :-) Nina On Jan 17, 10:01 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008 10:56 AM, Nina <[EMAIL PROTECTED]> wrote: > > > > > Hi All > > > I fou

Bug in cake beta 1.2 model

2008-01-16 Thread Nina
s into the database. I found the bug by comparing to the pre_beta code. Sincerely Nina Jansen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php

Re: Using Ajax in an Ajax rendered View

2007-12-12 Thread Nina
I suspect that the afterRender function in cake/libs/view/helpers/ ajax.php is the culprit, but I don't understand what it actually does, so I can't see how to change it. Can anyone shed some light on this matter? Sincerely Nina Jansen On Dec 12, 11:25 pm, Nina <[EMAIL PROTECTED]

Re: Using Ajax in an Ajax rendered View

2007-12-12 Thread Nina
if the request is made with ajax. Sincerely Nina Jansen On Dec 12, 11:16 pm, Nina <[EMAIL PROTECTED]> wrote: > This is the experiment I tried: the following code is a part of a view > element that is rendered with and without the ajax layout: > > autoComplete('Tag/tag&#

Re: Using Ajax in an Ajax rendered View

2007-12-12 Thread Nina
insert output 1 directly into the template and remove the call to the ajax helper. The resulting output is output 2. The script is gone. I have no idea why this happens, but it happens. Sincerely Nina Jansen On Dec 12, 10:37 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On

Re: Using Ajax in an Ajax rendered View

2007-12-12 Thread Nina
it. Sincerely Nina Jansen On Nov 18, 3:08 pm, "S.a.W." <[EMAIL PROTECTED]> wrote: > Hello, > > at the moment i'm facing the Problem ofusingthe CakephpAJAXHelper > in anAjaxrenderedView. i.e. if i use $ajax->submit(...), cake > prints the normal Submit-Input tag but NOT the

How do sliders work?

2007-10-31 Thread Nina
Sincerely Nina Jansen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Acl question

2007-08-17 Thread Nina
Duh... I posted to soon, this is the function: function _getAllowedIds ($model, $access_type) { //this function returns a comma delimited string of id's that the logged in user has access to in the model given. $aro = new Aro(); // Get the username. It may be b

Re: Acl question

2007-08-17 Thread Nina
{ unset($acos[$key]); } } //create a comma delimited string of id's $string = implode(",", $acos); return $string; } } When calling this function I get a string of id's which corrensponds to the table entries that a user has x-access to (where

Acl question

2007-08-16 Thread Nina
encountered a similar problem, and how did you solve it? If not, do you have any ideas on how I might attack this problem? :-) Nina --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to th