Ahojte,
takze strucne … povedzme ze potrebujem nacitat pole z databazy – napr. „name“ .. doplnite mi, prosim, kod?
<?php $this->databaze->table("users")->where("id",3); ?>
dik .. teda asi ten select
$this->databaze->table("users")->where("id",3)->fetch()->name
matej21 napsal(a): $this->databaze->table("users")->where("id",3)->fetch()->name
matej21 napsal(a):
Ďakujem.