Blog Detail
Web Article Technologies Expert
http://www.wertex.org/
This is a blog where analytical articles of two flavors are published. One is on open source and project management and the other flavor is women and social issues
Recent Posts
Object Relationship Mapping, Framework and PHP
If you are a PHP developer and use PHP for high end application development, you definitely felt the need of a good ORM like Java used to have Hibernate. Object Relationship Mapping is indeed needed for an application at the level of enterprise solut...
Zend Framework - Resources
Those who are seriously considering to learn Zend Framework and looking for some resources to start with, I have a few links to share with them. But before you start learning any framework, you need to brush up your language and technical skills. Ple...
Working with MySQL View - Datatype Problem
Of late, I was working with a problem where I had to prepare a report in grid format with pagination facility. Above all every page of the report will have a summary section. The summary section will display summary of some of the columns like unique...
Encapsulation: Keeping variables private
In the world of objects, encapsulation is a popular term. But sometimes we never pay enough attention to properly declare the access type of instance variables. Yes, I mean to say in terms of design and class architecture perspective. The basic advan...
Tribute to Airtel
I could not write for the past two months. I could not write because I didn’t have internet connection. Yes, it is a hard fact. In 2009, in one of the metropolitan cities, I struggled to get an internet connection. Why? The story is long, but i...
Recursively Copying Directory
A small code snippet, which is very common yet useful. Let’s write a function which will copy a folder/directory and its contents (including subfolders, files) from one place to other. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 publ...

