Changes between Version 50 and Version 51 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
06/01/09 11:44:39 (15 years ago)
Author:
Fran Boon
Comment:

Custom forms: Debug by setting the return to just a plain dict() (=> can read values of vars in 'request')

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v50 v51  
    2929 * THIS_NOT_IN_DB custom validator: http://groups.google.com/group/web2py/browse_thread/thread/27b14433976c0540?pli=1
    3030 * Custom Forms
     31  * Debug by setting the return to just a plain dict() (=> can read values of vars in 'request')
    3132  * less retyping of code in view using SQLFORM extensions: http://groups.google.com/group/web2py/browse_thread/thread/2d8cc57352d158bd
    3233  * Simple version: http://groups.google.com/group/web2py/browse_thread/thread/7245cab0df469d5f