Giter Site home page Giter Site logo

donjan-deng / lyhnims Goto Github PK

View Code? Open in Web Editor NEW
70.0 16.0 56.0 12.14 MB

本代码为以前学习Yii2框架时开发的一套医疗网络部信息管理系统,适合初学者入门学习。

License: Other

PHP 55.04% Batchfile 0.29% JavaScript 26.24% CSS 13.35% TSQL 5.08%

lyhnims's Introduction

关于本代码

本代码为以前学习Yii2框架时开发的一套医疗网络部信息管理系统,适合初学者入门学习。

包含功能:对话管理、预约到院管理、科室管理、医生管理、渠道管理、效果报表、权限管理。

运行环境

php5.4以上、Mysql 5

安装说明

#####数据库

将data目录里的数据库文件导入Mysql 编辑 config/db.php 里的数据库连接选项

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

#####程序配置

打开config/params.php编辑医院名称和超级管理员

打开web/index.php修改

defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');

defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');

#####访问

有条件的直接将web目录设置为站点根目录直接访问,设置不了的通过http://your url/web/访问,默认管理员账户/密码:admin/admin。

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.