Page 1 of 2

Tips for Yii

PostPosted: 25 Sep 2012, 21:28
by Xpycm
Discuss the article "Tips for Yii. Сhapter 1"

Link: http://monoray.net/86-yii/75-yii-tips-chapter-1
Content:
    Yii and Netbeans;
    Yii::app()->request;
    Your message by incorrect output value - attribute message;
    The captcha is not updated by incorrect input value;
    Menu is based on Cmenu, but instead of text (label) an image is needed;
    Use the settings (from the configuration file /protected/config/main.php) of the application in Javascript code;

Re: Tips for Yii

PostPosted: 18 Dec 2012, 19:54
by Xpycm
Discuss the article "Tips for Yii. Сhapter 2"

Link: http://monoray.net/86-yii/76-yii-tips-chapter-2
Content:
    Behaviors;
    Images from the model into GridView;
    How to specify the name of the script before validation and its rules of validation;
    Hide of View and Update buttons in GridView;
    Yii::app()->user->setFlash;

Re: Tips for Yii

PostPosted: 18 Dec 2012, 19:55
by Xpycm
Discuss the article "Tips for Yii. Сhapter 3"

Link: http://monoray.net/86-yii/79-yii-tips-chapter-3
Content:
    A grouped dropdown list;
    Jquery does not work after renderPartial;
    Own validation functions;

Re: Tips for Yii

PostPosted: 18 Dec 2012, 19:55
by Xpycm
Discuss the article "Tips for Yii framework. Сhapter 4"

Link: http://monoray.net/86-yii/80-yii-tips-chapter-4
Content:
    Label marked as a required field;
    CGridView. How to add a drop-down list for sorting/search;
    Query caching;
    Debugging SQL queries;

Re: Tips for Yii

PostPosted: 27 Dec 2012, 08:48
by Xpycm
Discuss the article "Advice on Yii. Сhapter 5"

Link: http://monoray.net/86-yii/82-yii-tips-chapter-5
Content:
    An example for use of CArrayDataProvider;
    A couple of useful methods;
    CDbExpression;

Re: Tips for Yii

PostPosted: 25 Jan 2013, 21:53
by Xpycm
Discuss the article "Tips for Yii chapter 6"

Link: http://monoray.net/86-yii/84-yii-tips-chapter-6
Content:
    datePicker в CGridView;
    Actions before validation and after it;
    How to add a progress indicator for ajax requests;
    Paths to folders;

Re: Tips for Yii

PostPosted: 16 Feb 2013, 08:52
by Xpycm
Discuss the article "Advice on Yii. Сhapter 7"

Link: http://monoray.net/86-yii/85-yii-tips-chapter-7
Content:

Re: Tips for Yii

PostPosted: 18 Apr 2013, 17:22
by Bradley
Hi Xpycm,
Very informative theeat, posts and links on tips for Yii and thanks for making this threat and sharing this valuable information with others also.

Re: Tips for Yii

PostPosted: 19 Apr 2013, 07:05
by Xpycm
Welcome :-)

Re: Tips for Yii

PostPosted: 21 May 2013, 15:16
by Xpycm
Discuss the article "Tips for Yii. Сhapter 9"

Link: http://monoray.net/86-yii/93-tips-for-yii-chapter-9
Content:
    Sending and saving a file for downloading with the help of the sendFile function.;
    Sending and saving large files for downloading with the help of the xsendFile function;
    Multilanguages in Yii. Search for untranslated words/phrases/sentences;