yii2-cookbook icon indicating copy to clipboard operation
yii2-cookbook copied to clipboard

Yii 2.0 Community Cookbook

Results 56 yii2-cookbook issues
Sort by recently updated
recently updated
newest added

I quite like FAQs even if they are a bit antiquated :) And from the perspective of a lazy contributor its pretty easy to spend 5-10 minutes adding a question/answer...

AR is perfect when you need to delete, update or create one or more records sequentially. Its support of dirty attributes (saving only what was really changed) results in optimized...

Currently `scaling.md` (https://github.com/samdark/yii2-cookbook/blob/master/book/scaling.md) describes a quick and dirty method for keeping multiple servers in sync with a master branch. A more clean & efficient method would be having a separate...

There are models: - `common\models\commonModel` - `common\models\commonRelatedModel` - `frontend\models\frontModel` `frontModel extends commonModel` commonModel has some relation: `commonModel->getRelatedModel()` so to get commonRelatedModel from frontModel i just ask `frontModel()->getRelatedModel()` but if i...

proposal

http://www.yiiframework.com/forum/index.php/topic/59500-single-vendor-for-multiple-project/

proposal

http://www.yiiframework.com/forum/index.php/topic/71516-how-to-mock-activerecord/

- Comments module. - Interface for user.

proposal

Extract from https://github.com/yiisoft/yii2/issues/1543

Hello @samdark! What about `Asset processing with Gulp` receipt? Nowdays Gulp is popular task manager so it wouldn't be redundant to add this receipt as well as Grunt one) Thanks...