GithubHelp home page GithubHelp logo

doitphp's Introduction

DoitPHP 2.0 
=============================

感谢您选用doitphp, 这是一个简单易用,运行高效,易于扩展的轻量级PHP框架


安装
------------

1.将doitphp的压缩包解压后,在解压后的文件内你会看到以下文件和目录

      doitphp/		   框架的源文件
      tools/		   doitphp的辅助开发工具
      LICENSE              doitphp的许可证
      README               说明文件


2.运行doitphp的辅助开发工具(http://hostname/doitphpPath/tools/index.php),

	默认用户名:doitphp, 密码:123456 
	
	默认用户名密码更改文件./tools/application/config/application.php


3.设置数据库连接配置参数
    如果要使用doitphp的辅助开发工具创建Model文件时,若Model文件绑定数据表时,需要辅助开发工具的配置文件中设置数据库连接信息。
	配置文件路径为:./tools/application/config/application.php
	将以下内容更改为项目所连接的数据库即可
	//数据库连接参数
	$config['db'] = array(
		'dsn' => 'mysql:host=localhost;dbname=dz',
		'username' => 'root',
		'password' => '123456',
	);


要求
------------

基本要求:web服务器运行的PHP版本5.1.0或以上,且支持gd扩展. 

doitphp's People

Contributors

bzboy avatar doitphp avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.