Archive for the 'Object Oriented PHP' Category
Thursday, June 5th, 2008
I was researching things ‘nerd’ on the Web today, and I found myself at the CodeIgniter website.
For those of you who may not know, CodeIgniter is an MVC PHP framework.
What is an MVC framework?
I won’t go into details here since we’ve covered MVC basics elsewhere. Let me just say though, that an MVC framework [...]
Posted in Editorial, Object Oriented PHP | 28 Comments »
Monday, May 12th, 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
Posted in Object Oriented PHP | Comments Off
Monday, March 24th, 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 free to [...]
Posted in Object Oriented PHP, PHP Videos, Zend-Framework | 6 Comments »
Friday, March 14th, 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 to understand OOP concepts while trying to [...]
Posted in Object Oriented PHP, PHP Videos | No Comments »
Friday, December 14th, 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 ten [...]
Posted in Object Oriented PHP, Zend-Framework | 7 Comments »
Thursday, December 6th, 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 more than one [...]
Posted in Object Oriented PHP | 3 Comments »
Wednesday, November 21st, 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 = sophisticated [...]
Posted in Advanced PHP, Object Oriented PHP, Zend-Framework | 4 Comments »
Tuesday, September 11th, 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
Posted in Object Oriented PHP | 6 Comments »
Sunday, September 9th, 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 cover the details [...]
Posted in Object Oriented PHP, PHP Videos | No Comments »
Sunday, September 9th, 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
Posted in Object Oriented PHP | No Comments »
Friday, September 7th, 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 to make object [...]
Posted in Object Oriented PHP | 4 Comments »
Friday, September 7th, 2007
Why learn OOP in PHP - another take.
For people new to OOP and are comfortable with ‘classic’ procedural php, you may be wondering why should you even bother to learn object oriented concepts … why go through the trouble?
The PHP world:
PHP is moving in an OOP direction. For example, many important PHP extensions like PEAR [...]
Posted in Beginners PHP Articles, Object Oriented PHP | 3 Comments »
Sunday, August 26th, 2007
Hi,
I’ve update my beginners tutorial on object oriented PHP adding steps 12-17. I cover two new basic OO concepts in these steps:
Constructors.
Access modifiers.
Again, this is a code intensive article where I expect you to follow along with your PHP editors.
More to come.
Thanks,
Stefan Mischook
www.killerphp.com
Posted in Object Oriented PHP | 3 Comments »
Wednesday, August 22nd, 2007
Hi,
I’ve just released a written tutorial on object oriented PHP, that targets people totally new to OO PHP.
Beginners Object Oriented PHP
Based on an article I wrote for a web design magazine; the tutorial is presented as a series of simple steps where I walk the reader through the process of building objects while at [...]
Posted in Beginners PHP Articles, Object Oriented PHP | 2 Comments »
Friday, August 3rd, 2007
Hi,
I’ve released a new video that basically covers the content covered in the PDF: Classes and Objects.
-
… It is the last bit object oriented PHP theory before we jump in and start writing actual PHP code.
Video: PHP classes and objects
Thanks,
Stefan Mischook
Posted in Object Oriented PHP | 1 Comment »
Wednesday, August 1st, 2007
Hi,
I’ve written up a short (2 pages,) document that goes over some of the very basics of object oriented programming - it should take you all of 5 minutes to read.
I wrote this as the preamble to my next video on object oriented PHP where we will actually create living breathing PHP objects.
Here’s a [...]
Posted in Beginners PHP Articles, Object Oriented PHP | 4 Comments »
Saturday, July 28th, 2007
I’ve just released a PDF that outlines the reasons for learning object oriented (OO) PHP.
PDF: why learn object oriented PHP
This document is meant to support my video on the same topic:
Video: why learn object oriented PHP.
Yes, this is basic stuff. But not everybody is a nerd-wizard.
-
I hope you guys find it useful.
Stefan Mischook
www.killerphp.com
Posted in Object Oriented PHP | 4 Comments »
Friday, July 27th, 2007
Hi,
I’ve finally found the time to create a couple of videos on object oriented PHP!
The following videos are based on an article I wrote for Web Designer Magazine that taught OOP in PHP to total beginners.
OBJECT ORIENTED PHP VIDEOS
With the release of php5 (in 2004,) php programmers finally had the power to code [...]
Posted in Object Oriented PHP | 6 Comments »
Tuesday, November 7th, 2006
I have a new article appearing in issue 125 of Web Designer Magazine - the November issue.
Article title:
Learn Object Oriented Programming (OOP) in PHP
Sample from the article:
With the release of php5, php programmers finally had the power to code with the ‘big boys’. Like Java and C#, php finally has a complete OOP infrastructure.
In [...]
Posted in Beginners PHP Articles, Object Oriented PHP | 1 Comment »
Saturday, August 26th, 2006
In this article/podcast, I look at what php interfaces are, and when and why we would use them over classes.
AUDIENCE:
To follow along, you must know the basics of object oriented php.
-
Download the MP3: PHP Interfaces Explained.
The following notes are meant to support the podcast … I left the details in the podcast.
First, what are interfaces?
Interfaces [...]
Posted in Object Oriented PHP | 13 Comments »