mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
68d029b065
PR: 190575 Submitted by: Torsten Zuehlsdorff ================================================================ DDDBL is a Definition Driven DataBase Layer written in PHP. It uses PDO to support the work on all supported database systems and eases the handling of the query-results.
17 lines
559 B
Plaintext
17 lines
559 B
Plaintext
%%DATADIR%%/config.inc.php
|
|
%%DATADIR%%/dddbl.php
|
|
%%DATADIR%%/handler/register_queue_handler.inc.php
|
|
%%DATADIR%%/handler/register_result_handler.inc.php
|
|
%%DATADIR%%/inc/DataObject.class.php
|
|
%%DATADIR%%/inc/DataObjectPool.class.php
|
|
%%DATADIR%%/inc/Queue.class.php
|
|
%%DATADIR%%/inc/Singleton.class.php
|
|
%%DATADIR%%/inc/database.func.php
|
|
%%DATADIR%%/inc/exceptions/QueryException.class.php
|
|
%%DATADIR%%/inc/exceptions/UnexpectedParameterTypeException.class.php
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%DATADIR%%/handler
|
|
@dirrm %%DATADIR%%/inc/
|
|
@dirrm %%DATADIR%%/inc/exceptions
|
|
|