acf-builder

An Advanced Custom Field Configuration Builder

GPL-2.0 License

Downloads
1.2M
Stars
776
Committers
16

Bot releases are hidden (Show)

acf-builder - Fix and/or conditional method calls.

Published by stevep over 8 years ago

'and' and 'or' are reserved keywords in PHP. Therefore PHP gets angry when you try to use them as method names. In testing it worked fine but in the real world they did not. They are now allowed via __call, and are aliases for andCondition and orCondition methods.

acf-builder -

Published by stevep over 8 years ago

Fix default keyword issue

acf-builder - Initial release

Published by stevep over 8 years ago

Package Rankings
Top 0.77% on Packagist.org
Badges
Extracted from project README
Latest Stable Version Build Status Scrutinizer Code Quality Join the chat at https://gitter.im/StoutLogic/acf-builder