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 …

Read more

Just split up PodsUI into two classes the…

Just split up PodsUI into two classes, the new class is PodsUIData which handles some of the data processing for pagination / search / sorting so it’s now decoupled from the UI which really helps for organizational purposes. Still figuring out how best to handle all of the options in an efficient way. There’s a …

Read more

Pods UI 0.7.0

Pods UI just got an unexpected update. I hadn’t planned on putting any other releases out and focusing solely on 2.0 but I thought we should give the community something to chew on in the mean time. I’d like to gather a couple bugs and perhaps do a 1.9.5 release of Pods too. Here’s what …

Read more

Pods UI plugin = PodUI in Pods 2.0

I’m currently working on the codebase for Pods UI and integrating it with my latest Admin UI class. You can watch progress at http://code.google.com/p/wp-pods/source/browse/branches/2.0/classes/PodUI.php Right now, this is the first version of PodUI for Pods 2.0. It needs a lot of clean up and fixing on pods_ui_manage and adding Pods-specific functionality.