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: 2024-04-17 06:47:53 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"
  }
}