Expected, something like:


$this->o = $this->c->findOne(
    array(
        '_id' => preg_replace( '/[^nw0-9]/', '', $object )
    )
);