[Wiki] MongoDB's RBAC support class extending BaseManager
Here's a possible implementation for MongoDb of the RBAC standard. Create a class "MongoDbManager" in common\components and modify your params.php file like this: 'components.authManager'=>[...
View Article[Wiki] How to hide /frontend/web in url addresses on apache
There is an issue on Yii2 to redirecting / urls to /frontend/web. In other words we need a way to hidden /frontend/web from addresses. We will do this without changing Apache configuration and creating...
View Article[Extension] copy-conf
This tool allows you to manage your ignored configuration files when running a composer install or update.
View Article[Extension] yii2-binpacking2d
A simple yet effective implementation of 2D bin packing for Yii2
View Article[Extension] yii2-reportico
The Reportico Yii2 module allows you run reports within your Yii2.0 app
View Article[Extension] reportico
The Reportico Yii module allows you run reports within your Yii1.1 app
View Article[Wiki] How to display images in CJuiAutoComplete without extenstions
I wanted to customize the CJuiAutoComplete, so that it displays a thumb image before the label like the one shown in the following image: Here is what you can do in a very simple way, in your model...
View Article[News] Yii 2.0.0 is released
Yii 2.0 is finally coming, after more than three years of intensive development with almost 10,000 commits by over 300 authors! Thank you for your support and patience! As you may have already known,...
View Article[Extension] listorderbehavior
it will automaticly take care about any model list_order (display_order, etc) fields
View Article[Wiki] How to use imagine ( crop, thumb, effects for images ) on Yii2
Imagine adds most common image functions and also acts as a wrapper to Imagine image manipulation library. Installation The preferred way to install this extension is through composer. Either run php...
View Article[Extension] sammayesadvancedtemplate
This is a template for the Yii 2 advanced application which I have decided to release.
View Article[Wiki] Dynamic User Dependent Yii configuration
It is difficult to perform user dependent theming through a general configuration in 'main.php'. This article proposes a method to do so through a Factory that dynamically generates classes to allow...
View Article[Wiki] Create Form With DynamicModel
In yii2 we can create form without create FormModel. Here we go // in controller public function actionForm() { $model = new \yii\base\DynamicModel([ 'name', 'email', 'address' ]);...
View Article[Extension] free-mobile
Free Mobile logging: send log messages by SMS to a mobile phone.
View Article