PHP Classes
elePHPant
Icontem

jqmPhp: Generate HTML for interfaces using jQuery mobile

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (10)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2011-04-26 (5 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 320 This week: 1All time: 6,845 This week: 1,047Up
Version License PHP version Categories
jqm-php 0.03GNU General Publi...5.0HTML, PHP 5
Description Author

This package can generate HTML for interfaces using jQuery mobile.

There are several classes that abstract the generation of HTML with CSS and JavaScript for different types of user interface elements supported by jQuery mobile framework.

Currently there are element classes for page, button, checkbox, collapsible, collection and title.

Picture of Bruno Maia
Name: Bruno Maia <contact>
Classes: 1 package by
Country: Brazil Brazil

Details
LICENSE

jqmPhp v0.03 - HTML code generator for jQuery Mobile Framework
Copyright (C) 2011  Bruno Maia

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

HOW TO USE

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

EXAMPLES

    - examples/index.html

DOCUMENTATION

    - docs/index.html

PROJECT WEBSITE

    - http://code.google.com/p/jqmphp/

CHANGELOG

    - http://code.google.com/p/jqmphp/source/list
Screenshots  
  • jqmphp-example-3.jpg
  Files folder image Files  
File Role Description
Files folder imagelib (7 files)
Plain text file CHANGELOG Data CHANGELOG
Plain text file LICENSE.TXT Lic. LICENSE
Plain text file README Data README

  Files folder image Files  /  lib  
File Role Description
  Plain text file jqmAttribute.php Class jqmAttribute
  Plain text file jqmBody.php Class jqmBody Class
  Plain text file jqmButton.php Class jqmButton Class
  Plain text file jqmCheckboxgroup.php Class jqmCheckboxgroup Class
  Plain text file jqmCollapsible.php Class jqmCollapsible Class
  Plain text file jqmCollection.php Class jqmCollection Class
  Plain text file jqmTitle.php Class jqmTitle Class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:320
This week:1
All time:6,845
This week:1,047Up