https://github.com/lemathou/fad-framework-php
Framework with strongly typed ORM written in PHP
https://github.com/lemathou/fad-framework-php
admin-panel css javascript multilanguage-support php-framework php-orm
Last synced: 28 days ago
JSON representation
Framework with strongly typed ORM written in PHP
- Host: GitHub
- URL: https://github.com/lemathou/fad-framework-php
- Owner: lemathou
- Created: 2024-02-26T14:18:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T13:39:25.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:26:38.391Z (12 months ago)
- Topics: admin-panel, css, javascript, multilanguage-support, php-framework, php-orm
- Language: PHP
- Homepage: https://sourceforge.net/projects/phpfadframework/
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework for Advanced Developments in PHP
A tool to develop complex websites, including search engine, query layer, administration panel in progress... Cache template generation, on the fly library creation to build business applications.
## Features
* Requires PHP 5.3+, MySQL, jQuery, EditArea and CKEditor
* Full object oriented
* MVC with multiple pages, pagemodels (controller), templates (view), datamodels (model), etc.
* User rights with specific permissions on datatypes and pages
* Strongly typed datamodels, with SQL tables created on the fly
* URL Rewriting with efficient page=>pagemodel=>template params mapping
* Own template engine (in PHP), but soon supports other (Smarty, etc.)
* Efficient cache system with per-template customisation
* Multilingual (in progress)
* Pluggable modules (in progress) containing datamodels, pagemodels, templates and libraries
* Module : Article edition
* Module : Contact directory (enterprise, association, person, etc.)
* Module in progress : Advanced Webmail
* Module in progress : Blog
* Module in progress : Forum