PHP Design Pattern Articles
List of articles explaining how Design patterns can be used in PHP Programming. PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
created by syam1224 on 2008-05-11 21:31:24
|
|
|
Autonomous Transactions : Oracle
Autonomous transactions allow you to leave the context of the calling transaction, perform an independant transaction, and return to the calling transaction without affecting it\'s state. The autonomous transaction has no link to the calling transaction, so only commited data can be shared by both transactions.
created by tom on 2008-05-05 21:55:28
|
|
|
Most Searched Words or Phrases
Some major search engines provides information about user search patterns. We try to list all such sources
created by syam1224 on 2008-04-03 11:23:45
|
|
|
Chain of Responsibility : Design Pattern
In Object Oriented Design, the chain-of-responsibility pattern is a design pattern consisting of a source of command objects and a series of processing objects. Each processing object contains a set of logic that describes the types of command objects that it can handle, and how to pass off those that it cannot to the next processing object in the chain. A mechanism also exists for adding new processing objects to the end of this chain.
created by syam1224 on 2008-05-07 21:10:15
|
|
|
Download Firefox Extensions
Extensions, also known as add-ons, are installable enhancements to the Mozilla Foundation's projects (and compatible variants such as Portable Firefox), and add features to the application or allow existing features to be modified. Mozilla developers intend Firefox to be a fairly minimal browser in order to reduce software bloat and bugs, while retaining a high degree of extensibility, so that individual users can add the features that they prefer. They are installed via XPInstall modules.
created by syam1224 on 2008-04-11 11:13:49
|
|
|
Hot Pictures of Sameera Reddy
Sameera Reddy is an Indian telugu actress. She is most famous for her incopcious role in Taxi Number 9211. She first came into notice with the music video \'Aahista\' by Pankaj Udhas. She did a few modelling jobs and then decided to act. She made her debut opposite Sohail Khan in Maine Dil Tujhko Diya. Her role was of a shy college girl who falls in love with one of her fellow students. The film went un-noticed but by the time of the release she was getting more film offers.
created by syam1224 on 2008-04-06 13:46:15
|
|
|
Command Design Pattern
The Command design pattern encapsulates the concept of the command into an object. The issuer holds a reference to the command object rather than to the recipient. The issuer sends the command to the command object by executing a specific method on it. The command object is then responsible for dispatching the command to a specific recipient to get the job done.
created by syam1224 on 2008-05-08 21:33:18
|
|
|
Image Search Engines
These image search engines will help you to find whatever kind of image you're looking for on the Web
created by syam1224 on 2008-03-24 12:51:30
|
|
|
State Design Pattern
The state pattern is a behavioral software design pattern, also known as the objects for states pattern. This pattern is used in computer programming to represent the state of an object. This is a clean way for an object to partially change its type at runtime
created by syam1224 on 2008-05-11 21:21:54
|
|
|
Observer Design Pattern
The observer pattern (sometimes known as publish/subscribe) is a design pattern used in computer programming to observe the state of an object in a program. It is related to the principle of implicit invocation.
created by syam1224 on 2008-05-08 20:47:48
|
|
|