Posts Tagged With PHP

Day 15 – MySQLi Coding

Zend PHP Certification

Now, yesterday I talked about the basic PDO implementation of MySQL.  Today I’m going to cover PHP’s new MySQL Improved Extension (MySQLi).  It actually has two methods of approach: the Object-Oriented way and the Procedural way (why?).  Here is a basic open and close connection:

Continue Reading »

No Comments

Day 14 – Database Programming

Zend PHP Certification

Well, I’ve finished half the chapters.  But those were the easy ones!  Today’s chapter is Database Programming.  Sadly most of the chapter is about SQL itself: data types, how to create tables, creating relationships/indexes, inserting/updating, transactions, etc.  Fourteen pages later and we get to the actual PHP code.

Continue Reading »

No Comments

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
« 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.