Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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. :)