Ports Search

Results 4,8714,880 of 5,827 for /net-mgmt/.(0.014 seconds)
databases/DBA-1.1.1 (Score: 0.0052506765)
Berkely-style database abstraction class
PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based emulator and provides a uniform, object-based interface for the Berkeley-style database systems.
databases/DBA_Relational-0.2.0 (Score: 0.0052506765)
Berkely-style database abstraction class
Table management extension to DBA
databases/DB_DataObject-1.11.5 (Score: 0.0052506765)
SQL Builder, Object Interface to Database Tables
PEAR::DB_DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. included is a Generator to make your configuration files and your base classes.
databases/DB_Pager-0.7 (Score: 0.0052506765)
PEAR Database Abstraction Layer
DB_Pager retrieve and return information of database result sets. This class handles all the stuff needed for displaying paginated results from a database query of Pear DB. including fetching only the needed rows and giving extensive information for helping build an HTML or GTK query result display.
databases/DB_QueryTool-1.1.2 (Score: 0.0052506765)
PEAR OO-interface for easily retrieving and modifying data in a DB
PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. It also provides an easy to learn interface that interacts nicely with HTML-forms using arrays that contain the column data, that shall be updated/added in a DB. This package bases on an SQL-Builder which lets you easily build SQL-Statements and execute them.
databases/DB_Table-1.5.6 (Score: 0.0052506765)
PEAR object-oriented interface to a database table
PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR::HTML_QuickForm to automatically generate input forms that match the table column definitions.
databases/DB_ldap-1.2.1 (Score: 0.0052506765)
PEAR DB compliant interface to LDAP servers
PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
databases/DB_ldap2-0.5.1 (Score: 0.0052506765)
PEAR DB compliant interface to LDAP v2 and v3 database
PEAR::DB_ldap class provides a DB compliant interface to LDAP v2 and v3 database.
databases/MDB-1.3.0 (Score: 0.0052506765)
PEAR unified API for DB access, based on user meta data
PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all support RDBMS. The main difference to most other DB abstraction packages is that MDB goes much further to ensure portability. Currently supported RDBMS are MySQL, PostGreSQL, Oracle, Frontbase, Querysim, Interbase/Firebird, and MSSQL
databases/MDB2-2.5.0.b5 (Score: 0.0052506765)
PEAR database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements.