<?php
/**
 * Db Class
...

PHP My DB static class based ar...

by alexwy.myopenid.com, February 25, 2009 06:41, 2 refactorings, tagged with php, oop, pdo

I was looking for an easy w...

D0f517950e189ebe69c903a14cf36fab Talk
<?php
class MyClass{
function __construct(){
...

PHP Crossversion constructors f...

by fullo, November 09, 2007 16:08, 3 refactorings, tagged with php, oop, object, constructor, php5, php4

Which one is the best cross...

28f4b93162bef554e624154514dd5bd6 Talk