Voting

: min(one, two)?
(Example: nine)

The Note You're Voting On

bobvandell at hotmail dot com
16 years ago
That's actually incorrect. You can use function results as objects. It makes building an API for your database very clean and neat. For example:

Our code:

$articles = Node::screate('tags', 123456)->assets('like:title:test')->articles;

We use the above code to get articles that are linked to assets that are linked to a specific tag in our database.

<< Back to user notes page

To Top