Difference between revisions of "Yii"
m (→Dcoumentation) |
m (→Reference) |
||
Line 25: | Line 25: | ||
[[Category:Index]] | [[Category:Index]] | ||
[[Category:PHP]] | [[Category:PHP]] | ||
+ | [[Category:Programming]] | ||
+ | [[Category:Tools]] |
Latest revision as of 14:18, 9 July 2022
Yii
(pronounced as "Yee", acronym for "Yes It Is") is an open source, object-oriented, component-based MVC PHP web application framework.
Introduction
Main purpose of this Webpage/article is to collect information on the framework and is definitely not meant to be an introduction to PHP or Yii.
Installation
Please use the The Definitive Guide to Yii 2.0 [1], which explains installation of Yii and configuration of the website.
There is no specific instruction for the installation of Yii under MAMP Pro.
The section Shared Hosting Environment [2] describes this in more details.
Dcoumentation
- https://www.yiiframework.com/doc/guide/2.0/en/start-looking-ahead Looking Ahead
- https://www.yiiframework.com/doc/api/2.0/index API Documentation for Yii 2.0
- https://www.yiiframework.com/wiki?tag=yii2 Yii Framework Wiki
See also
Reference
- ↑ yiiframework Documentation guide, The Definitive Guide to Yii 2.0. Topics: Installing Yii, configuration of the Web server.
- ↑ yiiframework Documentation guide, Shared Hosting Environment.