Changeset 16 for trunk/class/Form.php


Ignore:
Timestamp:
Jun 19, 2012, 12:22:12 PM (12 years ago)
Author:
maron
Message:

ohlášení

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/Form.php

    r13 r16  
    1212  protected $title = '';
    1313
    14   function __construct($inputs,$title,$action = '',$method = 'post')
     14  function __construct($inputs,$title,$action = '?',$method = 'post')
    1515  {
    1616        $this->action = $action;
Note: See TracChangeset for help on using the changeset viewer.