Yii

Print Print
Reading time 6:10

Yii
Yii-logo-transparent.png
Stable release
2.0.41[1] / 2021-03-03[±]
RepositoryYII Repository
Written inPHP
Operating systemCross-platform
TypeWeb application framework
LicenseNew BSD License
Websitewww.yiiframework.com

Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as "Yee" or [ji:] and in Chinese it means "simple and evolutionary" and it can be an acronym for "Yes It Is!".[2]

History

Yii started as an attempt to fix perceived drawbacks of the PRADO framework: Slow handling of complex pages, steep learning curve and difficulty to customize many controls. In October 2006, after ten months of development, the first alpha version of Yii was released, followed by the formal 1.00 release in December 2008.

Yii 1.1 was released in January 2010 adding a form builder, relational Active record queries, a unit testing framework and more. The Yii community continues to follow the 1.1 branch with PHP7+ support and security fixes. The latest version 1.1.23 was released in December 2020.

In May 2011 the developers decided to use new PHP versions and fix architectural shortcomings, resulting in version 2.0. In May 2013 the Yii 2.0 code went public, followed by the first stable release in October 2014. PHP8 is supported since version 2.0.38.[3] The latest version 2.0.40 was released in December 2020.

Features

Yii features include:

  • Model–view–controller (MVC) design pattern.
  • Generation of complex WSDL service specifications and management of web service request handling.
  • Internationalization and localization (I18N and L10N), comprising message translation, date and time formatting, number formatting, and interface localization.
  • Layered caching scheme, which supports data caching, page caching, fragment caching and dynamic content. The storage medium of caching can be changed.
  • Error handling and logging. Log messages can be categorized, filtered and routed to different destinations.
  • Security measures include prevention of cross-site scripting (XSS), cross-site request forgery (CSRF) and cookie tampering.
  • Unit and functionality testing based on PHPUnit and Selenium.
  • Automatic code generation for the skeleton application, CRUD applications, through the Gii tool.
  • Code generated by Yii components and command line tools complies to the XHTML standard.
  • Designed to work well with third-party code. For example, it is possible to include code from PEAR or the Laminas.

Version history

Color Meaning
Red Old version; no longer supported
Yellow Old version; still supported
Green Current version
Blue Future version
Version Release date End of active support[4] End of security/compatibility support Requirement[4]
1.0 December 3, 2008 December 31, 2010 PHP 5.1.0 or above
1.1 January 10, 2010 December 31, 2016 December 31, 2021 PHP 5.1.0 or above
2.0 October 12, 2014 TBD TBD PHP 5.4.0 or above
3.0 TBD TBD TBD PHP 7.4.0 or above

Extensions

The Yii project includes a repository of user-contributed extensions.

There was also an official extension library, zii, which was eventually merged with the core framework; it has been bundled in every release since Yii version 1.1.0, and includes additional behaviors and widgets, such as grids and jQuery UI.

Documentation

Yii comes with a collection of official documentation, such as a tutorial to develop a simple blog application, a guide that gives the description of every feature and a class reference which gives every detail about properties, methods and events.

There's also a user-contributed documentation, most of which is available within the wiki on the official website.

Licensing

Yii is released under the New BSD License (3-clause license). This means that it's possible to use it for free to develop either open-source or proprietary Web applications.

The text contained in the Official Yii Documentation is licensed to the public under the GNU Free Documentation License (GFDL). In general, the Yii documentation content can be copied, modified, and redistributed so long as the new version grants the same freedoms to others and acknowledges the authors of the Yii documentation article used.[5]

The logo is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.[6]

See also

References

  1. ^ "Yii 2.0.41". yiiframework.com. Retrieved 2021-03-20.
  2. ^ "About Yii". Yii2 Guide. yiisoft.
  3. ^ https://github.com/yiisoft/yii2/blob/2.0.38/framework/CHANGELOG.md
  4. ^ a b "Download Yii Framework". Retrieved 18 January 2011.
  5. ^ "Terms of the Yii Documentation". Retrieved 22 August 2010.
  6. ^ "Official Logo". Retrieved 20 October 2010.

Bibliography

Books

Journals

  • Behme, Henning (January 2009). "World Wide Web". iX. Heise.
  • Winesett, Jeffrey (March 2009). "Adding the Yii Framework to Your Web Development Toolbox". php|architect.
  • Winesett, Jeffrey (July 2009). "Yii: Flex Your Flash". php|architect.
  • Kreußel, Peter (November 2009). "PHP-Frameworks im Überblick, Viel Holz für den Rahmen". Linux-Magazin. Linux New Media AG.
  • Setter, Matthew (December 2010). "YiiLocal – Find Stuff Near You". php|architect.
  • Moorjani, Philip (April 2014). "Introduction to Yii 2.0". php|architect.

External links

By: Wikipedia.org
Edited: 2021-06-18 14:11:53
Source: Wikipedia.org