Stripping the logic: the Transfer Object 2
Sometimes you have to pass an object data to another object, or to another layer of your application (who said controller/view ?), while ensuring that the receiving entity will not be able to run business code encapsulated in your class. In the Zend Framework, several objects provide a toArray...
Saturday 11 Aug 2007 11:56