Getting the Current Full URL of any page in Pods 1.9.6

Pods 1.9.6 isn’t out yet, we’re waiting on the fully working TinyMCE API to be ready, but once it is, we’ve added a new function called get_current_url() You can use get_current_url() to get the full URL including the protocol, current hostname, and URI. This differs from just using $_SERVER[‘REQUEST_URI’] because it’s absolute. You can use …

Read more

Naming Pod Templates and Pod Helpers with a Slash and why it makes sense

When things first started out with Pods, the naming conventions for Pod Templates and Pod Helpers were pretty much a free-for-all. Examples of names would be like: event_list (template) event_detail (template) event_save (pre-save helper) image_full (display helper) image_thumb (display helper) subscriber_get_info (display helper – advanced) etc… But, now that your sites are becoming more complex, …

Read more

Pods Foundation

As some of you may have known from the dev blog last month, Pods now has a foundation behind it! Pods Foundation, Inc is a non-profit, charitable organization which was incorporated last month to further the mission of the Pods open source project. What’s changing? Not really much, just all financial operations will go through …

Read more

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