flimasi / php-static-interfaces

Commom functions to rapidy develop webites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PHP static interfaces

commom functions to rapidy develop webites

  • Config - BaseFile to config global variables
// DATABASE
define("DATABASE_HOST", "127.0.0.1");
define("DATABASE_USER", "root");
define("DATABASE_PASSWORD", "root");
define("DATABASE_SCHEMA", "mysql");
define("DATABASE_PORT", "3306");
  • Class Smtp - Interface Email
class smtp{}
  • Class Http - Interface Http Response
class http{}
  • Class SqlParser - Interface Database
class sqlparser{}
  • Class Util - Interface Common Helper
class util{}

About

Commom functions to rapidy develop webites


Languages

Language:PHP 100.0%