Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasl/not-a-framework-on-php
This is a very lightweight and biz-oriented framework and not using MVC pattern, it integrated smarty for presentation, redbean for ORM. I call a page app or dispatch app, and you just need inherit it and rewrite do_post and do_get or forward method, then call its run method and see.
https://github.com/jasl/not-a-framework-on-php
Last synced: 24 days ago
JSON representation
This is a very lightweight and biz-oriented framework and not using MVC pattern, it integrated smarty for presentation, redbean for ORM. I call a page app or dispatch app, and you just need inherit it and rewrite do_post and do_get or forward method, then call its run method and see.
- Host: GitHub
- URL: https://github.com/jasl/not-a-framework-on-php
- Owner: jasl
- Created: 2012-03-27T18:05:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-29T13:41:29.000Z (almost 13 years ago)
- Last Synced: 2024-12-24T00:14:34.793Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
#NAF(Not A Framework) on PHP
**Attention: This framework is not design for big sites, it very lightweight so it's good at small system e.g admin-panel.**
*I am a newbie to design architecture, and this is my first framework.*
I am now working on a project that building an admin-panel like cpanel to manage my school's system, so I start to write this framework.
There still lots of works need to do, this repo has some project files, I'd clean them later.This framework integrated smarty and redbean, and it's business-oriented, for example, a business as to show something details,
I call it app, it will have a class to handle get and post, a func definition file to seperate business logic, and some tpl files to present result.Other part. I'll write this later. :)