# |
Aug 7th 2008, 13:27 |
zmonteca |
question about routing....when you Router::connect() something, does that actually map or redirect? It seems when i'm using that it's actually redirecting...simpley because my Session['Auth']['redirect'] is getting set with a url from Router::Connect() |
# |
Aug 7th 2008, 13:27 |
jaredhoyt |
beatzombies: did you get your checkboxes working? |
# |
Aug 7th 2008, 13:23 |
jaredhoyt |
D |
# |
Aug 7th 2008, 13:23 |
atula |
I use $this-> |
# |
Aug 7th 2008, 13:22 |
jaredhoyt |
how would you call any method in the controller? :) |
# |
Aug 7th 2008, 13:21 |
atula |
jaredhoyt: to call it in a controller's action, do I have to do $this->__myPrivateFunction or can I just call it __myPrivateFunction ? |
# |
Aug 7th 2008, 13:20 |
atula |
thank you jaredhoyt |
# |
Aug 7th 2008, 13:20 |
jaredhoyt |
atula: _ for protected, __ for private |
# |
Aug 7th 2008, 13:19 |
francky06l |
Hi Bakers :-) |
# |
Aug 7th 2008, 13:19 |
atula |
to declare a function that's not an action do I do function __functionname() in the controller ? |
# |
Aug 7th 2008, 13:18 |
beatzombies |
teknoid: here is the controller code I am using http://bin.cakephp.org/view/1338264000 |
# |
Aug 7th 2008, 13:18 |
jaredhoyt |
k ;) |
# |
Aug 7th 2008, 13:18 |
tomas- |
jaredhoyt, thanks, its everything |
# |
Aug 7th 2008, 13:17 |
jaredhoyt |
that might just be submission buttons though |
# |
Aug 7th 2008, 13:17 |
jaredhoyt |
tomas-: try $this->params['form'] |
# |
Aug 7th 2008, 13:16 |
thestaff |
how is this obtrusive |
# |
Aug 7th 2008, 13:16 |
tomas- |
does anyone know how i might be able to get form fields that DONT fall under the 'data[Model][field]' convention? ie for ordinary raw forms (not generated by $form) |
# |
Aug 7th 2008, 13:16 |
thestaff |
why not ? |
# |
Aug 7th 2008, 13:16 |
anthony |
thestaff: i personally wouldn't use obtrusive javascript |
# |
Aug 7th 2008, 13:15 |
beatzombies |
teknoid: is there additional information i can post to help debug this? |
# |
Aug 7th 2008, 13:15 |
beatzombies |
teknoid: so i tried echo $form->checkbox('ContributorsItem.contributed'); and it still does not work |
# |
Aug 7th 2008, 13:15 |
thestaff |
cuz it closes the thickbox and refresh the page as well |
# |
Aug 7th 2008, 13:15 |
thestaff |
and that works fine |
# |
Aug 7th 2008, 13:15 |
thestaff |
anthony, there is actually much simpler, i changed my closing onclick by this :onclick="self.parent.window.location.reload(true);" |
# |
Aug 7th 2008, 13:14 |
beatzombies |
teknoid: ah |
# |
Aug 7th 2008, 13:14 |
teknoid |
.. type and tab |
# |
Aug 7th 2008, 13:14 |
teknoid |
beatzombies: tab |
# |
Aug 7th 2008, 13:14 |
beatzombies |
or <name>: |
# |
Aug 7th 2008, 13:13 |
atula |
to declare a function that's not an action do I do function __functionname() in the controller ? |
# |
Aug 7th 2008, 13:13 |
beatzombies |
btw is there a way to automatically append teknoid: to my messages ? |
# |
Aug 7th 2008, 13:13 |
beatzombies |
i print out the array i retrieve and it appears to be correct |
# |
Aug 7th 2008, 13:13 |
teknoid |
beatzombies: that is if you have retrieved the associated data correclty |
# |
Aug 7th 2008, 13:13 |
beatzombies |
ok, lemme give that shot |
# |
Aug 7th 2008, 13:12 |
teknoid |
beatzombies: should not matter |
# |
Aug 7th 2008, 13:12 |
teknoid |
beatzombies: fyi, model/field notation is deprecated in 1.2, use Model.field |
# |
Aug 7th 2008, 13:12 |
beatzombies |
teknoid: ok, is it fine if teh form is for a Contributor model and the checkbox value is for a ContributorsItem model? |
# |
Aug 7th 2008, 13:11 |
anthony |
sure it's possible |
# |
Aug 7th 2008, 13:11 |
teknoid |
beatzombies: $form->checkbox('ModelName.fieldName'); is all you should need |
# |
Aug 7th 2008, 13:11 |
beatzombies |
i just started with cakephp so i dont know if the fact that the value is in a join table messses things up |
# |
Aug 7th 2008, 13:10 |
thestaff |
anthony, what do you mean you don't know how, is it possible at least ? |
# |
Aug 7th 2008, 13:10 |
beatzombies |
i.e. an item with contributed = 1 does not get checked |