* New organizational scheme
* Supports helpers
* Auto-load class
* Namespaces oriented
* Dwoo template remove
* Support interfaces
* Abstract Helpers
* Exceptions treatment
* Composer oriented
* New Render class
* Removed Twig 2
* Updated third packages
* Config magic constants
* Suport traits
* Much more... wait..

**Full Changelog**: https://github.com/exacti/phacil-framework/compare/2.0-beta...2.0-beta-2
v2-beta 2.0-beta-2
Gitea 3 years ago committed by Bruno O. Notario
parent a3109f78a2
commit 4966130ed3
  1. 2
      system/database/autoload.php
  2. 22
      system/engine/autoload.php
  3. 2
      system/engine/controller.php
  4. 2
      system/engine/front.php
  5. 35
      system/system.php

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -211,7 +211,7 @@ abstract class Controller {
break;
}
} catch (\Throwable $th) {
} catch (Exception $th) {
//throw $th;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save