-
Hi Everybody,
Does Medoo support PHP7?
-
I've tested this several times but I think something is wrong with Medoo.
In my project I use Medoo through a controller project. I use Medoo in each page so I can update the 'stats' column in a table…
ghost updated
8 years ago
-
when saving user data do we need to use the medoo quote method every update and insert to accomplish the pdo quote like so
`$database->quote($data);`
-
Does Medoo Support Sqlite?
-
中文文档怎么不见了,下午还有的
write@2016-04-16晚上
-
Is composer required for Medoo, or can we just download the php file and include it?
-
there is no error in my codes but it can't insert
here is my code
-
Hey,
I saw you have implemented a permission system to read and write data, mentioned here https://github.com/mevdschee/php-crud-api#permissions
Do you have some working examples for that?
My goal i…
-
How can i sort arrays?
-
Is there ay way when I insert new values into columns that I can update the values for one of the rows if a duplicate value exists for a unique column.
I essentially want to do
`insert into myTable (…