Letter P

php-nette-database - Nette Database Component

Website: https://github.com/nette/database
License: BSD or GPLv2 or GPLv3
Vendor: Alcance Libre, Inc.
Description:
Nette provides a powerful layer for accessing your database easily.

- composes SQL queries with ease
- easily fetches data
- uses efficient queries and does not transmit unnecessary data

The Nette\Database\Connection class is a wrapper around the PDO
and represents a connection to the database. The core functionality
is provided by Nette\Database\Context. Nette\Database\Table layer
provides an enhanced layer for table querying.

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Nette/Database/autoload.php';

Packages

php-nette-database-2.4.4-1.fc14.al.src [86 KiB] Changelog by Remi Collet (2017-08-06):
- Update to 2.4.4

Listing created by Repoview-0.6.6-6.fc14.al