2017 © Pedro Peláez
 

library dualserver

A Framework for the Dual Server Web Design Pattern

image

ninponix/dualserver

A Framework for the Dual Server Web Design Pattern

  • Friday, June 9, 2017
  • by Chamandana
  • Repository
  • 1 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Quick Definition for the PHPDualServer

PHPDualServer is a Framework for the Dual Server Web Design Pattern. Dual Server Architecture is a Web Design Pattern or Architecture made for the Hypertext Preprocessor PHP. The speciality of the Dual Server Pattern is that, it is focusing more on the ease of updating the content of the website, so that it helps the Customer who is obtaining your web designing or web development service., (*1)

Problems the Dual Server Web Design Pattern Solve

  • Protecting Attribution Data frombeing changed by the client
  • Preventing the HTML Structure from being messed up by the client while updating the content
  • Helps the client to update the content of the website without affecting the HTML structure.
  • Use .html extension with PHP scripting
  • Handle Route Requests in one place (can be simplified)
  • Separate HTML, CSS and JS from Raw Files including Media Files, photos and etc (which aren't allowed by DualServer Service Websites)
  • Template your HTML Structure without using PHP files.
  • Use XTML Sections in your HTML Code
  • Faster Model integration (MySQL, MS SQL, SQLite, PostgreSQL and etc) (coming soon)

FOR WHOM?

  • This Web Design Pattern is helpful for Web Designers mostly as there is options for them to structure their HTML Code better.
  • Ofcourse, this is going to be helpful for the Customer / Client of yours, they could easily update the content of a website.

The Versions

09/06 2017

dev-master

9999999-dev

A Framework for the Dual Server Web Design Pattern

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

09/06 2017

1.0.1

1.0.1.0

A Framework for the Dual Server Web Design Pattern

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

05/06 2017

1.0.0

1.0.0.0

A Framework for the Dual Server Web Design Pattern

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0