config = $config; } public function newQuery() { return new Doctrine_Resource_Query($this->config); } public function newRecord($model) { return new Doctrine_Resource_Record($model, $this->config); } public function newCollection($model) { return new Doctrine_Resource_Collection($model, $this->config); } }