Moriyama-Runtime-PHP:Moriyama 运行时的 PHP 实现

时间:2021-05-30 02:29:55
【文件属性】:
文件名称:Moriyama-Runtime-PHP:Moriyama 运行时的 PHP 实现
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-30 02:29:55
PHP Moriyama.Runtime (PHP) Darren Ferguson ( ) 提出的 Umbraco 运行时的 PHP 实现。 此实现不依赖于 Umbraco 或任何特定的 CMS。 运行时的 PHP 实现将允许您在廉价的 Linux 服务器上为您的网站提供服务(与 Windows 服务器的标准定价相比),同时仍然允许内容编辑器使用 Umbraco 来构建站点结构。 索引.php index.php 设置为通过 .htaccess 和?url=查询字符串处理所有路由。 如果需要,您始终可以使用$_REQUEST['url']访问当前 URL。 当创建$runtime = new Moriyama\Runtime()的实例$runtime = new Moriyama\Runtime() ,将为您提供对两个公共属性的访问权限,以访问Runtime内容。 $节点 $runti
【文件预览】:
Moriyama-Runtime-PHP-master
----index.php(133B)
----.htaccess(114B)
----templates()
--------master.php(176B)
--------home.php(100B)
--------post.php(100B)
----interfaces()
--------IRuntimeProvider.php(173B)
----home()
--------hello()
--------content.json(1KB)
----README.md(2KB)
----Moriyama.Runtime.php(1KB)

网友评论