debug forms
This commit is contained in:
committed by
GitHub
parent
b989468601
commit
ec0a391745
@ -12,7 +12,7 @@ class formAddManager extends Form{
|
||||
const HTML5_EMAIL_REGEXP = '^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$';
|
||||
|
||||
public function __construct() {
|
||||
$options = array("action" => "./?state=mg");
|
||||
$options = array("action" => "./?state=mg&option=a");
|
||||
parent::__construct('formAddManager', $options);
|
||||
}
|
||||
|
||||
@ -78,7 +78,7 @@ class formAddManager extends Form{
|
||||
<div class='column side'></div>
|
||||
</div>
|
||||
";
|
||||
//$result = './?state=mg';
|
||||
$result = './?state=mg';
|
||||
}
|
||||
$exist->free();
|
||||
|
||||
|
Reference in New Issue
Block a user