Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 10 View Live

Martynas Jusevicius' Blog: Method overloading in PHP 5

Martynas Jusevicius has a new post looking at method overloading in PHP5 - a workaround to make it possible at least. Method overloading (a feature of object-oriented programing which allows having...

View Article



DevShed: Using the Xdebug Extension's xdebug_call_function() Function

This new tutorial from DevShed takes a look at the XDebug debugging tool for PHP and how the xdebug_call_function method allows for even more flexibility in your testing experience. The Xdebug...

View Article

DevShed: The Call Magic Function in PHP 5

Continuing their look at the "magic functions" that are included in PHP5, DevShed has posted this new tutorial looking at the "__call" method to intercept calls to methods in a class that don't exist....

View Article

Stubbles Blog: Extending objects with new methods at runtime

On the Stubbles blog today Frank Kleine looks at a cool trick that the features of PHP 5.3 now make possible - extending objects at runtime by adding in new methods and functionality. With the advent...

View Article

Stoyan Stefanov's Blog: JavaScript-style object literals in PHP

Stoyan Stefanov has a new post to his blog looking at bringing something to PHP that Javascript developers have always had - object literals. These literals allow you to assign object properties at...

View Article


Artur Ejsmont's Blog: How to properly secure remote API calls over SSL from...

Artur Ejsmont has a new post with a passionate call to arms for anyone who thinks that just because their URL has "https" in it, it's secure. He presents his suggestion on how to properly secure SSL...

View Article

Stoimen Popov's Blog: PHP: Don't Call the Destructor Explicitly

In this new post to his blog Stoimen Popov talks about calling the "destructor" method of an object and why doing it directly could lead to some issues - like not actually destroying the object before...

View Article

Marcelo Gornstein's Blog: Advanced telephony applications with PHP and PAGI...

Marcelo Gornstein has a new post to his blog (in his PHP and PAGI series) showing how you can use call nodes to create more complicated telephony applications. Now, since version 1.10.0, PAGI comes...

View Article


Marcelo Gornstein's Blog: Making your ivr nodes (call) flow with PAGI

Marcelo Gornstein has returned to his "IVR with PHP" series in this latest post (see others here and here). In this new post he shows you how to create a full flow of interaction for your callers: The...

View Article


Andrew Podner: Overloading: Create PHP Class Methods on the Fly

Andrew Podner has a new post today looking at dynamic class method creation in PHP - aka "overloading" with the __call magic method. What is overloading and what would I need it for? [...] In most...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images