2017 © Pedro Peláez
 

library propel-addressable-behavior

A Propel behavior that adds address-related fields to a table.

image

uam/propel-addressable-behavior

A Propel behavior that adds address-related fields to a table.

  • Sunday, March 16, 2014
  • by opichon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 784 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

propel-addressable-behavior

The Addressable behavior adds address-related fields to a table., (*1)

Requirements

This behavior requires Propel >= 1.6.0., (*2)

Installation

Get the code by adding the following line to your composer.json file:, (*3)

    require: {
        "opichon/propel-addressable-behavior": "dev-master"
    }

Then run:, (*4)

php composer.phar install

or, (*5)

php composer.phar update

Configuration

Add the following to your propel.ini or build.properties file., (*6)

propel.behavior.addressable.class: AddressableBehavior

Usage

In the Propel schema

Add the behavior to the relevant table's schema definition:, (*7)


<database name="default" namespace="My\App\lib" defaultIdMethod="native"> <table name="document" phpName="Document" idMethod="native"> <!-- you column definitions --> <behavior name="addressable" /> </table> </database>

The Versions

16/03 2014

dev-develop

dev-develop

A Propel behavior that adds address-related fields to a table.

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

address behavior propel

09/03 2014

dev-master

9999999-dev

A Propel behavior that adds address-related fields to a table.

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

address behavior propel

30/11 2013

1.0.3

1.0.3.0

A Propel behavior that adds address-related fields to a table.

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

address behavior propel