Wiki

Articles tagged with "module", sorted by date (updated)X
Displaying 1-7 of 7 result(s).

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

Updated 3 months ago by Roman SolomatinTutorials1 comment – viewed 10,678 times – ( +2 / -1 )
The Yii documentation states:
tags: module

Setting static modules' properties in config

Updated 7 months ago by Alexander PalamarchukTips0 comments – viewed 2,782 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

Encapsulate db and module configurations

Updated 10 months ago by Yang HeTutorials3 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

BaseModuleAR class with MultiActiveRecord

Updated about a year ago by GustavoTips0 comments – viewed 5,071 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

Updated 2 years ago by Maurizio DombaTips2 comments – viewed 8,523 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个必备常用的扩展,模块和

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

Module based login

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