PHP Classes
elePHPant
Icontem

PHP SQLite Export: Query SQLite3 and output results in a HTML or XML

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2018-02-28 (6 months ago) RSS 2.0 feedStarStarStarStar 70%Total: 214 This week: 1All time: 8,005 This week: 468Up
Version License PHP version Categories
sqlite3xml 1.0.0BSD License5HTML, XML, PHP 5, Databases, AJAX
Description Author

This class can query SQLite3 and output results in a HTML or XML.

It can take a handle of the result set of a SQL query executed on a SQLite 3 database and output the result values as HTML to be displayed on a page or a XML data string.

The class outputs the HTML with JavaScript code that can perform AJAX requests to retrieve the results table dynamically.

Innovation Award
PHP Programming Innovation award winner
May 2018
Winner
SQLite is a popular database system that can be used to create databases stored in local files, so they do not require to install and use a server to query the information in the database tables.

This package provides a Web based solution to perform queries on a SQLite database to inspect the contents of the tables of database with a fast user interface using AJAX to avoid reloading the Web pages.

Manuel Lemos
  Performance   Level  
Name: Nikola Crnogorac <contact>
Classes: 1 package by
Country: Croatia Croatia
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

Details

#SQLite3 XML#

SQLite3 has some not easy ways to obtain column names. In case of a table there are several methods available for that purpose: Select from sqlite_master, or PRAGMA table_info(table_name)... But in case of a query this is of no use. This simple class allows a program to get those names and compose a valid XML using them as XML tags. Also, on the client side, it generates a dynamic table from those data.

Screenshots  
  • ExampleTable
  • ExampleXML
  Files folder image Files  
File Role Description
Plain text file SQLite3XML.php Class Main project class
Accessible without login Plain text file Readme.md Doc. ReadmeFile

 Version Control Unique User Downloads Download Rankings  
 0%
Total:214
This week:1
All time:8,005
This week:468Up
User Ratings User Comments (2)
 All time
Utility:100%StarStarStarStarStarStar
Consistency:100%StarStarStarStarStarStar
Documentation:100%StarStarStarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:70%StarStarStarStar
Rank:406
 
Thats a very good class ;-)
4 months ago (José Filipe Lopes Santos)
70%StarStarStarStar
Thats a very good class ;-)
4 months ago (José Filipe Lopes Santos)
70%StarStarStarStar