├── My.php ├── MySQL.php ├── MySQLi.php ├── README.md └── Sina App Engine (PHP5.3) ├── Demo ├── install.php ├── login.php ├── pc_check.php ├── pc_get.php ├── pc_send.php ├── phone_get.php ├── phone_send.php └── register.php ├── SaeMail.php ├── SaeMemcache.php ├── SaeMySQL.php └── SaeStorage.php /My.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/My.php -------------------------------------------------------------------------------- /MySQL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/MySQL.php -------------------------------------------------------------------------------- /MySQLi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/MySQLi.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MyPHP 2 | 后端API快速开发框架 3 | -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/install.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/install.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/login.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/pc_check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/pc_check.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/pc_get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/pc_get.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/pc_send.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/pc_send.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/phone_get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/phone_get.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/phone_send.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/phone_send.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/Demo/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/Demo/register.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/SaeMail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/SaeMail.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/SaeMemcache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/SaeMemcache.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/SaeMySQL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/SaeMySQL.php -------------------------------------------------------------------------------- /Sina App Engine (PHP5.3)/SaeStorage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoonLord-LM/MyPHP/HEAD/Sina App Engine (PHP5.3)/SaeStorage.php --------------------------------------------------------------------------------