Skip to content
brunomaia edited this page Jan 26, 2011 · 4 revisions

jqmPhp is a package of PHP classes that facilitates the creation HTML files for use with jQuery Mobile Framework. All classes in the jqmPhp package can be converted to string and printed with an echo function.

echo(new jqmPhp());

Minimalist Example

<?php include 'lib/jqmPhp.php'; $j = new jqmPhp(); $j->addBasicPage('', 'Hello World', 'It\'s works!'); echo $j; ?>

Bugs and Suggestions

jqmphp@googlegroups.com

Clone this wiki locally