Posts Tagged ‘object’

[PHP] OOP Tutorial #6

Public, private and protected – The rematch! And this time… It’s processable. Well that’s retarded, but it’s visibility again! Woohoo!

PHP Tutorial: Creating .zip files [part 01]

WEBSITE: betterphp.co.uk In this video I show you how to add files to a zip file using the ZipArchive class.

JavaScript Tutorial: Simple Progress Bar [part 00]

WEBSITE: betterphp.co.uk In this series I explain how to create a simple progress bar using JavaScript and HTML. You can use it to show the progress of things :)

PHP Basics: Autoloading Classes

WEBSITE: betterphp.co.uk In this video I explain a very useful feature that is essential when working on a large project. php.net page for __autoload(): php.net

PHP OOP Tutorial 21 | MVC Pattern

The PHP MVC Pattern. MVC stands for “Model View Controller”. This is considered an Enterprise Pattern, it is used to run a full system from the ground up. If you are confused, fear not, everyone is at first. There are probably many other videos that can demonstrate this better, but I wanted to make one to get it out of my way since it’s so common after RoR. To the MVC Zealots, I’m not looking for an argument of the best way to do things — but if you have a suggestion and a reason please inform us all. jream.com

PHP Tutorial: Professional Registration System (Part 2)

Download Tutorial Files: www.phpvault.net This tutorial will teach you how to create your own professional php user-registration system for your website. I will be uploading more tutorials, so please subscribe.

PHP Tutorial: Professional Registration System (Part 3)

Download Tutorial Files: www.phpvault.net This tutorial will teach you how to create your own professional php user-registration system for your website. I will be uploading more tutorials, so please subscribe.

Java Bukkit Plugin Tutorial: Using Config Files – Implementing the Options [part 02]

NOTE: You most likely can cast to an Integer to avoid the silly string workaround I showed here. Try it ! WEBSITE: betterphp.co.uk In this series I explain the basics of using config files in your plugins, this extends the first series I did so you may also want to watch that.

PHP Tutorials: Try/Catch Block

Touching on Object Orientated Development (OOP), the Try/Catch block is a way to catch exceptions thrown by functions in your PHP application. A smoother, neater way to catch errors whether you’re using OOP or not. FORUM phpacademy.org TWITTER twitter.com FACEBOOK www.facebook.com