Blog

So I finally tackled the thing holding me…

So I finally tackled the thing holding me back – how to handle all of the options that PodsUI offers.

Part of it is streamlining the validation process, which I built a utility class to do just that:

PodsArray – http://code.google.com/p/wp-pods/source/browse/branches/2.0/classes/PodsArray.php

This class takes an object or array and gives it some simple functionality to streamline usage of the variable supplied. It might be a little confusing right now, but wait until you see my next PodsUI commit with it’s usage to understand how it’ll be simplifying a lot of work.

More to come soon..