NotORM? ???????? ?? ??? ????? ? ???? PHP ????????. ?? ? ??? ??? ??? ???? ?? ?? ????? ????. ?? NotORM? ??? ?? ??? ?? ?? ?????? ??? ????.
?????? ??
include "NotORM.php"; $pdo = new PDO("mysql:dbname=software"); $db = new NotORM($pdo);
??? ??
foreach ($db->application() as $application) { // get all applications echo "$application[title]\n"; // print application title }
??? ??
$applications = $db->application() ->select("id, title") ->where("web LIKE ?", "http://%") ->order("title") ->limit(10) ; foreach ($applications as $id => $application) { echo "$application[title]\n"; }
?? ??
$application = $db->application[1]; // get by primary key $application = $db->application("title = ?", "Adminer")->fetch();
???? ??? ??
echo $application->author["name"] . "\n"; // get name of the application author foreach ($application->application_tag() as $application_tag) { // get all tags of $application echo $application_tag->tag["name"] . "\n"; // print the tag name }
JOIN ?? ??
// get all applications ordered by author's name foreach ($db->application()->order("author.name") as $application) { echo $application->author["name"] . ": $application[title]\n"; }
?? ?? ???
echo $db->application()->max("id"); // get maximum ID foreach ($db->application() as $application) { // get count of each application's tags echo $application->application_tag()->count("*") . "\n"; }
?? ??
<?php include "NotORM.php"; $connection = new PDO("mysql:dbname=software"); $software = new NotORM($connection); foreach ($software->application()->order("title") as $application) { // get all applications ordered by title echo "$application[title]\n"; // print application title echo $application->author["name"] . "\n"; // print name of the application author foreach ($application->application_tag() as $application_tag) { // get all tags of $application echo $application_tag->tag["name"] . "\n"; // print the tag name } } ?>
? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??
KB5060533? ???? ?? Windows 10? ???? ?????
4 ? ? ?
By DDD
Dune : ?? - ?? ??? ?? ?
3 ? ? ?
By Jack chen
Gmail ??? : Gmail?? ??, ??? ?? ?? ???? ?? -Minitool
1 ? ? ?
By Jack chen
KB5060999? ???? ?? Windows 11? ???? ?????
3 ? ? ?
By DDD
?? ? ??? ?? ??? : Avalon? ??
4 ? ? ?
By Jack chen

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??
Gmail ???? ??? ??? ??? ????
8517
17


?? ????
1744
16


Cakephp ????
1596
56


??? ????
1537
28


PHP ????
1396
31

