Using Oracle database with CakePHP 2.0

前端 未结 2 1046
野趣味
野趣味 2020-12-11 06:30

I have noticed there\'s no datasource for Oracle in CakePHP 2.0 for the moment, although it seems they are working on in it now: http://ask.cakephp.org/questions/view/any_ne

2条回答
  •  爱一瞬间的悲伤
    2020-12-11 06:45

    There is a new CakePHP 3 Driver for Oracle Database released (MIT) and working with Oracle 11g and Oracle 12c databases. Some features:

    • Triggers
    • Sequences
    • Cursors
    • Stored procedures
    • Packages
    • All the basic CRUD features to allow select/insert/update/delete rows.
    • CakePHP Pagination
    • CakePHP Bake code generation

    Check the Documentation here, and the release announcement here.

提交回复
热议问题