Introduction to PHP Classes (OOP) - The Summary
(Page 2 of 2 )
As I said earlier, classes have been proven to be very efficient. They are the gateway to "Object Oriented Programming" or OOP as some people like to call it. With OOP, you can dramatically save yourself a lot of time and also create an archive of objects or classes that you can use over and over.
Homework?
If you don't mind, I'd like to give you a homework assignment using Classes. This will show you a very practical use of a class and something you will probably find yourself using over and over again.
Your homework assignment is to create a class that uses the mail() function. Some people (like me) have a hard time remembering mail() headers and I find that putting them into a class can really save yourself a lot of time.
I recommend that you create two or three functions inside your class. One function should send HTML mail and another should send plain text mail. You can add another function that allows you to send file attachments and so on. You'll find this will be very useful in your every day tasks.
Please don't email me your homework :) If it works for you, then you passed! If not, uhmmm, keep trying :)
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |