skip to main |
skip to sidebar
Showing posts with label
Changes Related with Tabular Input Yii Framework.
Show all posts
Showing posts with label
Changes Related with Tabular Input Yii Framework.
Show all posts
For attribute names, using Field[$i] is not valid anymore, they should look like
[$i]Field in order to support array-typed elds (e.g. [$i]Field[$index]).
1.3.5 Other Changes
The signature of the CActiveRecord constructor is changed. The rst parameter
(list of attributes) is removed.
1.4 What is Yii
Yii is a high-performance component-based PHP framework for developing large-scaleWeb
applications rapidly. It enables maximum reusability in Web programming and can signif-
icantly accelerate your Web application development process. The name Yii (pronounced
as Yee or [ji:]) stands for easy, e cient and extensible.
1.4.1 Requirements
To run a Yii-powered Web application, you need a Web server supporting PHP 5.1.0 or
higher.
For developers who want to use Yii, understanding object-oriented programming (OOP)
is very helpful, because Yii is a pure OOP framework.
For attribute names, using Field[$i] is not valid anymore, they should look like
[$i]Field in order to support array-typed elds (e.g. [$i]Field[$index]).
1.3.5 Other Changes
The signature of the CActiveRecord constructor is changed. The rst parameter
(list of attributes) is removed.
1.4 What is Yii
Yii is a high-performance component-based PHP framework for developing large-scaleWeb
applications rapidly. It enables maximum reusability in Web programming and can signif-
icantly accelerate your Web application development process. The name Yii (pronounced
as Yee or [ji:]) stands for easy, e cient and extensible.
1.4.1 Requirements
To run a Yii-powered Web application, you need a Web server supporting PHP 5.1.0 or
higher.
For developers who want to use Yii, understanding object-oriented programming (OOP)
is very helpful, because Yii is a pure OOP framework.
For attribute names, using Field[$i] is not valid anymore, they should look like
[$i]Field in order to support array-typed elds (e.g. [$i]Field[$index]).
1.3.5 Other Changes
The signature of the CActiveRecord constructor is changed. The rst parameter
(list of attributes) is removed.
1.4 What is Yii
Yii is a high-performance component-based PHP framework for developing large-scaleWeb
applications rapidly. It enables maximum reusability in Web programming and can signif-
icantly accelerate your Web application development process. The name Yii (pronounced
as Yee or [ji:]) stands for easy, e cient and extensible.
1.4.1 Requirements
To run a Yii-powered Web application, you need a Web server supporting PHP 5.1.0 or
higher.
For developers who want to use Yii, understanding object-oriented programming (OOP)
is very helpful, because Yii is a pure OOP framework.