• 大小: 18.45MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-18
  • 语言: PHP
  • 标签: 小程序  diy模板  

资源简介

使用的是php5.1开发的框架,数据库是MySQL5.6的; 程序是免费开源的; 可以个性化diy小程序模板的; 使用模块化组合的; 后续持续升级的;

资源截图

代码片段和文件信息

import sys os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer

lexers[‘php‘] = PhpLexer(startinline=True linenos=1)
lexers[‘php-annotations‘] = PhpLexer(startinline=True linenos=1)
primary_domain = ‘php‘

# -- General configuration -----------------------------------------------------

extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘

project = u‘Guzzle‘
copyright = u‘2012 Michael Dowling‘
version = ‘3.0.0‘
release = ‘3.0.0‘

exclude_patterns = [‘_build‘]

# -- Options for HTML output ---------------------------------------------------

# The name for this set of Sphinx documents.  If None it defaults to
# “ v documentation“.
html_title = “Guzzle documentation“
html_short_title = “Guzzle“

# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]

# Custom sidebar templates maps document names to template names.
html_sidebars = {
    ‘**‘:       [‘localtoc.html‘ ‘leftbar.html‘ ‘searchbox.html‘]
}

# Output file base name for HTML help builder.
htmlhelp_basename = ‘Guzzledoc‘

# -- Guzzle Sphinx theme setup ------------------------------------------------

sys.path.insert(0 ‘/Users/dowling/projects/guzzle_sphinx_theme‘)

import guzzle_sphinx_theme
html_translator_class = ‘guzzle_sphinx_theme.HTMLTranslator‘
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = ‘guzzle_sphinx_theme‘

# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
    “index_template“: “index.html“
    “project_nav_name“: “Guzzle“
    “github_user“: “guzzle“
    “github_repo“: “guzzle“
    “disqus_comments_shortname“: “guzzle“
    “google_analytics_account“: “UA-22752917-1“
}

# -- Options for LaTeX output --------------------------------------------------

latex_elements = {}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file target name title author documentclass [howto/manual]).
latex_documents = [
  (‘index‘ ‘Guzzle.tex‘ u‘Guzzle Documentation‘
   u‘Michael Dowling‘ ‘manual‘)
]

# -- Options for manual page output --------------------------------------------

# One entry per manual page. List of tuples
# (source start file name description authors manual section).
man_pages = [
    (‘index‘ ‘guzzle‘ u‘Guzzle Documentation‘
     [u‘Michael Dowling‘] 1)
]

# If true show URL addresses after external links.
#man_show_urls = False

# -- Options for Texinfo output ------------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file target name title author
#  dir menu entry description category)
texinfo_documents = [
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         54  2018-10-22 10:28  100%小程序\.gitignore

     文件       5702  2018-12-03 17:44  100%小程序\application\api\config\app.php

     文件       3891  2018-12-03 17:44  100%小程序\application\api\controller\Address.php

     文件       1576  2018-12-03 17:44  100%小程序\application\api\controller\app\Formid.php

     文件       1729  2018-12-03 17:44  100%小程序\application\api\controller\App.php

     文件       2957  2018-12-03 17:44  100%小程序\application\api\controller\Cart.php

     文件       1495  2018-12-03 17:44  100%小程序\application\api\controller\Category.php

     文件       1499  2018-12-03 17:43  100%小程序\application\api\controller\Comment.php

     文件       3858  2018-12-03 17:43  100%小程序\application\api\controller\Controller.php

     文件       1514  2018-12-03 17:43  100%小程序\application\api\controller\Coupon.php

     文件       3155  2018-12-03 17:43  100%小程序\application\api\controller\Item.php

     文件       4874  2018-12-03 17:43  100%小程序\application\api\controller\Order.php

     文件       1876  2018-12-03 17:43  100%小程序\application\api\controller\Page.php

     文件       3193  2018-12-03 17:43  100%小程序\application\api\controller\Upload.php

     文件       1953  2018-12-03 17:44  100%小程序\application\api\controller\user\agent\Apply.php

     文件       2227  2018-12-03 17:44  100%小程序\application\api\controller\user\agent\Order.php

     文件       2239  2018-12-03 17:44  100%小程序\application\api\controller\user\agent\Qrcode.php

     文件       2382  2018-12-03 17:44  100%小程序\application\api\controller\user\agent\Team.php

     文件       2731  2018-12-03 17:44  100%小程序\application\api\controller\user\agent\Withdraw.php

     文件       4060  2018-12-03 17:43  100%小程序\application\api\controller\user\Agent.php

     文件       2605  2018-12-03 17:43  100%小程序\application\api\controller\user\Comment.php

     文件       2707  2018-12-03 17:43  100%小程序\application\api\controller\user\Coupon.php

     文件       1886  2018-12-03 17:43  100%小程序\application\api\controller\user\Index.php

     文件       5215  2018-12-03 17:43  100%小程序\application\api\controller\user\Order.php

     文件       1729  2018-12-03 17:43  100%小程序\application\api\controller\user\Tpl.php

     文件       2280  2018-12-03 17:44  100%小程序\application\api\controller\User.php

     文件       5841  2018-12-03 17:44  100%小程序\application\api\controller\wxh5.php

     文件       1310  2018-12-03 17:44  100%小程序\application\api\controller\Wxpay.php

     文件        604  2018-12-03 17:38  100%小程序\application\command.php

     文件       1582  2018-12-03 17:48  100%小程序\application\common\exception\baseException.php

............此处省略2566个文件信息

评论

共有 条评论