Changes
Title
changed
SavGetting nulls tofrom database instead of empty strings
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
database, null
Content
changed
To
writeget `null`
from database instead of empty strings
to database when saving empty values you need to set up your DB connection as follows:
```php
'db'=>array(
'connectionString' => 'mysql:host=localhost;dbname=test',[...]