-
**Describe the bug**
The given medoo query returns an empty array
**Information**
- Version of Medoo: 1.6.1
- Type of Database (MySQL, MSSQL, SQLite...): MySQL
- System (Liunx\Windows\Mac): Li…
-
I got his error while using your api example.php. Can't use function return value in write context BibleLib\lib\medoo.php on line 531
Kindly help me to solve this error.
-
It is possible to write `SELECT NOW();` with Medoo?
Something like `$database->select(Medoo::raw('NOW()'));` ?
-
How to convert following query to medoo select ?
select *, date_format(column_name, '%d %b %Y') as column_alias from table_name;
-
**Describe the bug**
A clear and concise description of what the bug is.
$columns = array('c.*','ci.name(city_name)');
$join = array('[>]city(ci)'=>['c.id'=>'parentid']);
$where = array('c.name…
-
`$totalsale = $db->SUM("order_header", "order_total(a)", [
"AND" => [
"branch_code" => "FRKH001",
"order_status" => 0,
"end_date[]" => ['2018-12-01', '2019-01-11'],
],
]);
echo $db->las…
deawx updated
5 years ago
-
Because after inserting the data is done, I need to deal with a series of ID corresponding to these data.
Update also has the same problem.
I love your Medoo very much and have been using it in my p…
-
I'll be using PHP 7.2.11+ on a new project.
I would like to know if this framework is compatible with it.
Closest answer I found for now is for PHP 7.0:
https://github.com/catfan/Medoo/issues/4…
-
**Describe the bug**
Integrate to [Php Telegram Bot](https://github.com/php-telegram-bot/core)
Please give example in [this page](https://medoo.in/api/collaboration)
**Information**
- Version of…
-
Medoo version 1.5.7
Mysql version 5.7
`
$medoo = new Medoo([
'database_type' => DB_CONFIG['TYPE'],
'database_name' => DB_CONFIG['DB'],
'se…