Store.php 288 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 <?php /** * Description of Store * * @author Elkan * @datetime 2014-11-6 20:23:37 */ class YHMConfig_Store { /** * 店铺类型 * @var array */ public static $store_type = array( 1 => "潮人", 2 => "潮店", 3 => 'Master' ); }