Download the PHP package beansir/newx-framework without Composer
On this page you can find all versions of the php package beansir/newx-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package newx-framework
NewX Framework
安装说明
使用composer一键安装
目录结构
- app // 应用目录(可自定义)
- config // 配置目录
- component.php // 组件配置
- config.php // 配置文件
- database.php // 数据库配置
- function.php // 自定义全局函数
- controllers // 控制器目录
- HomeController.php // 默认控制器(可于应用配置中更改)
- models // 模型目录
- views // 视图目录
- home // 控制器视图目录
- index.php 视图文件
- layout.php // 视图布局文件
- home // 控制器视图目录
- public // 资源目录
- index.php // 入口文件
- config // 配置目录
- vendor // 框架目录
MVC(Model View Controller)
控制器 Controller
模型 Model
简洁优雅的数据库交互用法请参考NewX ORM文档
Request
场景一
Controller中获取请求数据
场景二
Model中获取请求数据
Response
All versions of newx-framework with dependencies
PHP Build Version
Package Version
The package beansir/newx-framework contains the following files
Loading the files please wait ....