claudiograssia/doctrineextension

There is no license information available for the latest version (dev-master) of this package.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/claudiograssia/doctrineextension

dev-master 2015-06-18 14:27 UTC

This package is not auto-updated.

Last update: 2025-10-01 13:46:32 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"
  }
}