<?php namespace PhpLife\Config\Postgres; use PhpLife\Frame\Config; /** * 默认数据库配置,不同的库使用不同的配置文件 */ class Core extends Config { protected static $dataFile = 'postgres/core.json'; protected static $data = array(); }