1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
ibWebAdmin 0.98
ibWebAdmin is a web frontend for the Firebird and InterBase
database servers.
By now it has the functionalities for
o creating, deleting, modifying databases, tables, generators,
views, triggers, domains, indices, stored procedures, udf's,
exceptions, roles and database users
o performing sql expressions on databases and display the results
o import and export of data through files in the csv format
o browsing through the contents of tables and views, watching them
growing while typing in data
o selecting data for deleting and editing while browsing tables
o inserting, deleting, displaying the contents of blob fields
o diplaying database metadata, browsing the interbase system tables
o database backup and restore, database maintenance
Some of the features are only available if the database- and the
web-server are running on the same machine. The reason is that php
have to call the interbase tools (isql, gsec, gstat, etc.) to
perform certain actions.
ibWebAdmin is under development and may contain serious bugs.
So make sure you never use it on any important datas. Use a copy of
your database if you are working with this program.
Documentation
There is no documentation available yet, but if you are familiar
with Firebird or InterBase you will have no troubles using
ibWebAdmin.
For some basic configuration settings have a look to the file
./inc/configuration.inc.php befor you start the programm.
If you are struggling with getting the interbase support into your
W/LAMP-setup, please read the Beginners guide to Firebird and PHP:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_beginners_php
Requirements
This is the environment I'm using for the development. Other
components are not or less tested. So if you got problems make sure
you are not using older software components.
php4.36 and php5.0RC2 with compiled in support for InterBase and
pcre (but any version >= 4.02 should work)
Firebird 1.5 SS for Linux and InterBase 7.1 for Linux
Apache 1.3.28
Linux kernel 2.6.4, SuSE 9.1
Mozilla 1.5
Copyright notice:
(C) 2000,2001,2002,2003,2004 Lutz Brueckner <irie@gmx.de>
Kapellenstr. 1A
22117 Hamburg, Germany
ibWebAdmin is published under the terms of the GNU GPL v.2,
please read the file LICENCE for details.
This software is provided 'as-is', without any expressed or implied
warranty. In no event will the author be held liable for any
damages arising from the use of this software.
|