Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

registerHookCallback()'s for ->replicate()

posted by gabrielu 9 years ago

Any chance of getting registerHookCallback() to support ->replicate() on fActiveRecord objects?

I'd like to be able to use code like the following:

fORM::registerHookCallback($this, 'post::replicate', __CLASS__ . '::replicated');

Definitely! Open a ticket and I should be able to get that included pretty quickly.

posted by wbond 9 years ago

Awesome! Done! (ticket submitted)

posted by gabrielu 9 years ago