Wiki

Articles tagged with "database", sorted by date (updated)X
Displaying 11-13 of 13 result(s).

Getting nulls from database instead of empty strings

Updated about a year ago by samdarkTips2 comments – viewed 6,634 times – ( +12 )
To get null from database instead of empty strings you need to set up your DB connection as follows:
tags: database, null

A simple class to use a different db for a module

Updated about a year ago by Maurizio DombaTips2 comments – viewed 8,464 times – ( +8 )
What would you do if you want/need to have a different than the main database connection in an module's models?

Multiple Databases and Multiple Domains

Updated 2 years ago by Maurizio DombaTutorials2 comments – viewed 20,664 times – ( +12 / -2 )
Add these lines in /config/main.php
tags: database