資源簡介
用tp5源碼寫的,很漂亮的后臺界面,功能齊全
代碼片段和文件信息
/*
?*?This?file?is?part?of?Pimple.
?*
?*?Copyright?(c)?2014?Fabien?Potencier
?*
?*?Permission?is?hereby?granted?free?of?charge?to?any?person?obtaining?a?copy
?*?of?this?software?and?associated?documentation?files?(the?“Software“)?to?deal
?*?in?the?Software?without?restriction?including?without?limitation?the?rights
?*?to?use?copy?modify?merge?publish?distribute?sublicense?and/or?sell
?*?copies?of?the?Software?and?to?permit?persons?to?whom?the?Software?is?furnished
?*?to?do?so?subject?to?the?following?conditions:
?*
?*?The?above?copyright?notice?and?this?permission?notice?shall?be?included?in?all
?*?copies?or?substantial?portions?of?the?Software.
?*
?*?THE?SOFTWARE?IS?PROVIDED?“AS?IS“?WITHOUT?WARRANTY?OF?ANY?KIND?EXPRESS?OR
?*?IMPLIED?INCLUDING?BUT?NOT?LIMITED?TO?THE?WARRANTIES?OF?MERCHANTABILITY
?*?FITNESS?FOR?A?PARTICULAR?PURPOSE?AND?NONINFRINGEMENT.?IN?NO?EVENT?SHALL?THE
?*?AUTHORS?OR?COPYRIGHT?HOLDERS?BE?LIABLE?FOR?ANY?CLAIM?DAMAGES?OR?OTHER
?*?LIABILITY?WHETHER?IN?AN?ACTION?OF?CONTRACT?TORT?OR?OTHERWISE?ARISING?FROM
?*?OUT?OF?OR?IN?CONNECTION?WITH?THE?SOFTWARE?OR?THE?USE?OR?OTHER?DEALINGS?IN
?*?THE?SOFTWARE.
?*/
#ifdef?HAVE_CONFIG_H
#include?“config.h“
#endif
#include?“php.h“
#include?“php_ini.h“
#include?“ext/standard/info.h“
#include?“php_pimple.h“
#include?“pimple_compat.h“
#include?“zend_interfaces.h“
#include?“zend.h“
#include?“Zend/zend_closures.h“
#include?“ext/spl/spl_exceptions.h“
#include?“Zend/zend_exceptions.h“
#include?“main/php_output.h“
#include?“SAPI.h“
static?zend_class_entry?*pimple_ce_PsrContainerInterface;
static?zend_class_entry?*pimple_ce_PsrContainerExceptionInterface;
static?zend_class_entry?*pimple_ce_PsrNotFoundExceptionInterface;
static?zend_class_entry?*pimple_ce_ExpectedInvokableException;
static?zend_class_entry?*pimple_ce_FrozenServiceException;
static?zend_class_entry?*pimple_ce_InvalidServiceIdentifierException;
static?zend_class_entry?*pimple_ce_UnknownIdentifierException;
static?zend_class_entry?*pimple_ce;
static?zend_object_handlers?pimple_object_handlers;
static?zend_class_entry?*pimple_closure_ce;
static?zend_class_entry?*pimple_serviceprovider_ce;
static?zend_object_handlers?pimple_closure_object_handlers;
static?zend_internal_function?pimple_closure_invoker_function;
#define?FETCH_DIM_HANDLERS_VARS? pimple_object?*pimple_obj?=?NULL;?\
ulong?index;?\
pimple_obj?=?(pimple_object?*)zend_object_store_get_object(object?TSRMLS_CC);?\
#define?PIMPLE_object_HANDLE_INHERITANCE_object_HANDLERS do?{?\
if?(ce?!=?pimple_ce)?{?\
zend_hash_find(&ce->function_table?ZEND_STRS(“offsetget“)?(void?**)&function);?\
if?(function->common.scope?!=?ce)?{?/*?if?the?function?is?not?defined?in?this?actual?class?*/?\
pimple_object_handlers.read_dimension?=?pimple_object_read_dimension;?/*?then?overwrite?the?handler?to?use?custom?one?*/?\
}?\
zend_hash_find(&ce->function_table?ZEND_STRS(“offsetset“)?(void?**)&function);?\
if?(function->common.scope?!=?ce)?{?\
pimp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????144??2018-09-11?11:21??tp5admin\.bowerrc
?????文件????????149??2018-09-11?11:21??tp5admin\.env.sample
?????文件??????????8??2019-02-22?17:17??tp5admin\.idea\.name
?????文件?????????76??2019-02-22?17:17??tp5admin\.idea\copyright\profiles_settings.xm
?????文件????????159??2019-02-22?17:17??tp5admin\.idea\encodings.xm
?????文件????????545??2019-02-22?17:17??tp5admin\.idea\misc.xm
?????文件????????268??2019-02-22?17:17??tp5admin\.idea\modules.xm
?????文件????????281??2019-02-22?17:17??tp5admin\.idea\tp5admin.iml
?????文件??????41083??2019-03-11?10:52??tp5admin\.idea\workspace.xm
?????文件???????2730??2019-03-08?17:34??tp5admin\addons\qcloudsms\config.php
?????文件????????210??2019-03-08?17:34??tp5admin\addons\qcloudsms\controller\Index.php
?????文件????????195??2019-03-08?17:34??tp5admin\addons\qcloudsms\info.ini
?????文件???????2066??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\FileVoiceSender.php
?????文件???????3109??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsMobileStatusPuller.php
?????文件???????3539??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsMultiSender.php
?????文件???????6199??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsSenderUtil.php
?????文件???????3721??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsSingleSender.php
?????文件???????1897??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsStatusPuller.php
?????文件???????2401??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsVoicePromptSender.php
?????文件???????2133??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\SmsVoiceVerifyCodeSender.php
?????文件???????2204??2019-03-08?17:34??tp5admin\addons\qcloudsms\library\TtsVoiceSender.php
?????文件???????6062??2019-03-08?17:34??tp5admin\addons\qcloudsms\Qcloudsms.php
?????文件?????????13??2018-09-11?11:21??tp5admin\application\.htaccess
?????文件????????207??2018-09-11?11:21??tp5admin\application\admin\behavior\AdminLog.php
?????文件???????1252??2018-09-11?11:21??tp5admin\application\admin\command\Addon\stubs\addon.stub
?????文件????????845??2018-09-11?11:21??tp5admin\application\admin\command\Addon\stubs\config.stub
?????文件????????210??2018-09-11?11:21??tp5admin\application\admin\command\Addon\stubs\controller.stub
?????文件????????148??2018-09-11?11:21??tp5admin\application\admin\command\Addon\stubs\info.stub
?????文件??????13045??2018-09-11?11:21??tp5admin\application\admin\command\Addon.php
?????文件????????836??2018-09-11?11:21??tp5admin\application\admin\command\Api\lang\zh-cn.php
............此處省略5273個文件信息
評論
共有 條評論