-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,6 @@ $database = new Medoo([ | |
'password' => 'your_password' | ||
]); | ||
|
||
// Enjoy | ||
$database->insert('account', [ | ||
'user_name' => 'foo', | ||
'email' => '[email protected]' | ||
|
@@ -88,7 +87,7 @@ For starting a new pull request, please make sure it's compatible with other dat | |
|
||
Run `phpunit tests` for unit testing and `php-cs-fixer fix` for fixing code style. | ||
|
||
Each commit is started with `[fix]`, `[feature]` or `[update]` tag to indicate the change. | ||
Each commit should start with `[fix]`, `[feature]` or `[update]` tag to indicate the change. | ||
|
||
Please keep it simple and keep it clear. | ||
|
||
|
@@ -102,4 +101,6 @@ Medoo is under the MIT license. | |
|
||
* Documentation: [https://medoo.in/doc](https://medoo.in/doc) | ||
|
||
* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP) | ||
* Twitter: [https://twitter.com/MedooPHP](https://twitter.com/MedooPHP) | ||
|
||
* Open Collective: [https://opencollective.com/medoo](https://opencollective.com/medoo) |