-
数据库ORM框架,PHP扩展,内含数据库连接池和Redis连接池方案。框架开源地址为
https://github.com/caohao-php/ycdatabase
-
### Version
Command-line (Python) version
### Operating System
Windows 10
### Your question
Hello, GPT pilot team
Developing a framework in PHP only provides the most core functionalities (rou…
cntyt updated
5 months ago
-
如插入到wordpress中去,实现发布
-
#### Overview of the Issue
Found while testing Drupal. All indications were that they were trying to submit a query that looked like `CREATE TABLE {table_name} ...` (which made no sense) until I pul…
-
There is many issues with this script. The undefined variable being the worse error. What IDE are you guys using to manipulate this script?
![image](https://github.com/ThingEngineer/PHP-MySQLi-Dat…
-
**Information**
- Version of Medoo: v2.1.4
- Version of PHP: 8.1.3
- Type of Database (MySQL, MSSQL, SQLite...): MySQL
- System (Liunx|Windows|Mac): Linux
**Describe the Problem**
Library does…
-
### Discussed in https://github.com/catfan/Medoo/discussions/1031
Originally posted by **novafire99** January 9, 2022
Trying to do a select with Medoo, but I want to pass mysql/mariadb "REGEX…
-
I think that the `Database` class can be improved with additional functions to make building queries easier & funnier x), this would also benefit the models readability, 'cause in my opinion having SQ…
-
Since MYSQL5.7, strict mode is by default, and insert($table, $data) will fail if some bit colomn in $data, where in raw prepared statement, I can use the following to avoid the error.
> insert int…
-
Hi all,
I have an issue to join tables and use Medoo::RAW as where.
Database: Postgresql
Example:
$join=array('[>]AdminSegmentTypes'=>['segment_types_id'=>'id']);
$where="WHERE network.networ…