Skip to main content

Posts

Showing posts with the label yii 2

What's New in Yii 2.0?

What Is Yii framework? The Yii is a pure OOP based framework, free, open source, high-performance, component-based  PHP framework  for rapidly developing modern Web Applications and the name Yii is pronounced as Yee or [ji:]) means "simple and evolutionary" in Chinese.  The Yii framework is written in  PHP  and the stable release is 2.0.15.1 at March 21, 2018. The Yii framework is a  PHP   framework for rapidly-developing, modern Web applications. What's New in Yii Release 2.0? 1.       The Yii 2.0 framework support for PSR-4 class auto loading, simpler namespaces, faster loading, and improved usability for developers. 2.       The Yii 2.0 framework added performance and security improvements. 3.       The Yii 2.0 framework added RESTful API integration. 4.       The Yii 2.0 framework added improvement on URL handling and processing...

What Is Yii framework? - A PHP Framework

What Is Yii framework? The Yii is a pure OOP based framework, free, open source, high-performance, component-based  PHP framework  for rapidly developing modern Web Applications and the name Yii is pronounced as Yee or [ji:]) means "simple and evolutionary" in Chinese.  The Yii framework is written in  PHP  and the stable release is 2.0.15.1 at March 21, 2018. The Yii framework is a  PHP  framework for rapidly-developing, modern Web applications. Why Yii Is So Fast? The Yii framework is so faster because it is using the lazy-loading technique extensively. Yii Versions? The Yii framework currently has two major versions, one is 1.1 and other one is 2.0.  The version 1.0 is old and version 2.0 is a complete rewrite of Yii 1.0 What Are the Prerequisites Yii? Which PHP version is required to install Yii 2.0? The Yii 2.0 Framework requires PHP 5.4.0 or above and runs best with the latest versions of  PHP 7 . Ex...