
Yili php framework is a cloud php framework that supports Alibaba Cloud (functional calculation), Tencent (functional calculation), and Swoole(webserver model). The system comes with a management background for convenient and rapid development.
Introduction to the Yili php framework system:
The front end is based on layui and jquery, and also includes kindedit rich text editor and echarts chart drawing!
Original front-end fast form function, jsfrom quickly generates form modification and new data!
Minimalist routing mode, access the corresponding class according to the url and call the corresponding function!
Each function is integrated in the form of a plug-in, making each plug-in independent and interrelated, powerful and flexible!
Class functions that cannot be found by the unique plug-in function Construct will be called here directly, making it convenient to develop multi-functional systems!
The unique url can only be accessed with lowercase function names, and capitalization function names can only be called internally!
No new functional functions, etc. will be added at the end of the basic core.
Summary: Small, flexible, powerful, convenient, cloud-supporting php framework.
Latest updates:
Total statistical conditions are modified by default
System core optimization
System note:
Pseudo-static support is required, and php7 + series can be installed directly;
Import Elikj.sql directly
Login account: admin Login password: qaa
Highly recommended! In actual combat, a function accepts 2 parameters best!
Alibaba Cloud deployment:
Function entry aliyun.handler
Manually import database Elikj.sql
Tencent Cloud deployment:
Execution method tencent.main_handler
Manually import database Elikj.sql
Swool deployment:
Shell execution php swole.php
Plug-in development instructions:
Plug-in development notes
It is recommended to write all common functions of plug-ins in the plug-in class to make it convenient for other plug-ins to call!
Plug-in storage directory/Elikj/Controller/Plug-in name lower-case. Class.php;
Plug-in extension, background rendering and data processing are stored in the/Tpl/plug-in directory/;
ELitpl function to load other extensions;
In the extension of the plug-in, call your own function and use the $THIS call to call it.
Comments0