Changeset 16 for trunk/class/Form.php
- Timestamp:
- Jun 19, 2012, 12:22:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/Form.php
r13 r16 12 12 protected $title = ''; 13 13 14 function __construct($inputs,$title,$action = ' ',$method = 'post')14 function __construct($inputs,$title,$action = '?',$method = 'post') 15 15 { 16 16 $this->action = $action;
Note:
See TracChangeset
for help on using the changeset viewer.