Wiki

Articles tagged with "tips", sorted by ratingX
Displaying 1-6 of 6 result(s).

Implementing a User Level Access System

Created 2 years ago by Antonio RamirezTutorials9 comments – viewed 26,162 times – ( +27 )
I would like to provide you a quick tip on how to implement user level access to your Yii applications.

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 37,093 times – ( +16 )
Here is a step by step To-Do list for Yii beginners. The list is an advice of what tutorials and documentation you can walk through to get a full understanding of the Yii Framework. These can be a help to learn Yii.

A simple class to use a different db for a module

Created 2 years ago by tydeas_drTips2 comments – viewed 8,466 times – ( +8 )
What would you do if you want/need to have a different than the main database connection in an module's models?

Use application on production/development environment without making changes

Created about a year ago by ifdatticTips2 comments – viewed 15,967 times – ( +8 / -1 )
I like programing on my localhost, however it really bugged me to make changes to index.php & config files on my production server. After combining all available wiki articles on this topic and some trial and error this is what I use for my applications so I could just upload it to production server and it will work without any changes.

A simple action for XUpload extension

Created 2 years ago by tydeas_drTips1 comment – viewed 9,701 times – ( +3 )
All the basic functionality for an action used by the xupload extension. Check resources for the source code of this action
tags: tips, xupload, caction

Yii Security-extended guide

Created about a year ago by bingjie2680Tips11 comments – viewed 9,742 times – ( +6 / -6 )
This article is called extended guide is because there is already a security guide in the Yii tutorial security section. but that guide is not complete in the sense that it does not rise the developers' attention to some other commonly happening attacks: SQL injection and magic URL, which can be major vulnerabilities in your application without much caring.