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