Recommend this page to a friend! |
Download .zip |
Info | View files (15) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-08-13 (10 years ago) | 62% | Total: 466 | All time: 5,756 This week: 970 |
Version | License | Categories | ||||
databug 1.0 | BSD License | Testing |
Description | Author | |||||||||||||
This package can be used to generate random data sets from sample data. |
|
Databug is a PHP class that is able to generate random data sets from sample data. It is especially useful for testing PHP scripts and applications under development. It has been specifically designed to use flat data files and not require a database connection. The data generated by this class is currently oriented toward developers in the United States. (For instance, the default profile generator includes a zip code element.) But the class's underlying methods should be able to be easily adapted to various other national and international data types when primed with the appropriate public data sources. An online demo of the script is available at: http://klenwell.net/databug/demo.php A wiki for databug has been established at databug.pbwiki.com. You are welcome to contribute to it. The password is available through mushpup.org: m{databug.pbwiki.com > databug}l10 See this page for more info on mushpup notation: http://mushpup.org/wiki/wikka.php?wakka=MushpupNotation Please feel free to contact me with any comments or questions. Tom (klenwell@gmail.com) Databug Links ------------ google code home: http://code.google.com/p/databug/ phpclasses page: http://www.phpclasses.org/browse/package/3287.html databug wiki: http://databug.pbwiki.com/ databug blog: http://databugger.blogspot.com/ |
Files |
File | Role | Description | ||
---|---|---|---|---|
data (6 files) | ||||
extra_functions (3 files) | ||||
texts (1 file) | ||||
README.txt | Data | readme file | ||
databug.class.php | Class | main class file | ||
databug_abstract.class.inc.php | Class | parent class | ||
simple_demo.php | Example | demo file | ||
xhtml_demo.php | Example | xhtml demo |
Files | / | data |
File | Role | Description |
---|---|---|
anchorage_streets.inc | Data | source file for street names |
majoruszips.gov.inc | Data | source file for US zipcodes |
names_first_f.inc | Data | source file for female name |
names_first_m.inc | Data | source file for male names |
names_last_us3100.inc | Data | source file for (American) last names |
us_areacodes_sampler.inc | Data | source file for US area codes |
Files | / | extra_functions |
File | Role | Description |
---|---|---|
art.inc.php | Aux. | additional script for art-related data |
private_data.inc.php | Aux. | functions for generating private data |
_driver.inc.php | Aux. | driver for extra function files |
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.
Related pages |
databug blog project blog |
online demo demo with example code |
databug wiki project wiki (at pbwiki.com) |
google code home project home for databug on google code |