PalanthirPHPlib
Library for PHP websites to provide:
- MVC model for pages
- user management
- support AJAX calls efficiently
- layout templates
| app | ||
| conf | ||
| htdocs | ||
| sql/auth | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| composer.phar | ||
| README.md | ||
PalanthirPHPlib
Library for PHP websites to provide:
- MVC model for pages
- user management
- support AJAX calls efficiently
- layout templates
Note: after changing the composer.json, the following action must be performed on the command line: php composer.phar dump-autoload