Google Summer of Code 2010, 2nd Week !

In this week, I have finally started getting my hands over with REAL OOP in php. I have developed a class structure named Abstract Factory Pattern that will be more enhanced as I move forward. Currently, the class structure includes an Abstract Relation Schema Class which will be the extended by PDF,DIA,VISIO,SVG and EPS Schema classes. There is a User Schema Class that contains almost all the User Interface elements. well, I am not yet able to implement the PDF Export in this class structure yet. But I am sure, In next week. I will be able to...

read more

Summer of Code – First week ended !

hi, Today is end of the first week and In this week, I tried my best to figure out the following things ! 1. Forked my git repo from repo.or.cz 2.  Played with Git Commands and still learning it. 3. Explored OOP techniques for coding the base class structure and sub classes for each Exporting Type. I will come up with the sample code in next week. Looking forward

read more

Useful string formatting functions screencast

It was really a nice experience in making a screen cast for screenr/nettuts+ contest. Though I am not an English guy I am interested to do more quick tips in future as I felt its easy to make screen casts rather than we think I am waiting for your thoughts in the comment section. Useful string formatting...

read more

format the date in PHP

today i m sharing a simple and most needy thing that is used in almost every project . it will print the date like this 25.04.2009. following are 2 functions that can be used to achieve this target .hope this helps http://www.php.net/strftime http://www.php.net/strtotime

read more