Log message #2300337

# At Username Text
# Sep 22nd 2011, 15:06 pur3forlyphe hi all, trying to set a var $currentUser with $this->set(compact('currentUser', 'user')); though it keeps setting the var as $user still
# Sep 22nd 2011, 15:05 Rozik TehTreag: this is awesome:-) thx! exactly what i needed
# Sep 22nd 2011, 15:05 TheWarden I have a database table called dongle_keys_hardwares and I'm trying to link two models with hasMany however when I do this cake is looking for web_dongle_keys_hardwares. However there is no web_dongle_keys_hardwares its just dongle_keys_hardwares. my dbConfig is set with no prefix but its still using web_. Let me pastebin my two models and database.php
# Sep 22nd 2011, 15:01 TheWarden Hi
# Sep 22nd 2011, 15:01 Rozik TehTreag: thx
# Sep 22nd 2011, 15:00 TehTreag ~tell Rozik about google cakephp pseudocoder book download
# Sep 22nd 2011, 14:59 Rozik EtRiGaN: thx for the hint:-) i am noob but will try to figure it out
# Sep 22nd 2011, 14:59 TehTreag I generally follow pseudocoder's recommendation... AppModel::$recursive=-1; and use containable.
# Sep 22nd 2011, 14:58 EtRiGaN set recursiveness to 0 and add your needed relations field/conditions manually?
# Sep 22nd 2011, 14:57 Rozik hi guys, is there a way to set recursiveness only for certain fields of a model? when i do a find i want some related data but not the whole database:-)
# Sep 22nd 2011, 14:56 EtRiGaN tnx, ill do that
# Sep 22nd 2011, 14:56 EtRiGaN ok, i use to like automagic stuff's
# Sep 22nd 2011, 14:55 jgonca Etrigan: Try this $this->Form->input('Credit.payment_operator_id', array('options' => $payment_operators)), like TehTreag said
# Sep 22nd 2011, 14:55 TehTreag EtRiGaN: Specify the 'options' for the input. No guessing.
# Sep 22nd 2011, 14:54 EtRiGaN any idea?
# Sep 22nd 2011, 14:51 EtRiGaN *combinations
# Sep 22nd 2011, 14:49 EtRiGaN so i think that i did not give the apropiate name to the list, but ive tried all convinations
# Sep 22nd 2011, 14:49 EtRiGaN did i misspell the name of the options list? this problem is happening only with double word model :$
# Sep 22nd 2011, 14:48 Ghost_Trolley cake is not picking up my add function, whats some common mistakes that break the link?
# Sep 22nd 2011, 14:46 EtRiGaN but its not detecting the options right
# Sep 22nd 2011, 14:46 EtRiGaN and in the view echo $this->Form->input('Credit.payment_operator_id');
# Sep 22nd 2011, 14:46 EtRiGaN i get the list of referenced values: $this->set('payment_operators', $this->Credit->PaymentOperator->find('list'));
# Sep 22nd 2011, 14:39 jgonca TehTreag: thx :)
# Sep 22nd 2011, 14:38 EtRiGaN when loading a referenced input field in a form, you have to get the list from the referenced model right
# Sep 22nd 2011, 14:37 TehTreag ~tell jgonca about google cakephp multiple pagination same page
# Sep 22nd 2011, 14:37 TehTreag jgonca: There's an article somewhere...
# Sep 22nd 2011, 14:27 jgonca another way is to override the <a> link that paginator generates and make an ajax request that will update only the block I want.
# Sep 22nd 2011, 14:26 jgonca to avoid this, I thought of using ajax, but does Paginator supports two different configurations in the same view?
# Sep 22nd 2011, 14:25 jgonca I have two pagination block in the same page. Since they use almost the same model, if I click a link to sort one of the blocks, the other block will be sorted the same way.
# Sep 22nd 2011, 14:17 Hyra Yup.
# Sep 22nd 2011, 14:16 TehTreag Hyra: More of reading, but not understanding.
# Sep 22nd 2011, 14:16 Hyra cause that seems to pretty much cover it all
# Sep 22nd 2011, 14:16 TehTreag Hyra: lol
# Sep 22nd 2011, 14:15 Hyra You mean other than the SQL at http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html#preparing-our-application ?
# Sep 22nd 2011, 14:15 NetersLandreau it all depends on who maintains the plugin code if there is a 2.0 compatible version..
# Sep 22nd 2011, 14:15 diverdude is it written anywhere what requirements for columns and columntypes are needed for user and group tables before they can work with acl, as described here: http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html#acts-as-a-requester ?
# Sep 22nd 2011, 14:14 Hyra Afternoons.
# Sep 22nd 2011, 14:14 ujjain ah ok, I haven't done that much with Cake 2.0, but I like having loads of documentation and don't mind using other people's plugins: Sluggable, Search, Recaptcha, Upload, WYSIWYG
# Sep 22nd 2011, 14:10 NetersLandreau git checkout -b 2.0-dev origin/2.0-dev
# Sep 22nd 2011, 14:09 NetersLandreau ujjain: cakedc's sluggable behavior? there is a 2.0-dev branch in that repo
# Sep 22nd 2011, 14:09 TehTreag asmerkin: cake bake Plugin.Model