Robert 4 months ago
parent 9df173b2b1
commit c907c1d12e
  1. 6
      docs/TODO.md
  2. 5
      docs/Zephir_code.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
- [x] → RSS Feed

@ -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
```

Loading…
Cancel
Save