Robert 4 months ago
parent 9df173b2b1
commit c907c1d12e
  1. 4
      docs/TODO.md
  2. 5
      docs/Zephir_code.md

@ -1,5 +1,5 @@
## To-Do List: ## To-Do List:
- [x] → AutoLoader PSR-4 - [x] → AutoLoader PSR-4
- [x] → LoadAll Service and Config files that are ON… - [x] → LoadAll Service and Config files that are ON…
- [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs) - [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs)
- [x] → Encrypted/Compressed Sessions - [x] → Encrypted/Compressed Sessions
@ -11,7 +11,7 @@
- [x] → Macros - [x] → Macros
- [x] → Routes - [x] → Routes
- [x] → Controllers - [x] → Controllers
- [.] → Models - [*] → Models
- [x] → Views (Twig/Liquid/PHP) - [x] → Views (Twig/Liquid/PHP)
- [x] → JavaScript/CSS Asset loading - [x] → JavaScript/CSS Asset loading
- [x] → Strings & Random Engine - [x] → Strings & Random Engine

@ -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 1: https://github.com/zephir-lang/php-zephir-parser
Link 2: https://docs.zephir-lang.com/latest/installation/ 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: EDIT the make license file:
$ nano make_license.php $ nano make_license.php
RUN IT: RUN IT:
$ php make_license.php $ php make_license.php
``` ```

Loading…
Cancel
Save