资 源 简 介
bFrame
Goal
Ever tried one of those big frameworks that are extra-slow, include a ton of features nobody really uses, and is not suitable for small projects? This is the exact opposite!
bFrame is exactly that!
## Features ##
Small(10KB!, 3 without the default controller1)
Function(Full support on the MVC model, and additional libraries)
Simple to use
FREE
Widely-used libraries built in(database and hashing)
This framework is good for
Beginers, who do not want to create their own framework
Advanced, who want to try something new
People, who are in a hurry, for faster developemtn
This framework is NOT suitable for
People who want a lot of built-in libraries
People who need to have a credit-less framework
Code samples
Model:
class example_model extends b_model{ public function exampleFunction(){ $this->loadModel("hash"); $thi
文 件 列 表
.gitattributes
.gitignore
index.php
readme.txt
controllers
sync.txt
welcome.php
libs
database.php
hash.php
sync.txt
models
myModel.php
sync.txt
nbproject
private
project.properties
project.xml
system
autoload.php
bootstrap.php
b_controller.php
b_library.php
b_model.php
config.php
includes.php
updater.php
views
sync.txt
welcome.php