Page 2 of 2

Re: [2.0] Use new database Layer?

Posted: Sat Aug 10, 2013 8:12 pm
by mattsches
onli wrote:Using bundled_libs instead of vendors would be great
It's easier than I thought, and as easy to overlook in the docs :wink:

Code: Select all

{
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.zendframework.com/"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "zendframework/zend-db": "2.*"
    },
    "config": {
        "vendor-dir": "bundled-libs"
    }
}

Re: [2.0] Use new database Layer?

Posted: Sun Aug 18, 2013 12:50 pm
by onli
I just pushed it into 2.0. Inactive, but all files should be there and all code in place. I'd be happy it you could push the patch (I think there probably were a bit additional changes later?)

Re: [2.0] Use new database Layer?

Posted: Mon Aug 19, 2013 10:55 am
by mattsches
Do you mean the part with the PDO driver_options? Other than that I did not change anything IIRC.