为什么选择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();
更多使用方法,请参考其使用文档

  哈尔滨品用软件有限公司致力于为哈尔滨的中小企业制作大气、美观的优秀网站,并且能够搭建符合百度排名规范的网站基底,使您的网站无需额外费用,即可稳步提升排名至首页。欢迎体验最佳的哈尔滨网站建设