Login   Register  
PHP Classes
elePHPant
Icontem

File: View/index.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-10-02 03:18
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"
    	}
    ]
}