Php mysqli Class Documentation Release 0 Read the Docs Sep 16, 2017


PHP MySQLi Class Documentation, Release 1.0



Download 105,85 Kb.
Pdf ko'rish
bet7/11
Sana20.07.2022
Hajmi105,85 Kb.
#830764
1   2   3   4   5   6   7   8   9   10   11
Bog'liq
php-mysqli

PHP MySQLi Class Documentation, Release 1.0
20
Chapter 9. Query Keywords


CHAPTER
10
Ordering method
$db->orderBy(“id”,”asc”); $db->orderBy(“login”,”Desc”); $db->orderBy(“RAND ()”); $results = $db-
>get(‘users’); // Gives: SELECT * FROM users ORDER BY id ASC,login DESC, RAND ();
Order by values example:
$db->orderBy(‘userGroup’, ‘ASC’, array(‘superuser’, ‘admin’, ‘users’)); $db->get(‘users’); // Gives: SE-
LECT * FROM users ORDER BY FIELD (userGroup, ‘superuser’, ‘admin’, ‘users’) ASC;
If you are using setPrefix () functionality and need to use table names in orderBy() method make sure that table names
are escaped with
‘‘
.
$db->setPrefix (“
t_
”); $db->orderBy (“users.id”,”asc”); $results = $db->get (‘users’); // WRONG: That
will give: SELECT * FROM t_users ORDER BY users.id ASC;
$db->setPrefix (“
t_
”); $db->orderBy (“
users
.id”, “asc”); $results = $db->get (‘users’); // CORRECT:
That will give: SELECT * FROM t_users ORDER BY t_users.id ASC;
21


PHP MySQLi Class Documentation, Release 1.0
22
Chapter 10. Ordering method


CHAPTER
11
Grouping method
$db->groupBy (“name”); $results = $db->get (‘users’); // Gives: SELECT * FROM users GROUP BY
name;
Join table products with table users with LEFT JOIN by tenantID
23


PHP MySQLi Class Documentation, Release 1.0
24
Chapter 11. Grouping method


CHAPTER
12
Properties sharing
Its is also possible to copy properties
$db->where (“agentId”, 10); $db->where (“active”, true);
$customers = $db->copy (); $res = $customers->get (“customers”, Array (10, 10)); // SELECT * FROM
customers where agentId = 10 and active = 1 limit 10, 10
$cnt = $db->getValue (“customers”, “count(id)”); echo “total records found: ” . $cnt; // SELECT
count(id) FROM users where agentId = 10 and active = 1

Download 105,85 Kb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7   8   9   10   11




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish