1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/dddbl/pkg-plist
John Marino 68d029b065 Add new port www/dddbl
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.
2014-08-08 15:33:03 +00:00

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