?? ?? ??? ???????.
1. ???? ??? ??? ????.
public function actionIndex() { $query = Country::find(); $pagination = new Pagination([ 'defaultPageSize' => 5, 'totalCount' => $query->count() ]); $countries = $query->orderBy('name') ->offset($pagination->offset) ->limit($pagination->limit) ->all(); return $this->render('index', [ 'countries' => $countries, 'pagination' => $pagination, ]); }
(?? ????: yii Framework)
2.
<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=yii2basic', 'username' => 'root', 'password' => '', 'charset' => 'utf8', // Schema cache options (for production environment) //'enableSchemaCache' => true, //'schemaCacheDuration' => 60, //'schemaCache' => 'cache', ];
?? ??:
PDO ??? dsn ???? "localhost"?? "127.0.0.1"? ?????. DB.PHP ??? ?? ??? ?? ?????.
<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1;dbname=yii2basic', 'username' => 'root', 'password' => '', 'charset' => 'utf8', // Schema cache options (for production environment) //'enableSchemaCache' => true, //'schemaCacheDuration' => 60, //'schemaCache' => 'cache', ];
For ? ?? ????? ?? ??? PHP ??? ???? ????? ?? ??? ??????!
? ??? yii2? ??????? ???? ?????.? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

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

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

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

Clothoff.io
AI ? ???

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

?? ??

??? ??

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

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

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

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

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

??? ??











Apple? ?? iOS18, iPadOS18 ? macOS Sequoia ??? ????? ?? ??????? ??? ??? ???????. ? ??? ???? ??? ??? ????? ??? ??? ???? ?? ??? ? ??? ???????. ??? ???? ?? ?? ?? ??? '???'??? ??? ???????. ? ??? ???? ??? ?? ?????? ???? ?? ???? ???? ??? ?? ? ???? ?????. "???" ??? ??? ?????? ???? ?? ??? ??? ???, ?? ?????? ???? ???? ?? ??? ?? ???? ?? ?? ?????? ???? ?? ?? ????? ?? ???? ?????. ???? ? ?? ??? ??? ??? ???.

JSON ???? gjson ????? ?? json.Unmarshal ??? ???? MySQL ??????? ??? ? ????. gjson ?????? JSON ??? ?? ???? ??? ??? ????, json.Unmarshal ???? JSON ???? ?????? ?? ?? ?? ???? ?????. ? ?? ?? SQL ?? ???? ?? ??? ???? ???? ??????? ???? ???.

MySQL? ?? ?? ??? ?????? ?? ??????. 1) ?????? ? ??? ?? : CreateAbase ? CreateTable ??? ??????. 2) ?? ?? : ??, ????, ?? ? ??. 3) ?? ?? : ??, ?? ?? ? ?? ??. 4) ??? ?? : ??, ??? ?? ? ??? ??????. 5) ??? ?? : ??? ??, ??? ??? ??? ??????.

MySQLi? ???? PHP?? ?????? ??? ???? ??: MySQLi ?? ??(require_once) ?? ?? ??(functionconnect_to_db) ?? ?? ??($conn=connect_to_db()) ?? ??($result=$conn->query()) ?? ??( $conn->close())

PHP?? ?????? ?? ??? ????? ?? ??? ??? ? ????. mysqli_connect_errno()? ???? ?? ??? ????. ?? ???? ???? mysqli_connect_error()? ??????. ??? ?? ???? ???? ???? ?????? ?? ??? ?? ???? ??? ? ?? ??????? ???? ??? ? ????.

Golang? ?????? ?? ??? ???? ??? ??? ? ????. ??? ?????? ??? ??? ? ??? ?? ??? ?????. ?? ??? ???? ??? ??? ??? ?? ??? ?? ??? ??? ? ????. ??, ????, ??, ?? ??? ?? ??? ??? ? ????. ?? ??? ????? sql.Exec, sql.QueryRow, sql.Query ??? ???? ???.

Oracle? ?????? ?? ?? ? ??? ???? ??? ? ERP ???? ????????. 1. Oracle? ???????? ???? ??? ? ERP ???? ????? ??? ? ???? ?????. 2. OracleCloud? AWS? Azure? ???? IAA, PAAS ? SAAS ???? ?????. 3. E-BusinessSuite ? FusionApplications? ?? Oracle? ERP ???? ??? ??? ????? ? ??????.

MySQL? ?? ?? ??? ?????? ?? ?????, ?? ???? ???? ????? ???? ???? ? ?????. ?? ???? ????? ??, ?? ???, ?? ?? ? ?? ??? ?????. ??? ??? ??? ??, ??? ?? ? ?? ? ?? ??? ?? ?? ??? ?????. ???? ???? SQL ??, ??? ?? ? ??? ???? ??? ???? ??? ??, ??? ? ?? ? ??? ??? ?????.
