Plans for TaniPHP

  1. Write new tutorials for new way of form handling. Basically one would use $form = Form::getForm() to get the form and foreach($form as $field) { $field->out; } to print it.
  2. Add form validation that should support custom validators

Implemented features

  1. Refactor/rework the form generation code. I’ll make it more OOP-like that will allow 3 degrees of control:
    • printing the whole form (autoformatted)
    • printing fields (these are <label> <input> pairs of tags) and customising overall formatting
    • printing each tag separately for ultimate design control :)
    • This part is done. The code is in already in the repository.
 
plans.txt · Last modified: 2005/12/21 12:30 by posto
 
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki