[Wiki] Auth module integrations steps
1) Download the latest release from Yii extensions Auth.Auth and placed under folder protected/modules, if not, create a folder named modules 2)Then edit, protected/config/main.php on module array add...
View Article[Wiki] Yii Framework – Tips and Tricks - 2. ENABLE POSTGRESQL SUPPORT
Download Download postgres from this URL: http://www.postgresql.at/download/ Installation Click on the installation file Then Click on the next buttons by providing proper selections DB Connection...
View Article[Wiki] grid display
Hello frnds i need to add a text the above of actions (like update and delete and view), means the last column of display by default ir displays none or empty... i want to write somex test in the empty...
View Article[Wiki] How to use bizRules in standard accessControl filter
I assume you are familiar with accessControl standard filter. It allows you to separate privileges to run some action from action code itself. There is however one problem with most common usage - you...
View Article[Extension] csrfprotectionmodelbehavior
This is another common attack against web sites and applications.
View Article[Wiki] Customizing the CMenu Widget
The CMenu class provides some useful features for generating menus in your web application. HTML friendly labels. You may want to add some HTML to your menu labels to display icons or images. You can...
View Article[Wiki] Building Page Specific Menus using CMenu
The Yii Framework provides a sweet functionality that allows you to easily create page specific menus. What does this mean? This allows you to create one layout or CSS styling for your menu, and when...
View Article[Wiki] Relational Query - Lazy Loading and Eager Loading / with and together
It's well known that there are Lazy Loading approach and Eager Loading approach in the relational query. But it's important to note that you should distinguish 2 different modes in the Eager Loading in...
View Article[Extension] usr
Yii framework module for user authentication, password reset, registration and profile updating.
View Article[Extension] chybridauth
HybridAuth, open source social sign on for Facebook, Twitter, MySpace, LinkedIn, Google, Yahoo and etc
View Article