There are no hard and fast requirements for this script, other than it be a valid PHP script. The framework code is simply looking for a file of a specified name, and if that file exists, it requires it, otherwise, it will truncate the table:
Protecting it from being truncated by the fixture manager. Turns out my User didn’t have to declare the Currency as fixture, it still showed up.
We are using two db connections in our app, requiring two fixture manager extensions and two CDbTestCase extensions and so on.
It’s early in the project, only two people are at all familiar with Yii at this point, and neither one of those people is me
The files used for confg, as in config/main.php, all return an array(); I was wondering if these .init.php files needed to return something in that fashion.