claudiograssia / doctrineextension
There is no license information available for the latest version (dev-master) of this package.
dev-master
2015-06-18 14:27 UTC
This package is not auto-updated.
Last update: 2025-04-02 11:18:56 UTC
README
Module for ZF2 - Doctrine
Add function to Doctrine for sqlite
STRFTIME
$entityManager->getConfiguration()->addCustomDatetimeFunction('STRFTIME', "DoctrineExtension\CustomFunction\Sqlite\Strftime");
Installation
With Composer, to include this library into your dependencies, you need to require
{ "require": { "claudiograssia/doctrineextension": "dev-master" } }