Page 421 of 211,273, showing 20 records out of 4,225,455 total, starting on record 8,401, ending on 8,420
# | Username | Text | |
---|---|---|---|
# | Aug 10th 2008, 05:38 | pgcd | Neters: I didn't know a way to use the URL to send parameters to an element, so I ended up using a view (probably a hack, but it works, so...) |
# | Aug 10th 2008, 05:39 | pgcd | still, if there's a cleaner way I wouldn't mind changing the stuff |
# | Aug 10th 2008, 05:40 | pgcd | going to eat now, see you later (and thanks again for all the help) |
# | Aug 10th 2008, 06:47 | cl0s_ | is there a way to call a helper from within a controller?? |
# | Aug 10th 2008, 06:48 | cl0s_ | or render an element from a controller instead of an entire view? |
# | Aug 10th 2008, 06:48 | darki | how can i sort date in a combobox? the data is sorted DESC but i need ASC |
# | Aug 10th 2008, 06:49 | kaotisch | Hello! I'm using the basic Auth comp, and thanks to the help of some of you, it works fine :) Now I'm loading some controller actions in ajax windows, and every now and then it assumes I'm not logged in and shows the login view in the ajax window. If I close it and open it again, it shows the normal view and accepts that i'm logged in. Is that a known problem, and can I solve it? |
# | Aug 10th 2008, 06:51 | kaotisch | i have the session timeout in core long enough, session is set to php (also happens with it set to 'cake') |
# | Aug 10th 2008, 06:53 | kaotisch | from the google group i assume it is an ajax issue, but has anyone solved it? |
# | Aug 10th 2008, 06:54 | lqdice__ | kaotisch: can you repeat your problem, i just got here |
# | Aug 10th 2008, 06:55 | kaotisch | hi Iqdice, sure i will |
# | Aug 10th 2008, 06:56 | kaotisch | I'm using the basic Auth comp, and thanks to the help of some of you, it works fine :) Now I'm loading some controller actions in ajax windows, and every now and then it assumes I'm not logged in and shows the login view in the ajax window. If I close it and open it again, it shows the normal view and accepts that i'm logged in. Is that a known problem, and can I solve it? |
# | Aug 10th 2008, 06:56 | kaotisch | i have the session timeout in core long enough, session is set to php (also happens with it set to 'cake') |
# | Aug 10th 2008, 06:56 | kaotisch | from the google group i assume it is an ajax issue, but has anyone solved it? |
# | Aug 10th 2008, 06:57 | paramS | hi all, i am little stuck while coding my first cakephp application... I have two controllers ( MusicSong and MusicAlbum ) and from my MusicAlbumController i want to call $this->MusicSong->findAllByAlbumId($id) .. but i am not able to do that, any idea on how to achieve this ? |
# | Aug 10th 2008, 06:59 | kaotisch | paramS make sure you have the MusicSong Controller set in the "uses" array in MusicAlbumController |
# | Aug 10th 2008, 06:59 | kaotisch | like var $uses = array('MusicSong'); |
# | Aug 10th 2008, 06:59 | paramS | like ... var $uses = array('MusicSong'); |
# | Aug 10th 2008, 06:59 | paramS | oh okie :) |
# | Aug 10th 2008, 06:59 | kaotisch | ;) |