Page 406 of 211,273, showing 20 records out of 4,225,455 total, starting on record 8,101, ending on 8,120
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 21:34 | skua | and afterSave() -> change and save |
# | Aug 9th 2008, 21:34 | adj | makes sense* |
# | Aug 9th 2008, 21:35 | skua | i just got to use useDbConfig in behavior last night to manage multiple db with one domains :) |
# | Aug 9th 2008, 21:35 | tomas- | i am trying to use the ajax forms to manage a photo album...i have a "Delete" button in the form and apparently when i debug what '$this->data' contains, it doesnt include a 'submit' button, despite it being there... any idea why, and how i can have multiple submit buttons (one Update, one Delete, etc...)? |
# | Aug 9th 2008, 21:35 | adj | _sync() { copy $useDbConfig; copy $this->data; set new $userDbConfig; remap fields; save; set $useDbConfig to old value;} |
# | Aug 9th 2008, 21:36 | adj | or will my changes to $useDbConfig be unnoticed by the parent |
# | Aug 9th 2008, 21:36 | adj | (sorry, my brain is stalling a bit tonight it seems) |
# | Aug 9th 2008, 21:36 | skua | will be only change in current object of your model |
# | Aug 9th 2008, 21:37 | adj | cool |
# | Aug 9th 2008, 21:37 | skua | $model->useDbConfig |
# | Aug 9th 2008, 21:37 | adj | tahnks |
# | Aug 9th 2008, 21:37 | adj | hopefully i can release LdapAuthable and LdapSyncable when i'm done =) |
# | Aug 9th 2008, 21:38 | skua | ) |
# | Aug 9th 2008, 21:38 | skua | tomas multiple update, delete for each rows of entire form ? |
# | Aug 9th 2008, 21:38 | tomas- | oh, wait i think it doesnt include it because its not actually submitting the form.... |
# | Aug 9th 2008, 21:39 | tomas- | onSubmit='return false' |
# | Aug 9th 2008, 21:41 | tomas- | i think im just going to include hidden fields to set flags of various operations |
# | Aug 9th 2008, 21:42 | JD__ | what javascript library are you using to do the ajax calls? |
# | Aug 9th 2008, 21:42 | tomas- | the ones that come with cake...AjaxHelper? |
# | Aug 9th 2008, 21:43 | skua | jquery |