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