Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (66) | Download .zip | Reputation | Support forum (3) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2005-11-27 (10 years ago) | Not enough user ratings | Total: 1,607 | All time: 2,370 This week: 1,066 |
Version | License | PHP version | Categories | |||
mydbo 1.0 | GNU Lesser Genera... | 3 | Databases, Code Generation |
Description | Author | |||||||||||||
This package can be used to generate the code of classes to access MySQL database tables. |
|
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
wizard (4 files) | ||||
lib (4 files) | ||||
smarty (1 directory) | ||||
dbo (1 file) | ||||
images (4 files) | ||||
plugins (4 directories) | ||||
generate.php | Example | Main generator, loops through your database structure and generate class files | ||
wizard.php | Appl. | Configuration wizard, takes you step by step through the generation process | ||
INSTALL | Doc. | Installation notes - Read me first | ||
CHANGES | Data | History of changes | ||
TODO | Data | Things planned | ||
style.css | Data | CSS file for the wizard steps |
Files | / | wizard |
File | Role | Description |
---|---|---|
ws1_dbcon.inc | Appl. | Configuration Wizard - Step 1 |
ws2_dbname.inc | Appl. | Configuration wizard - step 2 |
ws3_tables.inc | Appl. | Configuration wizard - step 3 |
ws4_settings.inc | Appl. | Configuration wizard - step 4 |
Files | / | lib |
File | Role | Description |
---|---|---|
Database.php | Class | Database wrapper that will be used to read your MySQL database structure |
File.php | Class | File and Directory manipulation class file for easy file reading and writing and directory listing |
Smarty.php | Class | Custom Smarty class file that sets initialisation variables |
XmlConfigReader.php | Class | XML parser class file used to read plug-ins configuration files |
Files | / | smarty | / | templates |
File | Role | Description |
---|---|---|
footer.tpl | Data | Web interface template file |
header.tpl | Data | Web interface template file |
log.tpl | Data | Web interface template file |
page_footer.tpl | Data | Web interface template file |
page_header.tpl | Data | Web interface template file |
ws1_dbcon.tpl | Data | Web interface template file |
ws2_dbname.tpl | Data | Web interface template file |
ws3_tables.tpl | Data | Web interface template file |
ws4_settings.tpl | Data | Web interface template file |
Files | / | images |
File | Role | Description |
---|---|---|
myDBO_small.jpg | Icon | MyDBO logo |
mysql.jpg | Icon | MySQL logo |
php-power-micro2.png | Icon | PHP icon |
smarty-80x15.png | Icon | Smarty Logo |
Files | / | plugins |
File | Role | Description | ||
---|---|---|---|---|
businessLogicLayer (2 files) | ||||
dataAccessLayer (5 files) | ||||
dbControls (8 files) | ||||
instantAdmin (23 files) |
Files | / | plugins | / | businessLogicLayer |
File | Role | Description |
---|---|---|
dbo_table.tpl | Class | Database table abstraction class file template |
plugin.xml | Data | Plugin configuration file |
Files | / | plugins | / | dataAccessLayer |
File | Role | Description |
---|---|---|
dbo_coll.tpl | Class | Table collection class template |
dbo_conf.tpl | Conf. | Plug-in template |
dbo_obj.tpl | Class | DB table column abstraction class file template |
dbo_wrapper.tpl | Class | Database wrapper class template |
plugin.xml | Data | Plugin configuration file |
Files | / | plugins | / | dbControls |
File | Role | Description |
---|---|---|
dbc_admin.tpl | Data | Index file for DBC template |
dbc_creator.tpl | Appl. | Creator template |
dbc_css.tpl | Data | CSS file for DBC template |
dbc_editor.tpl | Appl. | Editor for DBC template |
dbc_lister.tpl | Appl. | Lister for DBC template |
dbc_remover.tpl | Appl. | Remover for DBC template |
dbc_viewer.tpl | Appl. | Viewer for DBC template |
plugin.xml | Data | Plug in configuration file |
Files | / | plugins | / | instantAdmin |
File | Role | Description |
---|---|---|
coll.tpl | Class | Database collection class file template |
conf.tpl | Conf. | Database configuration file template |
css.tpl | Data | CSS stylesheet template |
dir_template_c.tpl | Data | Text file |
index.tpl | Appl. | Plugin index file template |
install.tpl | Doc. | Plugin Install documentation |
mySmarty.tpl | Class | Custom Smarty class file template |
obj.tpl | Class | Database object class file template |
page_create.tpl | Appl. | Create database entry script template |
page_edit.tpl | Appl. | Edit a database entry script template |
page_home.tpl | Appl. | Application home page |
page_list.tpl | Appl. | List database entries script template |
page_remove.tpl | Appl. | Remove database entry script template |
page_view.tpl | Appl. | View database entry script template |
plugin.xml | Data | Plugin configuration file |
smarty_create.tpl | Data | HTML create form template |
smarty_edit.tpl | Data | HTML edit form template |
smarty_home.tpl | Data | HTML home page |
smarty_list.tpl | Data | HTML list template |
smarty_page.tpl | Data | HTML web interface template |
smarty_view.tpl | Data | HTML viewer template |
table.tpl | Class | Database table class file template |
wrapper.tpl | Class | Database wrapper class file template |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
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 |
Smarty The smarty template engine is needed by MyDBO, please read the file "INSTALL" to download Smarty and install it in MyDBO |