為什么選擇Medoo及其主要功能:

開始使用

下載 Medoo 并把它放到你想要的目錄,然后通過下面的三步就可以使用它了:

  1. // Include Medoo
  2. require_once 'medoo.php';
  3.  
  4. // Initialize
  5. $database = new medoo([
  6. 'database_type' => 'mysql',
  7. 'database_name' => 'name',
  8. 'server' => 'localhost',
  9. 'username' => 'your_username',
  10. 'password' => 'your_password',
  11. 'charset' => 'utf8'
  12. ]);
  13.  
  14. // Enjoy
  15. $database->insert('account', [
  16. 'user_name' => 'foo',
  17. 'email' => 'foo@bar.com',
  18. 'age' => 25,
  19. 'lang' => ['en', 'fr', 'jp', 'cn']
  20. ]);
  21.  
  22. // Or initialize from file and then
  23. $database = new medoo();
更多使用方法,請(qǐng)參考其使用文檔

  哈爾濱品用軟件有限公司致力于為哈爾濱的中小企業(yè)制作大氣、美觀的優(yōu)秀網(wǎng)站,并且能夠搭建符合百度排名規(guī)范的網(wǎng)站基底,使您的網(wǎng)站無需額外費(fèi)用,即可穩(wěn)步提升排名至首頁。歡迎體驗(yàn)最佳的哈爾濱網(wǎng)站建設(shè)。