Get a file object of type $type from the database. For example: getFileModel('document') would return a document file object. Returns false on fail.
$type (STRING) - id of a valid file model type
OBJECT / FALSE
$this->obj_db->getFileModel('document');