[Dev]JokerFramework ~ A PHP, JS and XML framework

Status
Not open for further replies.

Adil

DevBest CEO
May 28, 2011
1,276
714
JokerFramework ~ An XML, PHP and JavaScript webdev framework

What is JFW?
JFW is a framework, designed primarily to be used as a website framework. It will be able to support all webservers, and is built upon:
-Concept
-Ingenuity

It uses PHP and JavaScript to handle the backend, i.e the core framework functions. JavaScript will be used to load the template tools, while PHP will load the XML.

Why XML and JS?
XML is a simple yet powerful markup scheme, which can be used to output proper web pages. XML is also simpler than HTML (imo). JavaScript is a powerful client-side language, which can achieve fantastic things, like PHP.

Info
JFW will work using this method:
PHP will generate XML and provide the backend of the themeing system
JavaScript will help with parsing the XML
XML will provide core frontend

Obviously, there's some challenges using XML. However, I do find it easier to use.
E.g:
%title% will be parsed in <title></title>
HTML:
Most of the content generated will be between tags, like:
<content>
<header>adil</header>
Adil
</content>

'content' acts as a div, and so does 'header'.

It will be released soon, hopefully.
Please note: 
It will not support dynamic content, such as form handling. That will hopefully come in later revisions.
Screenshots are to come.
~Adil
 

Adil

DevBest CEO
May 28, 2011
1,276
714
Framework layers:
XML ~ UI & frontend
Javascript ~ Template management
PHP ~ XML generation and handling

I've implemented a simple Javascript powered config file for site details.
PHP:
          var Template = new Array();
 
Template[0]="My Site";
Template[1]="foo";
Template[2]="Adil";
The files just read the array and apply it. I'm developing it atm, so it'll be like:
PHP:
%title%

Sorry for no updates, working on an emulator atm ^^
Will update with some screenshots soon
 
Status
Not open for further replies.

Users who are viewing this thread

Top