YiiFramework

YiiFramework

Yii is a high-performance modern PHP framework best for developing both web applications and APIs.

Yii helps Web developers build complex applications and deliver them on-time.

Yii is pronounced as Yee or [ji:], and is an acronym for “Yes It Is!” This is often the accurate, and most concise response to inquires from those new to Yii:
Is it fast? … Is it secure? … Is it professional? … Is it right for my next project? … Yes, it is!

Read more about YiiFramework

PHP

PHP

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive backronym PHP: Hypertext Preprocessor.

PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.

Read more about PHP

MySql

MySql

MySQL is an open-source relational database management system (RDBMS). In July 2013, it was the world’s second most widely used RDBMS, and the most widely used open-source client–server model RDBMS. Its name is a combination of “My”, the name of co-founder Michael Widenius‘ daughter, and “SQL“, the abbreviation for Structured Query Language. The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Oracle Corporation. For proprietary use, several paid editions are available, and offer additional functionality.

Read more about MySql