Nette Database Component
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';
Release | Stable | Testing |
---|---|---|
EPEL 7 | 2.3.10-1.el7 | - |
You can contact the maintainers of this package via email at
php-nette-database dash maintainers at fedoraproject dot org
.