New Feature: filter and order in vae() and vae_find() - May 21, 2009

Vae's PHP integration just got a lot better with the addition of 2 features ported from VaeML's tag: filter and order.

Now you can filter and order (sort) entries when using Vae's PHP integration just like in VaeML.  This feature has been requested for a while and we're happy to finally bring it live on all sites.

Here is an example of the new feature in use:

$posts = vae("posts", array('order' => "DESC(post_date)"));
?>

For more information, please see the documentation for vae() and vae_find(): http://docs.vaeplatform.com/php_vae