[Wiki] Comedy of Errors 2
Debug toolbar and YII_DEBUG Set YII_DEBUG to false and wonder why you still see the debug toolbar. Set YII_ENV to prod to disable the toolbar. Set YII_ENV to dev and check allowedIPs to enable the...
View Article[Wiki] Selecting best language based on Browser language and available...
Your application is international and you have to select the best language for the user. Your user may have selected 'fr_CA' and you have 'fr_FR' or 'fr' available. What do you do? Here is a tip. The...
View Article[Extension] yii-dygraphswidget
A simple graph widget for Yii 1, using the Dygraphs.js library.
View Article[Extension] saman-payment
Rich payment solutions for Yii framework with Saman Kish Payment
View Article[Extension] yii2-resource-smart-load
This extension prevent reload resources (on AJAX request), which already exist on client.
View Article[Extension] yii2-dygraphswidget
A simple graph widget for Yii 2, using the Dygraphs.js library.
View Article[Wiki] Debuging variables in Yii2
This tutorial is explained following "basic" application structure. Create functions.php inside config folder and place this code: <?php /** * Debug function * d($var); */ function...
View Article[Extension] yiistranaadapter
A quick adapter (installable via composer) for the Strana pagination composer package
View Article[Extension] yii-mexvalidators
Validators for two data strings used in Mexico for identity, RFC and CURP, for use with the Yii 1.1.* framework.
View Article[Extension] yii2-separatedpager
A Yii2 LinkPager that displays the first and last pages inline with other pages.
View Article[Wiki] MailGun Api Wrapper to send emails
MailGun.php Class <?php /** * MailGun * @author VINAY KUMAR SHARMA <vinaykrsharma@live.in> */ class MailGun extends CApplicationComponent {...
View Article[Wiki] Things to Consider when application hosting on AppFog
I faced many issues when hosted our company website on AppFog. Problems: Server load balancer IP instead of User's IP All Logged in user's session outs automatically Your should consider these things...
View Article