Found a total of 10000 related content
yii框架
Article Introduction:yii框架
2016-06-23
comment 0
898
Yii framework login process analysis, yii framework process_PHP tutorial
Article Introduction:Yii framework login process analysis, yii framework process. Yii framework login process analysis, yii framework process This article analyzes the login process of Yii framework in detail. Share it with everyone for your reference. The specific analysis is as follows: Yii is a bit difficult for novices to get started with
2016-07-13
comment 0
1013
PHP的Yii框架入门使用教程,yii框架使用教程_PHP教程
Article Introduction:PHP的Yii框架入门使用教程,yii框架使用教程。PHP的Yii框架入门使用教程,yii框架使用教程 安装 Yii 的安装由如下两步组成: 从 yiiframework.com 下载 Yii 框架。 将 Yii 压缩包解压至一个 We
2016-07-12
comment 0
847
Complete form validation rules of PHP Yii framework, yii framework_PHP tutorial
Article Introduction:Complete form validation rules of PHP Yii framework, yii framework. PHP Yii framework form validation rules collection, yii framework Yii is a high-performance component-based PHP framework for developing large-scale Web applications. Yii is written in strict OOP and has a complete library
2016-07-12
comment 0
955
Yii framework form model and validation usage, yii framework form model_PHP tutorial
Article Introduction:Yii framework form model and validation usage, yii framework form model. Yii framework form model and verification usage, yii framework form model This article describes the Yii framework form model and verification usage with examples. Share it with everyone for your reference, the details are as follows: Form model
2016-07-12
comment 0
894
form in Yii framework
Article Introduction:Students who have used the yii framework know that the form in the yii framework can be submitted using the form component defined within yii. Today, the editor will take you to take a look at the form component in yii!
2017-12-01
comment 0
2840
yii framework source code How to connect to the database mongodb in yii framework
Article Introduction:yii framework source code: yii framework source code How to connect to the database mongodb in the yii framework: Add the following code to the folder common/config/main_local.php: <?phpreturn ['components' => ['mongodb' => ['class' => 'yiimongodbConnection','dsn' => 'mongodb://localhost:27017/database name' ], ],];
2016-07-27
comment 0
1048
The difference between yii and tp framework
Article Introduction:The difference between yii and TP frameworks: 1. Yii framework has multiple configuration files, TP framework has only one; 2. Yii framework has many page controls, and TP framework does not use page controls.
2019-11-04
comment 0
3997
Yii fast, safe, professional PHP framework, yii professional php framework_PHP tutorial
Article Introduction:Yii is a fast, secure and professional PHP framework, yii professional php framework. Yii is a fast, secure and professional PHP framework, yii professional PHP framework. Yii is a high-performance PHP framework suitable for developing WEB2.0 applications. Yii comes with a wealth of functions, including MVC, DAO/A
2016-07-13
comment 0
820
Getting Started with PHP: Yii Framework
Article Introduction:PHP is a widely used programming language that can be used to develop web applications. Yii framework is a high-performance framework based on PHP, which is widely used in the development of web applications. This article will introduce the basic knowledge of Yii framework to beginners so that they can get started better. What is the Yii framework? The Yii framework is a high-performance web application framework based on PHP that provides many useful functions and components to make web application development faster and more efficient. Yii framework has good security
2023-05-21
comment 0
2814
Core components of Yii framework
Article Introduction:The Yii framework is a high-performance, highly customizable, object-oriented PHP development framework that is widely used in the development of web applications. In the Yii framework, there are many core components that provide developers with convenient and fast solutions. This article will introduce the core components of Yii framework. Controller (Controller) The controller of the Yii framework is the core component for processing requests. The controller is responsible for receiving requests, calling the model to perform data operations, and returning the results to the view for display. An important feature of the controller is support for RESTf
2023-06-21
comment 0
1346
YII框架学习
Article Introduction:
求助YII框架学习有知道yii框架的吗,请指点哦!------解决方案--------------------
确实不错啊,看过学习教程http://topic.csdn.net/u/20100222/15/9500b15a-0892-4195-aee4-71382294a407.html?58013
2016-06-13
comment 0
957
Yii framework associated query with usage analysis, yii framework with usage_PHP tutorial
Article Introduction:Yii framework associated query with usage analysis, yii framework with usage. Yii framework associated query with usage analysis, yii framework with usage analysis. This article analyzes the Yii framework associated query with usage with examples. Share it with everyone for your reference. The specific methods are as follows: Yii framework
2016-07-13
comment 0
1499
How to install php framework Yii in win7, win7php framework yii_PHP tutorial
Article Introduction:How to install php framework Yii in win7, win7php framework yii. How to install php framework Yii in win7, win7php framework yii This article describes how to install php framework Yii in win7. I share it with you for your reference. The details are as follows: Someone asked me when I installed yii in win7 and it always reported
2016-07-12
comment 0
1216
Property in PHP's Yii framework
Article Introduction:Yii Framework is a component-based, high-performance PHP framework for developing large-scale web applications. Yii provides almost everything needed for today's Web 2.0 application development. Yii is one of the most efficient PHP frameworks. Yii is the brainchild of founder Xue Qiang and began development on January 1, 2008. This article mainly shares with you the properties Property in PHP's Yii framework.
2017-11-13
comment 0
1353
Is Yii framework a lightweight framework?
Article Introduction:The Yii framework is not a lightweight framework. The Yii framework is already considered a heavyweight among the PHP frameworks. The framework is a component-based high-performance PHP framework for developing large-scale Web applications. It is written in strict OOP and also provides Web Almost everything you need for application development.
2020-06-08
comment 0
2474
What is the difference between Yii and Yaf frameworks?
Article Introduction:The difference between Yii and Yaf frameworks: 1. Yaf is a PHP framework written in C language. It is a PHP development framework provided in the form of PHP extension, while Yii is a framework developed based on PHP; 2. Yaf framework is written in C So the performance is higher than Yii framework.
2020-07-21
comment 0
2320