xdbinfo

display informations of the connected database
6 followers

The widget "XDbInfoView" display all informations (e.g. tables, views) of the connected database in a tabular manner. It's a kind of tool to support the development process of your web application. So you haven't to change to a other application such like "Chive" if you need only a fast overview to the data model of your app.

Requirements

Yii 1.1.6 or above...

Usage

  • install and explore the code of the demo application
  • or put in a view a code snippet like this
<?php $this->widget('ext.xdbinfo.XDbInfoView'); ?>

Change log

Version 1.0

  • initial release

Version 1.1

  • some code optimation

Version 1.2

  • human description of values

Version 1.4

  • message file renamed

Version 1.5

  • added row counter for each table/view

Internationalization (I18N)

The widget support german and english at the moment. If you have a translation of the message file in an other language than feel you free and send me a mail with your translation!

Total 4 comments

#7244 report it
WebDevPT at 2012/03/06 11:53am
Screenshot please

Hi, is it possible to add some screenshots and/or demo.

#3465 report it
nickcv at 2011/04/14 04:09am
screenshots

just use the markdown syntax, it's pretty easy, but still you need to upload the image somewhere in the web

#3448 report it
volkmar at 2011/04/13 01:15pm
screenshot

Sure I can make a screenshot. But I don't know how to integrate a pic here. There are anywhere a tutorial?

#3416 report it
nickcv at 2011/04/11 02:43pm
can we see some screenshots?

can we see some screenshots wolkmar?

Leave a comment

Please to leave your comment.

Create extension