Blog

New Site Revamp – Design Ideas

So as a few of you know already, we’re in the process of revamping our site. We’ve got the new site IA completed but now we’re in the design stage. Here’s a few quick compositions some of our community have put together. Feel free to reply with your likes / dislikes and hopefully we can …

Read more

The new PodsData class that has been tied…

The new PodsData class that has been tied to PodsUI has morphed into a general-purpose DB Abstraction layer. Here are some functions I’m working on for it: query (pods_query mapped to this) insert update delete reorder select build (handles sql building for search, pagination, and sorting) table_create table_alter table_truncate table_drop The Pods() and PodsAPI() classes …

Read more

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