Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
form_multicheckbox.php File Reference

Template for the multicheckbox form element, see form::multiplecheckbox. More...

Go to the source code of this file.


Detailed Description

Template for the multicheckbox form element, see form::multiplecheckbox.

Available variables:

  • class: css class of the table element
  • rows: table rows, each row contains 2 cells, which may be a string or an associative array, in this case, the available keys are:
    • header (bool) is the cell an header (th)?
    • colspan (int) colspan attribute of the cell
    • title title attribute of the cell
    • text cell content (label or input checkbox)
    • class css class of the cell
Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition in file form_multicheckbox.php.