Page 2 of 2

Re: Tips for Yii

PostPosted: 15 Jul 2013, 15:27
by Xpycm
Discuss the article "Tips for Yii. Сhapter 10"

Link: http://monoray.net/86-yii/104-tips-for-yii-chapter-10
Content:
    Output CStarRating in GridView;
    Extend CFormatter;

Re: Tips for Yii

PostPosted: 08 Aug 2013, 15:10
by Xpycm
Discuss the article "Tips for Yii. Сhapter 11"

Link: http://monoray.net/86-yii/105-tips-for-yii-chapter-11
Content:
    rowCssClassExpression;
    Additional knowledge of CActiveRecord;
    onBeginRequest and onEndRequest;

Re: Tips for Yii

PostPosted: 27 Sep 2013, 10:33
by Xpycm
Discuss the article "Tips for Yii. Сhapter 12"

Link: http://monoray.net/86-yii/108-yii-tips-chapter-12
Content:
    primaryKey;
    Search by a HAS_MANY relation;
    CSRF and CMenu;

Re: Tips for Yii

PostPosted: 02 Mar 2014, 18:34
by Xpycm
Discuss the article "Tips for Yii. Сhapter 13"

Link: http://monoray.net/86-yii/115-yii-tips-chapter-13
Content:
    Cookie and subdomains;
    Sorting according to the distance from the current object;

Re: Tips for Yii

PostPosted: 15 Mar 2014, 21:51
by Xpycm
Discuss the article "Tips for Yii. Сhapter 14"

Link: http://monoray.net/86-yii/117-yii-tips-chapter-14
Content:
    CHtml::listData usage;
    Display of the validation errors in the block, which you can close;
    CListView. Passing of optional parameters to the view;
    CViewAction. Static pages in Yii;

Re: Tips for Yii

PostPosted: 09 Jun 2014, 12:43
by Brice1
Nice post!

Re: Tips for Yii

PostPosted: 16 Jun 2014, 09:09
by Maddy09
thanks for psot.

Re: Tips for Yii

PostPosted: 10 Apr 2015, 09:21
by Kishore
Hi Friends!

i'm new to this forum, Here i fully read all your posted informations, That all are very helpful information to all, Then here i'm also like to share some tips or yii:

In YII all DB tables can be represented by a model class. Where you can set rule and restrict some table column.

One thing I impress of YII is there Active Record feature. Instead of declaring the sql command to query the data of two or more tables. In YII we can just create relation function in the model class to join the tables by assigning the foreign keys. Thank you keep in touch with me... :)

Re: Tips for Yii

PostPosted: 27 May 2015, 13:05
by nintriva
Hi Xpycm!

I'm new to this forum, Here i fully read your posted information and viewed your all suggested websites that all are very useful. Then each one can contains many useful inforamtions. Thank you for your valuable informations keep in touch with me.. *THUMBS UP*

Re: Tips for Yii

PostPosted: 30 Jul 2015, 07:31
by Racheloxenham
While working on Project base on Yii framework, got some questions/problems. After searching couple of hours found solutions,So sharing.Yii framework is a best php framework. Yii Tips category will give the tips and information about yii framework. It will helpful to get some idea about yii.