newRootDB(), newDB가 이전의 코드 수정으로 new를 수행하는 경우가 줄어들었으므로 getRootDB(), newDB() 로 이름 변경

This commit is contained in:
2018-01-28 21:44:08 +09:00
parent 373bcde70b
commit dc56de8afd
8 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require(__dir__.'/../vendor/autoload.php');
*
* @return MeekroDB
*/
function newRootDB(){
function getRootDB(){
$host = '_host_';
$user = '_user_';
$password = '_password_';