本模块需要您在你的数据库配置文件中添加一个数据库配置, 打开:caches\configs\database.php 为数据配置数组添加一个新的,添加过后如下: return array ( 'default' => array ( 'hostname' => 'localhost', 'database' => 'phpcms', 'username' => 'root', 'password' => '', 'tablepre' => 'v9_', 'charset' => 'utf8', 'type' => 'mysql', 'debug' => true, 'pconnect' => 0, 'autoconnect' => 0 ), //这里网上是默认的,下面是添加的心得数据库配置,犹豫是自己开发的模块,建立数据库表前缀与官方有区别! 'ext' => array ( 'hostname' => 'localhost', 'database' => 'phpcms', 'username' => 'root', 'password' => '', 'tablepre' => 'ext_', 'charset' => 'utf8', 'type' => 'mysql', 'debug' => true, 'pconnect' => 0, 'autoconnect' => 0 ), ); 不知道如何使用加群:117247521
2022-03-17 13:45:27 183KB phpcms v9 企业招聘模块 V1.0
1
phpcms v9企业招聘模块。企业发布招聘信息,求职者在线提交简历,企业管理者在后台查看简历等功能。
2021-03-18 09:14:18 364KB phpcms phpcms企业招聘模块 phpcms模块
1