承接 crazedsanity/cs-content 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

crazedsanity/cs-content

Composer 安装命令:

composer require crazedsanity/cs-content

包简介

Web application framework, MVC/templating system for PHP

README 文档

README

Build Status

Generic MVC-style framework designed to leverage the power of a templating system and PHP includes, all running through a single display script. Allows incredibly fast building of an intelligent website without having to write a script for every page. Separate HTML from code, intelligently build pages using path-based script and template inheritance.

NOTICE

CS-Content is being broken down into a series of smaller libraries, installable via Composer + Packagist. The list of packages:

  • FileSystem: Build Status
  • Session: Build Status
  • Template: Build Status
  • Version: Build Status
  • (more to come)

HOW THE SYSTEM WORKS:::

TEMPLATE FILES:

Automatically loads templates based on the URL, and optionally includes scripts in the includes directory.

MAIN SECTION:

For the main section, i.e. "/content", it requires a template in a directory of that name beneath /templates, with a file called "index.content.tmpl"... i.e. /templatee/content/index.content.tmpl.

SUB SECTIONS:

For any subsection to be valid, i.e. "/content/members", it must have an associated template, e.g. "/templates/content/members.content.tmpl". If a subdirectory with an index.content.tmpl file exists, it will be used instead of the file in the sub directory (i.e. "/templates/content/members/index.content.tmpl").

SUB SECTION TEMPLATE INHERITANCE:

All pages load the base set of "shared" templates, which are in the form "

.shared.tmpl" in the root of the templates directory. Shared files within each directory, in the form ".shared.tmpl", will be loaded for ANY subsection.

For any subsection, it inherits a previous section's templates in the following manner (any "content" templates are ignored for inheritance, as they're require for page load).

/content							---> /templates/content/index.*.tmpl

/content/members					|--> /templates/content/index.*.tmpl
									`--> /templates/content/members.*.tmpl

/content/members/test				|--> /templates/content/index.*.tmpl
									|--> /templates/content/members.*.tmpl
									|--> /templates/content/members/index.*.tmpl
									`--> /templates/content/members/test.*.tmpl

AUTOMATIC INCLUDES:

Much in the same way templates are included, so are scripts, from the /includes directory, though the logic is decidedly simpler: all scripts must have the extension of ".inc", and must have either the section's name as the first part of the filename, or "shared". Shared scripts will be loaded for ALL subsections.

INCLUDES INHERITANCE:

The template inheritance scheme is as laid-out below. The content system will go as far into the includes directory as it can for the given section, regardless of if any intermediate files are missing.

It is important to note that the content system will NOT regard a section as valid if there are include scripts but no templates.

/content							|--> /includes/shared.inc
									`--> /includes/content.inc

/content/members					|--> /includes/shared.inc
									|--> /includes/content.inc
									|--> /includes/content/shared.inc
									`--> /includes/content/members.inc

/content/members/test				|--> /includes/shared.inc
									|--> /includes/content.inc
									|--> /includes/content/shared.inc
									|--> /includes/content/members.inc
									|--> /includes/content/members/shared.inc
									`--> /includes/content/members/test.inc

License

Copyright (c) 2013 "crazedsanity" Dan Falconer Dual licensed under the MIT and GPL Licenses.

统计信息

  • 总下载量: 850
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-01-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固