Kaydet (Commit) 8e88d367 authored tarafından Ali Yılmaz's avatar Ali Yılmaz 🎯

prepare method added.

üst 866f017d
......@@ -169,4 +169,16 @@ The path of the folder where `Mind.php` is located is kept in `$this->baseurl`,
## connection()
It is used to provide database connection in the light of the information specified in the [installation](#installation) phase. It was run in `__construct()` method in `Mind.php` file.
\ No newline at end of file
It is used to provide database connection in the light of the information specified in the [installation](#installation) phase. It was run in `__construct()` method in `Mind.php` file.
----------
## prepare()
It is used to run SQL queries, it has `public` definition to send `SQL` query from outside the class. The `SQL` query can be sent as `string`.
##### Example
$Mind->prepare($sql);
----------
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment