Posts Filed Under Zend PHP Certification

Day 13 – Class Abstraction

Zend PHP Certification

Yesterday, we covered extending classes.  Now in Object Oriented Programming, you can also create abstracted and interface classes.  Abstracted classes are ones that cannot be used directly (they must be extended) and provide only a basic template of a class.  Here is an example:

Continue Reading »

No Comments

Day 12 – Object Oriented Programming

Zend PHP Certification

This it the real meat and potatoes of PHP.  Classes contain methods (functions) and properties (variables).  This basic concept is also known as encapsulation or information hiding.

Continue Reading »

No Comments

Day 11 – Yummy Cookies

Zend PHP Certification

Okay, let’s get though this before the new year!  Finally this chapter will conclude with Header control, accessing cookies, and modifying sessions.

Continue Reading »

No Comments

Day 10 – Web Programming

Zend PHP Certification

Okay, so I’m a day late, I’m sorry.  Last night was very busy for me.  Anyway, the next part is all about Web Programming.  I’m going to assume you know basic HTML and form programming (as I do).

Continue Reading »

No Comments

Day 10 – Placeholder

Zend PHP Certification

Sorry, I haven’t had a lick of time today.  Just got home, I’ll do this tomorrow!  :(

No Comments
« Older Posts
Newer Posts »


  • Donate

    If my work has helped you and you want to return the favor, you could purchase something for me from my Amazon Wish List or send me a donation via PayPal.

  • License

    Unless otherwise noted, all source code and compiled files published on this website are released under the terms of the GNU Lesser General Public License.