-
In the future mysql functions [will be deprecated](https://wiki.php.net/rfc/mysql_deprecation). Definitely not a short term concern given the adoption rate of new PHP versions, but we'll have to prepa…
-
with this
$database = new medoo([
'database_type' => 'sqlite',
'database_file' => 'nwys.sqlite',
'option' => ''
]);
var_dump($database->error());
I get this
array(3) { [0]=> string(5) "00000" [1]=>…
gjj25 updated
10 years ago
-
Hello,
when we use condition join we cant select atribute the 'ON' statement and 'WHERE' clause
-
Fatal error: Uncaught exception 'Exception' with message 'could not find driver'
-
What do you think about registering Medoo as a [composer](http://getcomposer.org/) module ?
That way, a one would be able to register it as a dependence easily and avoid to do ugly trick [like so](ht…
-
Hello. How can I verify if database already exists? And if it not exist create one.
-
Hello,
Thank you for this nice framework.
My english is very bad,
Can you understand what I mean?
```
$config = require_once 'config.php';
require_once 'medoo.php';
$db = new medoo($config['DB']);
$…
-
http://medoo.in/api/query
i think that $db->select("xxx")->fetchAll() need change to $db->query("xxx")->fetchAll();
God bless