In this article, the third in a series of creating a business objects framework for the Wordpress blogging environment, we will discuss the construction of a custom rule class based on the Rule abstract base class from the last article. Read more…
Programming, Wordpress
Monkeywrench, PHP, Programming
In this series of articles, I will cover the development of a business objects framework written in PHP for the Wordpress blogging platform. I come from a Java/C++/C# background, so I am quite fond of the benefits of Object Oriented Programming when it comes to validating and persisting data to a database. The framework I will construct draws inspiration from my work on other platforms. Read more…
Programming, Wordpress
Monkeywrench, PHP, Programming, Wordpress