Recommend this page to a friend! |
Download |
Info | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
53% | Total: 7,155 | All time: 272 This week: 49 |
Version | License | Categories | ||||
querytabledisplay 1.0.0 | BSD License | HTML, Databases |
Description | Author | ||||||||
Class that outputs a table with the data from the result rows of a database query. It features: |
|
Detect file encoding and convert it to UTF-8 without BOM
I am unable to detect file encoding, that needs to be converted
Screenshots (1) | ||
Files (7) |
File | Role | Description |
---|---|---|
currencies.schema | Data | Schema definition of an example currencies database |
databasetableclass.php | Class | Query result table display class |
database_setup.php | Conf. | Database configuration definitions |
setup_currency_database.php | Aux. | Script to setup the example currencies database |
test_database_table.php | Example | Example script that shows how to use the class |
test_database_table_page.html | Output | HTML output of the class example script. |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
querytabledisplay-2008-06-08.zip 16KB | |
querytabledisplay-2008-06-08.tar.gz | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
Metabase | .zip .tar.gz | Database independent abstraction layer used to access many SQL databases | Required |
Table wrapper base class | .zip .tar.gz | Base class to present the query results in HTML tables | Required |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Hey, all i need to do is show all the information in an MySQL table in an HTML table, regardless of the number of rows... |