tareq1988 / wp-eloquent

Eloquent ORM for WordPress
https://tareq.co/2015/05/eloquent-orm-in-wordpress/
564 stars 135 forks source link

Installation instructions? #32

Open ghost opened 7 years ago

ghost commented 7 years ago

I've installed this in a plugin but when I try to use {{ $users = $db->table('users')->get() }} I am just getting Undefined variable: db

namsir commented 7 years ago

$db = \WeDevs\ORM\Eloquent\Database::instance();

alejandrosanabriav commented 7 years ago

In readme it's.