Object Oriented PHP:

Aprenda Programacion Orientada a Objetos en PHP

May 12, 2008

Hi, I’ve released my tutorial on Object Oriented PHP in Spanish. You can download the PDF: Aprenda Programacion Orientada a Objetos en PHP.pdf Many thanks to Javier W. Barbieri from Iquitos Peru. PS: I have new PHP tutorials coming out soon. Stefan Mischook www.killerphp.com

Read More

Setting up an MVC structure with the Zend Framework – part 1

March 24, 2008

Hi, I just released a new video on setting up an MVC structure with the Zend Framework. This video is a little more basic than the previous Zend videos … I had to twist Jon’s arm a little. Anyway, let us know what you think and should you have any suggestions or request, please feel…

Read More

Object Oriented Video Tutorials for your Ipod

March 14, 2008

Hi, I just released my beginners object oriented php video tutorials in iPod format. These videos target total beginners to object oriented programing. Though I talk about PHP, the principles are universal and so they apply to all OO (object oriented) languages including: Java Actionscript C# Ruby .. and others. So if you are struggling…

Read More

Zend Framework Components – Part 1

December 14, 2007

By: Jonathan Lebensold Why aren’t you teaching me how to make a blogging / shopping cart application? Because the Pragmatic Programmers did a fantastic job when they wrote their famous Rails book “Agile Web Development with Rails.” Crowds ooo-ed and aaa-ed when the rails camp wrote tutorials that described “how to make a blog in…

Read More

A Question about object properties in PHP Classes.

December 6, 2007

I got this question put to me recently: Since you say it’s bad practice to access object properties directly from outside the class, is it then good practice to declare all variables as protected or private to force yourself to not? My answer: Yes. Many OO techniques are designed for situations where you will have…

Read More

The Zend Framework: Writing Object-Oriented PHP with Ease.

November 21, 2007

Introduction In my attempt to turn you nerds into uber-nerds, I’ve been lucky enough to get the young and talented Jon Lebensold (my right hand nerd) to bang out a few articles (and soon videos) on some of the emerging PHP technologies and working practices that take PHP into the enterprise arena. Enterprise arena =…

Read More

Object Oriented PHP Tutorial in PDF

September 11, 2007

Hi, I’ve had several people request that the article on object oriented PHP be made into a PDF for offline viewing. Well … here you go: oop php pdf The PDF also contains links to the accompanying videos. Thanks, Stefan Mischook www.killerphp.com www.killersites.com

Read More

Building Objects in PHP – Part 3

September 9, 2007

Hi, I’ve just released part 3 of my videos on objects in PHP. In this video, I clarify a point I was trying to make in part 2. In a nutshell, I talk about why it makes sense to keep any page rendering code (HTML and CSS) out of your business logic classes. .. I…

Read More

Building Objects in PHP – Part 2

September 9, 2007

Hi, I’ve released part 2 of the video: Building Objects in PHP In this video, we actually use the object we created in Part 1, in our PHP page. – I will have another video to clarify and wrap things up covered in Part 1 and Part 2. Thanks, Stefan Mischook

Read More

New Video: Building Objects in PHP

September 7, 2007

Hi, I just released part 1 of my video on building objects in PHP. This is a hands-on video where I hope the viewer will actually write code along with me. I want to stress that this video (like everything else on this site,) targets beginners .. not old PHP hacks. … My goal is…

Read More
To Top