diff --git a/docs/TODO.md b/docs/TODO.md index 8237711..15a8a41 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,5 +1,5 @@ ## To-Do List: -- [x] → AutoLoader PSR-4 +- [x] → AutoLoader PSR-4 - [x] → LoadAll Service and Config files that are ON… - [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs) - [x] → Encrypted/Compressed Sessions @@ -11,7 +11,7 @@ - [x] → Macros - [x] → Routes - [x] → Controllers -- [.] → Models +- [*] → Models - [x] → Views (Twig/Liquid/PHP) - [x] → JavaScript/CSS Asset loading - [x] → Strings & Random Engine @@ -38,4 +38,4 @@ ## Extras: - [x] → LazyCollections, LazyObjects, Money Class - [ ] → Tests -- [x] → RSS Feed \ No newline at end of file +- [x] → RSS Feed diff --git a/docs/Zephir_code.md b/docs/Zephir_code.md index e0825fd..b0211b2 100644 --- a/docs/Zephir_code.md +++ b/docs/Zephir_code.md @@ -21,9 +21,9 @@ Also see [Zephir Install Latest](https://docs.zephir-lang.com/latest/installatio Link 1: https://github.com/zephir-lang/php-zephir-parser Link 2: https://docs.zephir-lang.com/latest/installation/ -Follow their instructions, install/enable the Parser library for PHP, add to your php.ini files +NOTE about PHP Extensions: .so files = Linux..., .dll = Windows -NOTE: .so files are Linux..., .dll are Windows +Follow their instructions, install/enable the Parser library for PHP, add to your php.ini files ``` ``` @@ -68,6 +68,7 @@ $ cd /var/www/ProjectCodeHydrater/protected/cli EDIT the make license file: $ nano make_license.php + RUN IT: $ php make_license.php ```