philmprice/block-module-pages

Pages Module for 'Blocks' Platform

dev-master 2014-11-23 23:36 UTC

This package is not auto-updated.

Last update: 2025-07-01 04:40:13 UTC


README

This is the pages module for the 'Blocks' system. It drives editing and display of web pages.

About the Blocks system

The Blocks system is a way to package, distribute, and deploy web application modules that:

  • Deploy and pull-dependancies with Composer
  • Bootstrap into an MVC Framework (PhalconPHP at time of writing)
  • Keep core code separate from extended project code

In this way, all Blocks (even the host):

  • Are extendable
  • Bring their dependencies along
  • May be upgraded by replacing core
  • Arrange extended project assets in a mirrored folder structure that can be independantely code-controlled

It is currently in development, more info to come as things progress.