91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 18.14MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-20
  • 語言: PHP
  • 標簽: bulid??FastAdmin??

資源簡介

為您提供FastAdmin后臺開發框架下載,FastAdmin是一款基于ThinkPHP5+Bootstrap的極速后臺開發框架。FastAdmin主要特性:基于Auth驗證的權限管理系統1、支持無限級父子級權限繼承,父級的管理員可任意增刪改子級管理員及權限設置2、支持單管理員多角色3、支持管理子級數據或個人數據強大的一鍵生成功能1、一鍵生成CRUD,包括控制器、模型、視圖、JS、語言包、菜單、回收站等2、一鍵壓縮打包JS和CSS文件,一鍵

資源截圖

代碼片段和文件信息


/*
?*?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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????162??2020-10-08?14:51??.bowerrc
?????文件?????????149??2020-10-08?14:51??.env.sample
?????目錄???????????0??2020-10-08?14:51??addons\
?????目錄???????????0??2020-10-08?14:51??application\
?????文件??????????13??2020-10-08?14:51??application\.htaccess
?????目錄???????????0??2020-10-08?14:51??application\admin\
?????目錄???????????0??2020-10-08?14:51??application\admin\behavior\
?????文件?????????275??2020-10-08?14:51??application\admin\behavior\AdminLog.php
?????目錄???????????0??2020-10-08?14:51??application\admin\command\
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Addon\
?????文件???????16725??2020-10-08?14:51??application\admin\command\Addon.php
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Addon\stubs\
?????文件????????1252??2020-10-08?14:51??application\admin\command\Addon\stubs\addon.stub
?????文件?????????845??2020-10-08?14:51??application\admin\command\Addon\stubs\config.stub
?????文件?????????210??2020-10-08?14:51??application\admin\command\Addon\stubs\controller.stub
?????文件?????????148??2020-10-08?14:51??application\admin\command\Addon\stubs\info.stub
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Api\
?????文件????????7063??2020-10-08?14:51??application\admin\command\Api.php
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Api\lang\
?????文件?????????836??2020-10-08?14:51??application\admin\command\Api\lang\zh-cn.php
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Api\library\
?????文件????????9189??2020-10-08?14:51??application\admin\command\Api\library\Builder.php
?????文件???????18657??2020-10-08?14:51??application\admin\command\Api\library\Extractor.php
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Api\template\
?????文件???????30050??2020-10-08?14:51??application\admin\command\Api\template\index.html
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Crud\
?????文件???????68127??2020-10-08?14:51??application\admin\command\Crud.php
?????目錄???????????0??2020-10-08?14:51??application\admin\command\Crud\stubs\
?????文件?????????495??2020-10-08?14:51??application\admin\command\Crud\stubs\add.stub
?????文件?????????962??2020-10-08?14:51??application\admin\command\Crud\stubs\controller.stub
?????文件????????1048??2020-10-08?14:51??application\admin\command\Crud\stubs\controllerindex.stub
............此處省略5237個文件信息

評論

共有 條評論