Chú ý: Chào mừng bạn đến với Snettech!
dinophp

About

DinoPHP is a high performance, Web Framework strong, flexible. DinoPHP web framework follows the MVT (Model-View-Template) architectural pattern.

Get Start

Features:

- Fast and Powerful.
- Extremely Light Weight.
- MVT Architecture.
- Security and XSS Filtering.
- Simple and Easy to learn.
- Easy to Deploy on any server.

view:

class view extends Views {
//Home view
function home(Request $req) {
$data = [
'status' => true,
'data' => 'Hello, World'
];
//Render Template home
return $this->render('view', $data);
}
}

Simple

Let’s write the first view. Open the `view` file and put the following PHP code in it

dinophp

view:

class view extends Views {
//Home view
function home(Request $req) {
$data = [
'status' => true,
'data' => 'Hello, World',
];
//Render Template home
return $this->render('view', $data);
}
}

Convenient

Command multiple function & Debug mode

dinophp

dinophp

dinophp

dinophp

dinophp

Error page

A default error page Beauty, simple & intuition. Default Error page for 404, 403, 401, 500... Easily customizable

dinophp

dinophp

DinoPHP Framework

Currently DinoPHP Framework is only used for the SNETTECH ecosystem. DinoPHP currently has no version released to the community.

For any requests, suggestions or questions, please contact SNETTECH. Thank you.

Get Start