Wiki

Articles tagged with "database"X
Displaying 11-13 of 13 result(s).

Getting nulls from database instead of empty strings

Created 2 years ago by samdarkTips2 comments – viewed 6,666 times – ( +12 )
To get null from database instead of empty strings you need to set up your DB connection as follows:
tags: database, null

Multiple-database support in Yii

Created 2 years ago by Steve FriedlHow-tos8 comments – viewed 36,011 times – ( +19 )
The customary configuration of a Yii application includes just a single database section in the protected/config/main.php file, but it's easy to extend this to support more than one, tying each Model to one of the databases.
tags: Database

Multiple Databases and Multiple Domains

Created 2 years ago by got 2 doodleTutorials2 comments – viewed 20,776 times – ( +12 / -2 )
Add these lines in /config/main.php
tags: database