


Detailed analysis of the directory structure of the yii framework_PHP tutorial
Detailed analysis and explanation of the directory structure of the yii framework
This article lists in detail the directory structure and directory description of developing a project with yii. Friends who are learning the php framework yii can save it and take a look. .
/****Yii core source code directory structure description****/ |--framework framework core library |--base The underlying class library folder, including CApplication (application class, responsible for global user request processing, the set of application components it manages, will provide specific functions to the entire application); CComponent (component class, this file contains based on The foundation class for component and event-driven programming. Starting with version 1.1.0, a behavior's properties (or its public member variables or its properties defined through getter and/or setter methods) can be called through the component's access); CBehavior (Behavior class, mainly responsible for declaring events and corresponding event handler methods, attaching object behavior to components, etc.); CModel (model class, the base class provided for all data models); CModule (is a module and application The base class, mainly responsible for application components and sub-modules), etc. |--caching all caching methods, including Memcache cache, APC cache, data cache, CDummyCache virtual cache, CEAcceleratorCache cache and other caching methods |--cli YII project generation script |--collections Use PHP language to construct the data storage unit of traditional OO language. Such as: queue, stack, hash table, etc. |--console YII console |--db database operation class |--gii YII code generator (scaffolding), which can generate code including models, controllers, views, etc. |--i18n YII multi-language, providing localized data, information, file translation services, localized date and time formats, numbers, etc. in various languages |--logging logging component, YII provides flexible and scalable logging functions. Message logging can be divided into log levels and information categories. Applying hierarchical and category filters can further select messages for routing to different destinations, such as files, emails, browser windows, etc. |--messages multi-language prompt messages |--test tests provided by YII, including unit tests and functional tests |--utils provides commonly used formatting methods |--validators provide various verification methods |--vendors This folder contains third-party libraries used by the Yii framework |--views provides multi-language views of YII errors, logs, and configuration files |--All methods for developing applications in web YII |---actions controller operation class |---auth permission recognition class, including identity authentication, access control filtering, basic role access control, etc. |---filters Filters can be configured to be executed before or after the controller action is executed.For example, access control filters will be executed to ensure that the user is authenticated before executing the requested action; performance filters can be used to measure the time it takes for the controller to execute |---form form generation method |---helpers View assistant, including GOOGLE AJAX API, creating HTML, JSON, JAVASCRIPT related functions |---js JS library |---renderers view rendering component |---services encapsulates SoapServer and provides a WSDL-based Web service |---widgets components |---CArrayDataProvider.php Configurable sorting and paging properties to customize sorting and paging behavior |---CActiveDataProvider.php ActiveRecord method class |---CController.php controller method, mainly responsible for coordinating the interaction between the model and the view /****The following is the specific project directory structure description****/|--blog_phpernote.com/ |--index.php Web application entry script file |--assets/ Contains public resource files |--css/ Contains CSS files |--images/ Contains image files |--themes/ Contains application themes |--protected/ Contains protected application files |--yiic yiic command line script |--yiic.bat yiic command line script under Windows |--commands/ Contains custom 'yiic' commands |--shell/ Contains custom 'yiic shell' commands |--components/ Contains reusable user components |--MainMenu.php 'MainMenu' widget class |--Identity.php The 'Identity' class used for authentication |--views/ |--mainMenu.php . |--config/ Contains configuration files |--console.php Console application configuration |--main.php Web application configuration |--controllers/ Contains controller class files |--SiteController.php Default controller class file |--data/ Contains sample database |--schema.sqlite.sql Sample SQLite database |--testdrive.db |--testdrive.db |--extensions/ Contains third-party extensions |--messages/ Contains translated messages |--models/ Class files containing models |--LoginForm.php |--ContactForm.php Form model for 'contact' action |--runtime/ Contains temporarily generated files |--views/ Contains the controller's view and layout files |--layouts/ Contains layout view files |--main.php |--column1.php Use the layout used by single column pages to |--pages/ |-About.php "About" page view |-Contact.php 'contact' action view |-error.php 'error' action view (display external error) | --DDex.php 'Index' Action View |-login.php 'login' action view |-System/ Including the system view fileArticle you may be interested in
- PHP Get the directory all files and save the result of the result
- Linux command file directory management cat command
- php creates a simple case of your own MVC framework, providing ideas, for reference only
- A brief summary of Jquery animation effects
- smarty How to use php functions in templates and how to use multiple functions for one variable in smarty templates
- How to sort database query results according to the pinyin of the first letter of Chinese characters
- php clears (delete) files in the specified directory , Methods of not deleting directory folders
- DedeCMS (Dreamweaver) website server directory security setting experience sharing

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

With the continuous development of cloud computing technology, data backup has become something that every enterprise must do. In this context, it is particularly important to develop a highly available cloud backup system. The PHP framework Yii is a powerful framework that can help developers quickly build high-performance web applications. The following will introduce how to use the Yii framework to develop a highly available cloud backup system. Designing the database model In the Yii framework, the database model is a very important part. Because the data backup system requires a lot of tables and relationships

In the current information age, big data, artificial intelligence, cloud computing and other technologies have become the focus of major enterprises. Among these technologies, graphics card rendering technology, as a high-performance graphics processing technology, has received more and more attention. Graphics card rendering technology is widely used in game development, film and television special effects, engineering modeling and other fields. For developers, choosing a framework that suits their projects is a very important decision. Among current languages, PHP is a very dynamic language. Some excellent PHP frameworks such as Yii2, Ph

The Yii framework is an open source PHP Web application framework that provides numerous tools and components to simplify the process of Web application development, of which data query is one of the important components. In the Yii framework, we can use SQL-like syntax to access the database to query and manipulate data efficiently. The query builder of the Yii framework mainly includes the following types: ActiveRecord query, QueryBuilder query, command query and original SQL query

As the Internet continues to develop, the demand for web application development is also getting higher and higher. For developers, developing applications requires a stable, efficient, and powerful framework, which can improve development efficiency. Yii is a leading high-performance PHP framework that provides rich features and good performance. Yii3 is the next generation version of the Yii framework, which further optimizes performance and code quality based on Yii2. In this article, we will introduce how to use Yii3 framework to develop PHP applications.

As the demand for web applications continues to grow, developers have more and more choices in choosing development frameworks. Symfony and Yii2 are two popular PHP frameworks. They both have powerful functions and performance, but when faced with the need to develop large-scale web applications, which framework is more suitable? Next we will conduct a comparative analysis of Symphony and Yii2 to help you make a better choice. Basic Overview Symphony is an open source web application framework written in PHP and is built on

Yii framework: This article introduces Yii's method of converting objects into arrays or directly outputting them into json format. It has certain reference value and I hope it can help you.

If you're asking "What is Yii?" check out my previous tutorial: Introduction to the Yii Framework, which reviews the benefits of Yii and outlines what's new in Yii 2.0, released in October 2014. Hmm> In this Programming with Yii2 series, I will guide readers in using the Yii2PHP framework. In today's tutorial, I will share with you how to leverage Yii's console functionality to run cron jobs. In the past, I've used wget - a web-accessible URL - in a cron job to run my background tasks. This raises security concerns and has some performance issues. While I discussed some ways to mitigate the risk in our Security for Startup series, I had hoped to transition to console-driven commands

In modern software development, building a powerful content management system (CMS) is not an easy task. Not only do developers need to have extensive skills and experience, but they also need to use the most advanced technologies and tools to optimize their functionality and performance. This article introduces how to use Yii2 and GrapeJS, two popular open source software, to implement back-end CMS and front-end visual editing. Yii2 is a popular PHPWeb framework that provides rich tools and components to quickly build
