twitter
    Find out what I'm doing, Follow Me :)

Tuesday, May 24, 2011

Create WordPress Plugins with OOP Techniques


Object-oriented code, among other things, can help organize and add reusability to your code. In this tutorial, I will teach you the basics of writing a WordPress plugin using object oriented techniques. We’ll be using Dribbble’s API as an example for this tutorial. Ready?


Creating WordPress plugins with object oriented code is quite efficient and tidy, when compared to using procedural code. It’s easier to manage the code base, and expand it using inheritance techniques, which can be particularly helpful when writing a large plugin.

View Post …

No comments:

Post a Comment