Wiki

Articles tagged with "module"X
Displaying 1-7 of 7 result(s).

Setting static modules' properties in config

Created 7 months ago by Alexander PalamarchukTips0 comments – viewed 2,783 times – ( +2 / -2 )
You may face a situation when you need to access to a configurable module's property from everywhere and you don't have an instance of this module's class.
tags: config, module

BaseModuleAR class with MultiActiveRecord

Created about a year ago by dinhtrungTips0 comments – viewed 5,072 times – ( +2 )
MultiActiveRecord is an extension that add support for multiple database connection for your application.

A simple class to use a different db for a module

Created 2 years ago by tydeas_drTips2 comments – viewed 8,524 times – ( +8 )
What would you do if you want/need to have a different than the main database connection in an module's models?

Yii实战中8个必备常用的扩展,模块和

Created 2 years ago by Darwin WenTips2 comments – viewed 11,551 times – ( +2 / -3 )
在经过畅K网的实战后,总结一下在Yii的项目中会经常用到的组件和一些基本的使用方法,分享给大家,同时也给自己留个备忘录,下面我以代码加图片说明.
tags: module, Widgets

Module based login

Created 2 years ago by suriyansureshTutorials6 comments – viewed 32,674 times – ( +14 )
If you want to add module based login to a site without using RBAC, please follow these guidelines.

Encapsulate db and module configurations

Created 3 years ago by ricardogranaTutorials3 comments – viewed 6,670 times – ( +6 )
This method was inspirated on the excellent text about different environments available at http://www.yiiframework.com/doc/cookbook/32/
tags: module

How to access a component of a module from within the module itself

Created 4 years ago by OriginalCopyTutorials1 comment – viewed 10,683 times – ( +2 / -1 )
The Yii documentation states:
tags: module