Dominique Fournier 00908b1164 form : Add redirectIfError method to simplify the code in index files
$form = new \form ();
      $values = $form->values ();
      $errors = $spaceObj->verify ($values);
      $form->redirectIfError ($values, $errors, $route, "/admin/space/");
      $spaceuuid = $spaceObj->spaceCreateConceal ($values["spacename"]);
      $route->redirect ("/admin/space/");


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4174 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2018-03-21 13:05:00 +00:00
2018-03-13 08:04:55 +00:00
2017-09-18 11:41:24 +00:00
2017-09-18 12:44:07 +00:00
2017-08-01 13:43:40 +00:00
2017-06-20 13:38:36 +00:00
2017-03-15 09:28:03 +00:00
2018-03-13 08:01:19 +00:00
2017-09-26 10:34:01 +00:00
2016-12-09 14:47:48 +00:00
2017-06-20 13:35:32 +00:00
2017-03-24 08:31:10 +00:00
2016-12-09 14:47:48 +00:00
2016-12-09 14:47:48 +00:00
2016-12-09 14:47:48 +00:00
2016-02-21 19:21:29 +00:00
2014-06-16 13:50:53 +00:00
2016-12-09 14:47:48 +00:00
2017-10-30 19:50:45 +00:00
2016-12-09 14:47:48 +00:00
2016-12-08 15:57:56 +00:00
2018-03-13 08:02:29 +00:00
Description
DomFramework is a small PHP Framework. Database abstraction, authentication methods, routing, sessions are the keywords
https://domframework.fournier38.fr
5.1 MiB
Languages
PHP 100%