PHP Classes

File: View/index.json

Recommend this page to a friend!
  Classes of Jakub Kuritka   PHP JUI templating system   View/index.json   Download  
File: View/index.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JUI templating system
Build HTML user interfaces from JSON definitions
Author: By
Last change: Changed landing page and fixed some stupid errors
Changes in autoloading
Date: 12 years ago
Size: 364 bytes
 

Contents

Class file image Download
{ "com" : "Page", "title": { "com": "Resources", "key": "title" }, "meta" : [ {"http-equiv" : "Content-Type", "content" : "text/html; charset=UTF-8"} ], "content":[ { "com": "H1", "content": "Welcome in your JUI page!" }, { "com": "Text", "br": true, "file": "./View/Texts/index.html" } ] }