Created
January 19, 2011 18:14
-
-
Save radiosilence/786571 to your computer and use it in GitHub Desktop.
lol at making php like lisp)))))))))))))))))))))))))))))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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