[Wiki] Integrating ZF2 into Yii - use case demonstrated
General I needed to use a class from ZF2 in my Yii project. I've read probably all there is about this subject and still I needed lots of trial & errors to get it working, probably due to my lack...
View Article[Extension] yiipimple
Integration dependency injection container Pimple in Yii framework
View Article[Wiki] Checking for "expired" sessions/logins on the client side
Two utility functions to avoid invalid CSRF, ajax request, etc, because for some reason the client session or login ended or changed. Session/login validity is checked by monitoring specific cookie...
View Article[Wiki] Yii Framework – Tips and Tricks - 1. INSTALLATION OF YII FRAMEWORK
INSTALLATION OF YII FRAMEWORK Download the Yii Framework Download the Yii Framework from this URL: http://code.google.com/p/yii/downloads/detail?name=yii-1.1.10.r3566.zip&can=1&q=1.1 Extract...
View Article[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