Skip to content

yayandev/SDT-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to use

  # start this program
  php cmd --start or php cmd -start

  # or using opsional port
  php cmd -start="<YOUR PORT>"

setting database

  // check /admin/sistem/conn.php
  
  // koneksi database
  $host = "localhost"; // default localhost
  $username = "root";
  $password = ""; // default null
  $database = "sdt_projects";

test database connection via CLI

  # h = host
  # u = username
  # p = password
  # db = database name
  
  # example
  php cmd -h="localhost" -u="root" -p="" -db="sdt_projects"

see this program

visit our page

join our team

join us

build with love by SDT Teams

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published