微型问卷调查系统API 适用于微型问卷调查系统的投入接口 数据库 引入根目录中的questionnaire.sql文件即可 数据库配置文件/config/database.php ,修改相应参数即可,本代码中因使用Docker部署,故使用了环境变量作为host ,如果非Docker环境,可以自行更改为localhost或127.0.0.1 伪静态 Apache环境下需要使用到根目录中的.htaccess文件 Nginx环境下需要在vhost.conf文件中配置伪静态规则 location / { # something ... # Codeigniter Nginx Rewrite if (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^