Changeset 4578 for trunk/core/viewhelper/formgenerator.core.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/viewhelper/formgenerator.core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/formgenerator.core.php
r4500 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 * 27 * @author Jens-André Koch <vain@clansuite.com> 28 * @copyright Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 29 * 26 * @author Jens-André Koch <vain@clansuite.com> 27 * @copyright Jens-André Koch (2005-onwards) 30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 221 218 foreach($form_array as $form_array_section => $form_array_elements) 222 219 { 223 # clansuite_xdebug::firebug($form_array_elements);224 # clansuite_xdebug::firebug($form_array_section);220 #Clansuite_Debug::firebug($form_array_elements); 221 #Clansuite_Debug::firebug($form_array_section); 225 222 226 223 foreach($form_array_elements as $form_array_element_number => $form_array_element) 227 224 { 228 # clansuite_xdebug::firebug(array_keys($form_array_element));229 # clansuite_xdebug::firebug($obligatory_form_array_elements);225 #Clansuite_Debug::firebug(array_keys($form_array_element)); 226 #Clansuite_Debug::firebug($obligatory_form_array_elements); 230 227 231 228 # this does the validation. it ensures that required keys are present … … 252 249 { 253 250 # debug display incomming form description array 254 # clansuite_xdebug::firebug($this->array);251 #Clansuite_Debug::firebug($this->array); 255 252 256 253 # loop over all elements of the form description array 257 254 foreach($this->form_array as $form_array_section => $form_array_elements) 258 255 { 259 # clansuite_xdebug::firebug($form_array_elements);260 # clansuite_xdebug::firebug($form_array_section);256 #Clansuite_Debug::firebug($form_array_elements); 257 #Clansuite_Debug::firebug($form_array_section); 261 258 262 259 foreach($form_array_elements as $form_array_element_number => $form_array_element) 263 260 { 264 # clansuite_xdebug::firebug($form_array_element);261 #Clansuite_Debug::firebug($form_array_element); 265 262 266 263 # @todo ensure these elements exist !!!
Note: See TracChangeset
for help on using the changeset viewer.
