Skip to content

Instantly share code, notes, and snippets.

@radiosilence
Created January 19, 2011 18:14
Show Gist options
  • Save radiosilence/786571 to your computer and use it in GitHub Desktop.
Save radiosilence/786571 to your computer and use it in GitHub Desktop.
lol at making php like lisp)))))))))))))))))))))))))))))
public function find_by_id($id){
return $this->create_object($this->_storage->fetch(new \Core\Dict(array(
"filters" => new \Core\Li(
new \Core\Filter("id", $id)
)
))));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment