2017-25 © Pedro Pelåez
 

library armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

image

armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  • Tuesday, June 21, 2016
  • by armenio
  • Repository
  • 1 Watchers
  • 1 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 0 % Grown

The README.md

armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2, (*1)

How to install

  1. Install via composer. Don't know how? Look here, (*2)

  2. cd my/project/directory, (*3)

  3. Edit composer.json :, (*4)

{
    "require": {
        "armenio/armenio-zf2-cakephp-orm-module": "1.*"
    }
}
  1. Edit config/application.config.php :
'modules' => array(
     'Application',
     'CakePHP', //<==============================
)
  1. Change your Model namespace in cd my/project/directory/vendor/armenio/armenio-zf2-cakephp-orm-module/config/module.config.php
    'CakePHP' => array(
        'Configure' => array(
            'App' => array(
                'namespace' => 'Custom' //<======= put your App/Module namespace HERE!
            ),
        ),
    ),
  1. Create your models, (*5)

    6.1. Go to my/project/directory/your/app/namespace, (*6)

    6.2. Create a directory Model/Table/, (*7)

    6.3. Go to my/project/directory/your/app/namespace/Model/Table/, (*8)

    6.4. Create the File MyModelTable.php, (*9)

<?php
namespace Custom\Model\Table;

use CakePHP\Model\Table as CakePHPTable;

class MyModelTable extends CakePHPTable
{

    protected $_table = 'my_table';

    protected $_alias = 'MyModel';

    protected $_primaryKey = 'id';
}

See more here: http://book.cakephp.org/3.0/en/orm.html, (*10)

How to use

<?php
use Cake\ORM\TableRegistry;
$table = TableRegistry::get('MyModel');
$all = $table->find('all');

The Versions

21/06 2016

dev-master

9999999-dev https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

21/06 2016

1.0.16

1.0.16.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

13/06 2016

1.0.15

1.0.15.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

23/05 2016

1.0.13

1.0.13.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

23/05 2016

1.0.14

1.0.14.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

23/05 2016

1.0.12

1.0.12.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

23/05 2016

1.0.11

1.0.11.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

17/05 2016

1.0.10

1.0.10.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

16/05 2016

1.0.9

1.0.9.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

14/05 2016

1.0.8

1.0.8.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

14/05 2016

1.0.7

1.0.7.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

13/05 2016

1.0.6

1.0.6.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

12/05 2016

1.0.5

1.0.5.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

12/05 2016

1.0.4

1.0.4.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

06/05 2016

1.0.3

1.0.3.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

28/03 2016

1.0.2

1.0.2.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

26/03 2016

1.0.1

1.0.1.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module

25/03 2016

1.0

1.0.0.0 https://github.com/armenio/armenio-zf2-cakephp-orm-module

The CakePHP Module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Rafael ArmĂȘnio

orm framework cakephp zf2 module