Demos
·
Guide
·
Class Reference
·
Wiki
·
Extensions
·
Forum
·
Live Chat
·
Login
About
About Yii
Features
Performance
License
Contact Us
Downloads
Framework
Extensions
Demos
Logo
Documentation
Take the Tour
Tutorials
Class Reference
Wiki
Screencasts
Resources
Development
Contribute to Yii
Latest Updates
Report a Bug
Report a Security Issue
Community
Forum
Live Chat
News
Hall of Fame
Badges
search
Documentation
Take the Tour
Tutorials
Class Reference
Wiki
Screencasts
Resources
Wiki
Follow @yiiframework
Articles tagged with "module", sorted by date (updated)
X
27
406
52
207
193
180
89
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 Solomatin
–
Tutorials
–
1 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 Palamarchuk
–
Tips
–
0 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 He
–
Tutorials
–
3 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
Gustavo
–
Tips
–
0 comments
– viewed 5,071 times – (
+2
)
MultiActiveRecord is an extension that add support for multiple database connection for your application.
tags:
multiactiverecord
,
ajax request multiply
,
active record
,
module
A simple class to use a different db for a module
Updated 2 years ago by
Maurizio Domba
–
Tips
–
2 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?
tags:
module
,
database
,
active record
,
tips
Yii实战中8个必备常用的扩展,模块和
Updated 2 years ago by
Darwin Wen
–
Tips
–
2 comments
– viewed 11,550 times – (
+2
/
-3
)
在经过畅K网的实战后,总结一下在Yii的项目中会经常用到的组件和一些基本的使用方法,分享给大家,同时也给自己留个备忘录,下面我以代码加图片说明.
tags:
module
,
Widgets
Module based login
Updated 2 years ago by
suriyansuresh
–
Tutorials
–
6 comments
– viewed 32,663 times – (
+14
)
If you want to add module based login to a site without using RBAC, please follow these guidelines.
tags:
authentication
,
module
Write new article
Search Wiki
Sorted by date
Sorted by date (updated)
Sorted by rating
Sorted by comments
Sorted by views
All categories
Tips
(107)
How-tos
(188)
Tutorials
(177)
FAQs
(7)
Others
(14)
Popular Tags
AJAX
(26)
Authentication
(18)
CGridView
(40)
File upload
(10)
Forms
(8)
Logging
(9)
URL
(9)
Widgets
(11)
active record
(11)
config
(12)
database
(13)
filter
(10)
i18n
(15)
rbac
(8)
search
(9)
security
(18)
tutorial
(22)
understanding
(11)
views
(10)
yii
(24)
Recent comments
JFReyes
on
Using CListView to display items next to each...
ruderbytes
on
How to Setting Layouts in Yii
Ben Bi
on
A simple way to get Yii client-side form...
freshyiiuser
on
Creating a dependent dropdown
skworden
on
An Easy Solution for Dependent dropDownList Using...