Yo, in the nicest way possible, what the bloody hell you doing, lol?
Model:
class Meta extends Eloquent {
protected $table = 'meta';
}
Elsewhere:
$thing = Meta::where( 'col', '=', 'val' )->get();
LOL I'm trying examples with info from the manual.. Yeah I'm quite confused, so the question is warranted... LOL
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community