Derek Gifford
Derek Gifford
@MKiselev whoops, I forgot to reset when switching branches.
I'm still not sure why this won't pass Travis CI. It says it's getting 404 errors but I can't replicate the errors locally and none of the changes should create...
@thiagotalma I updated the request
No. Just add it to the class declaration. This would correspond to the component in the main config... ``` 'components'=>array( // ... 'db'=>array( 'connectionString' => 'mysql:host=localhost;dbname=yii', 'emulatePrepare' => true, 'username'...