ninponix/dualserver

There is no license information available for the latest version (1.0.1) of this package.

A Framework for the Dual Server Web Design Pattern

1.0.1 2017-06-09 01:24 UTC

This package is not auto-updated.

Last update: 2024-05-12 01:44:33 UTC


README

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.

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.