hellsan631 / LogosDB

A database micro-framework for creating simple DB interaction without the need for a full framework
1 stars 0 forks source link

Improved Load Syntax #15

Open hellsan631 opened 9 years ago

hellsan631 commented 9 years ago

With 1.7.0 update

$users = User::loadMultiple(["post_count" => "> 50"]);

or

$user = User::loadSingle(["id" => "> 11", "id" => "< 13"]);