Change all the "new class" by "new Class"
This commit is contained in:
@@ -491,7 +491,7 @@ class Form
|
||||
* $route->requestURL () method to found the calling page
|
||||
*
|
||||
* Example :
|
||||
$form = new \form ();
|
||||
$form = new \Domframework\form ();
|
||||
$form->logging (array ('\apps\general\controllers\logging', 'log'),
|
||||
$authHTML["email"]);
|
||||
$values = $form->values ();
|
||||
|
||||
Reference in New Issue
Block a user