2017 © Pedro PelĂĄez
 

library propel-auditable-behavior

Propel behavior to track and record changes in your models

image

heristop/propel-auditable-behavior

Propel behavior to track and record changes in your models

  • Saturday, September 13, 2014
  • by heristop
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

AuditableBehavior

Installation

Download the AuditableBehavior.php file in src/, put it somewhere on your project, then add the following line to your propel.ini:, (*2)

``` ini propel.behavior.auditable.class = path.to.AuditableBehavior, (*3)


Or use composer adding the requirement below: ``` js { "require": { "heristop/propel-auditable-behavior": "*" } }

Usage

Add this line to your schema.xml:, (*4)

``` xml , (*5)


The Behavior will add several methods to the object: ``` php public function countActivity() public function flushActivities() public function getLastActivities()

The Versions

13/09 2014

dev-master

9999999-dev

Propel behavior to track and record changes in your models

  Sources   Download

MIT

The Requires

 

by Alexandre MogĂšre

behavior propel auditable