I am writing this post with a great satisfaction in mind as still I can feel it. In Bangladesh we have a lot of possibilities on software development field. There are lots of potential developers are coming out from various public and private universities. Unfortunately our curriculum is not yet there to prepare a fresh graduate to compete the fast paced development world. This is why a community is prevalent to groove the developers....
Read MoreHere is my 2 cents on Doctrine (ORM)
What is Doctrine? Doctrine is a popular ORM for PHP which works with RDBMS via PHP objects. This is built inspired by Hibernate from JAVA. This acts as an abstraction layer between PHP and RDBMS. What is it good for? It really hide the the business logics (tables, sql, relations) via the db abstraction layer while active record map objects to tables. It has a strong caching (of cached caching) system with apc, memcached, sqlite Caching...
Read More
