• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:29    start  Previous  Next  Last    goto:
    Learning OOP in PHP ASAP
    ON: 2009-04-19 14:18:12
    Learning OOP in PHP ASAP
    30 times | category:
    Real World OOP with PHP and MySQL
    ON: 2009-03-09 15:24:08
    Real World OOP with PHP and MySQL on NETTuts.com for beginners
    51 times | category:
    How to Create an Object-Oriented Blog Using PHP
    ON: 2009-03-09 15:10:59
    How to Create an Object-Oriented Blog Using PHP
    33 times | category:
    Observer Pattern
    ON: 2009-03-09 15:02:14
    When an object needs to be updated when another changes, or extending the idea a little an event needs to be fired off after some particular event - what you are looking to code is the observer pattern. This tutorial explains what the observer pattern is, how to implement it and what are its benefits.
    9 times | category:
    Using an autoload function to make your life easier
    ON: 2009-03-09 15:01:08
    In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
    14 times | category:
    Encapsulation in PHP
    ON: 2008-08-19 09:30:02
    You might wonder, what the heck is Encapsulation? Well you must have seen classes with Private and Public stuff right? Must read for advanced PHP programmers.
    24 times | category:
    Fluent Arrays and Strings in PHP
    ON: 2008-08-19 09:26:36
    An example of how to create a fluent array and string library in PHP.
    22 times | category:
    Abstract classes in PHP
    ON: 2008-08-19 09:24:52
    An abstract class is always a parent class that serves as a sort of blueprint for the subclasses it might hold. This advanced PHP OOP subject will be explained in this tutorial.
    70 times | category:
    Object Orientated programming in PHP: The absolute basics
    ON: 2008-08-19 09:23:25
    In this tutorial Combined-Minds.net will teach you the basics of OO-programming in PHP. Don’t know what I’m talking about? Read it! :)
    24 times | category:
    Object Orientated: Creating an Advanced Pagination Class
    ON: 2008-08-19 09:22:21
    This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
    18 times | category:
    Basics of OOP
    ON: 2008-08-19 09:20:48
    This tutorial assumes you have a decent knowledge of PHP. You will learn the basic concepts of OOP and their uses.
    19 times | category:
    Using Abstract Classes to Define Rules
    ON: 2008-08-19 09:19:31
    The way i visualize this is to think that i am entering into an 'agreement' between me and PHP. In other words, I have defined a list of methods (rules) in the interface that I (or any other developer) must implement in any implemented class, so in any implemented classes i am agreeing to conform with the interface's rules.
    13 times | category:
    Giving our Currency Conversion Script some Responsibility
    ON: 2008-08-19 09:14:24
    Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it update the conversion rates from a website that keeps track of them all. This is quite a jump from the first tutorial and so buckle your seatbelt, Dorothy, 'cause Kansas... OK, 'nuff of the Matrix quotes. Let's begin...
    4 times | category:
    Using Exceptions to Provide Better Feedback
    ON: 2008-08-19 09:13:05
    Within this article, we'll be taking a closer inspection of exceptions, as requested by the lovely Haris. This will be a basic exceptions article and so I won't be going over how to extend onto the exceptions class to model your own - otherwise we'll get too far ahead of ourselves. Exceptions tend to be used where we have no jurisdiction over the source, and when we wish to return a more informative message to the front-end
    7 times | category:
    Advanced PHP: Working with Interfaces
    ON: 2008-08-19 09:10:21
    When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
    24 times | category:
    Advanced PHP: Saving Yourself Time with the Clone Construct!
    ON: 2008-08-19 09:05:08
    Cloning an object is quite different than it was in PHP4. In PHP4 you simply assigned the object to a new object and it would clone it verbatim. With the release of PHP5, things got a little more complex but a lot more flexible. PHP5 offers the clone construct along with a magic method to control the cloning process.
    10 times | category:
    Marrying the Zend Framework and HTML Ajax
    ON: 2008-08-19 08:59:37
    This tutorial describes what to do in order to be able to instantiate controllers in the Zend Framework, the goal is to be able to make instances of them in order to handle Ajax requests.
    41 times | category:
    Advanced PHP: How to use the Singleton Design Pattern
    ON: 2008-08-19 08:56:28
    The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to just one. It's an easy pattern to grasp once you get past the strange syntax used
    16 times | category:
    Advanced PHP: Using the Factory Pattern
    ON: 2008-08-19 08:50:48
    The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created.
    22 times | category:
    FTP Administration with full logging via PHP
    ON: 2008-08-19 08:49:37
    Sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes. This article explains how you can add this option to your web site.
    84 times | category:
    The Wonders of Magic Function: __toString()
    ON: 2008-08-19 08:47:56
    For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
    4 times | category:
    Creating a smilies system - converts smilie codes in smilie images
    ON: 2007-08-20 09:41:29
    A big, detailled, tutorial about how to make your own smilies system which you can use to convert smilie codes in any text, to the smilie images(icons)!
    69 times | category:
    Object Oriented PHP
    ON: 2007-08-20 09:37:30
    This tutorial will teach you all the basic concepts related to Object Oriented PHP.
    67 times | category:
    Load Class Files Automatically at Run Time
    ON: 2007-08-20 09:36:25
    Tired of using a million include statements, or concerned that you're including unneeded files? Using this built in PHP function and a quick PHP.ini tweak, you can load class files dynamically as soon as you create an instance of the class!
    67 times | category:
    Introduction to OOP
    ON: 2007-08-20 09:33:18
    OOP stands for Object Oriented Programming
    25 times | category:
    this:1/2 25records  total:29    start  Previous  Next  Last    goto:

    Category

      Ad Management (6)
      Calendars (3)
      Chat Systems (8)
      Content Management (47)
      Cookies and Sessions (12)
      Counters (16)
      Database Related (37)
      Date and Time (15)
      Development (27)
      Discussion Boards (8)
      E Commerce (9)
      Email Systems (15)
      Error Handling (8)
      File Manipulation (38)
      Flash and PHP (6)
      Form Processing (26)
      Guestbooks (13)
      Image Manipulation (26)
      Installing PHP (7)
      Introduction to PHP (32)
      Link Indexing (9)
      Mailing List Management (9)
      Miscellaneous (62)
      Networking (9)
      News Publishing (9)
      OOP (29)
      PEAR (7)
      PHP vs Other Languages (2)
      Polls and Voting (7)
      Postcards (1)
      Randomizing (15)
      Redirection (12)
      Searching (10)
      Security (34)
      Site Navigation (17)
      User Authentication (16)
      WAP and WML (7)
      Web Fetching (10)
      Web Traffic Analysis (16)
      XML and PHP (18)