# |
Oct 22nd 2009, 14:35 |
hendlerman |
ADmad: thanks |
# |
Oct 22nd 2009, 14:35 |
t0nic |
dogmatic 69 and I just specify "Tag" or 'tag' as the field? |
# |
Oct 22nd 2009, 14:34 |
dogmatic69 |
then validate => 'rule' => 'checkMultipul' |
# |
Oct 22nd 2009, 14:34 |
t0nic |
dogmatic69: thanks will try |
# |
Oct 22nd 2009, 14:34 |
ADmad |
hendlerman: yes in here |
# |
Oct 22nd 2009, 14:34 |
dogmatic69 |
or if you dont get that function checkMultipul( $data ){ return count( $this->data['SomeRelatedModel'] ) >= 1; } |
# |
Oct 22nd 2009, 14:34 |
PPKuma |
* :D |
# |
Oct 22nd 2009, 14:34 |
PPKuma |
joeb: oh thanks :S |
# |
Oct 22nd 2009, 14:34 |
ADmad |
hendlerman: hi.. |
# |
Oct 22nd 2009, 14:33 |
joeb |
PPKuma: You need to call $this->log() but I would be careful overridding the log method |
# |
Oct 22nd 2009, 14:33 |
dogmatic69 |
function checkMultipul( $data ){ return count( $this->data['SomeModel'] ) >= 1; } |
# |
Oct 22nd 2009, 14:33 |
t0nic |
nowhere do I see where to put in a rule for associated models |
# |
Oct 22nd 2009, 14:33 |
t0nic |
yes what about it |
# |
Oct 22nd 2009, 14:33 |
dogmatic69 |
t0nic: custom validation |
# |
Oct 22nd 2009, 14:32 |
t0nic |
dogmatic69 because rule=>'multiple' is (i think) definitely not what I need |
# |
Oct 22nd 2009, 14:32 |
alan|macbook |
thanks dogmatic69 |
# |
Oct 22nd 2009, 14:31 |
PPKuma |
hi, im getting a weird parameter error when calling an application function, can you guys check it out? http://pastie.org/665651 |
# |
Oct 22nd 2009, 14:31 |
t0nic |
see note |
# |
Oct 22nd 2009, 14:31 |
t0nic |
dogmatic69: http://bin.cakephp.org/view/1941089728 |
# |
Oct 22nd 2009, 14:30 |
FMC |
dogmatic69: was very simple, setting foreignKey to false, thank you |
# |
Oct 22nd 2009, 14:30 |
dogmatic69 |
http://bin.cakephp.org/view/1566099424 |
# |
Oct 22nd 2009, 14:30 |
dogmatic69 |
!bin |
# |
Oct 22nd 2009, 14:30 |
alan|macbook |
thanks a lot dogmatic69 |
# |
Oct 22nd 2009, 14:29 |
dogmatic69 |
alan|macbook: hold on |
# |
Oct 22nd 2009, 14:28 |
alan|macbook |
dogmatic69: could you please have a look at your page using the tree helper and tell me how you used the generate() function ? |
# |
Oct 22nd 2009, 14:28 |
dogmatic69 |
t0nic: put it in the message part |
# |
Oct 22nd 2009, 14:27 |
FMC |
dogmatic69: I will thanks |
# |
Oct 22nd 2009, 14:27 |
t0nic |
the $validate array defines rules, but I don't think it will do this so I'm checking manually, but I want to make a message show up next to the box, which I don't know how to do without using the validate array |
# |
Oct 22nd 2009, 14:27 |
dogmatic69 |
of force join |
# |
Oct 22nd 2009, 14:27 |
dogmatic69 |
FMC: seach google for cakephp adhoc join, i think there was something about it |
# |
Oct 22nd 2009, 14:26 |
t0nic |
I'd like to put a message next to the tag list/multiselect box |
# |
Oct 22nd 2009, 14:26 |
FMC |
Is there a way to force cakePHP to "join" without a hasOne, or without a foreignKey ? |
# |
Oct 22nd 2009, 14:26 |
t0nic |
I am going to check that Video has at least one Tag in beforeValidate |
# |
Oct 22nd 2009, 14:25 |
ADmad |
$validate is an array like any other.. manipulate it the way you want |
# |
Oct 22nd 2009, 14:25 |
dogmatic69 |
t0nic: not following you |
# |
Oct 22nd 2009, 14:25 |
cpierce |
dogmatic69: yes ... you are in the cake channel where we help people and you thought you were in the #cakenazi channel |
# |
Oct 22nd 2009, 14:25 |
t0nic |
is there a way to set a validation message for a field (before returning false) from beforeValidate? |
# |
Oct 22nd 2009, 14:25 |
dogmatic69 |
what happend to $this->paginate(); |
# |
Oct 22nd 2009, 14:24 |
dogmatic69 |
am i in the wrong chan? whats with all this limist and offsets |
# |
Oct 22nd 2009, 14:23 |
joeb |
I always used am($this->params['named'], array('limit' => 10, 'page' => 1)) for my controllers. |
# |
Oct 22nd 2009, 14:21 |
cpierce |
limit 20, $currentoffset+20; |