Public, private and protected – The rematch! And this time… It’s processable. Well that’s retarded, but it’s visibility again! Woohoo!
Posts Tagged ‘object’
PHP Tutorial: Creating .zip files [part 01]
December 22nd, 2011
phpmoz WEBSITE: betterphp.co.uk In this video I show you how to add files to a zip file using the ZipArchive class.
PHP Basics: Autoloading Classes
November 6th, 2011
phpmoz 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
October 10th, 2011
phpmoz 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)
October 9th, 2011
phpmoz 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)
October 8th, 2011
phpmoz 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 Login System v2 (Part 3)
October 7th, 2011
phpmoz Download Tutorial Files www.phpvault.net Create a professional php login system using Object Oriented Programming. OOP is the practical and common method of creating advanced and secure php applications. I will be uploading more tutorials so subscribe to my channel. Thanks.
Java Bukkit Plugin Tutorial: Using Config Files – Implementing the Options [part 02]
October 1st, 2011
phpmoz 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
September 26th, 2011
phpmoz 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

Posted in
Tags:

