# PHP-MyFramework **Repository Path**: darkmice/php-myframework ## Basic Information - **Project Name**: PHP-MyFramework - **Description**: 自己用到的MVC框架,包含了一些自己常用的类. - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-08-19 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.All PHP class file, must be named as "classname.class.php"; 2.Please add your functions into CLASSES_PATH/Helper.class.php with "public static ..."; 3.Your controller class file must be name as "c_xxx.class.php"; 4.Your model class file must be name as "m_xxx.class.php"; 5.URL is like:HTTP_URL/?m=xxx&c=xxx&a=xxx OR HTTP_URL/?c=xxx&a=xxx; 6.Please check my codes for more, enjoy it, thanks. :)