Whats the difference between __construct() and init()

midoadel

New Member
I was wondering what is the difference between \[code\]__construct()\[/code\] and \[code\]init()\[/code\] functions in a PHP application, more particularly in a Zend Framework application.
 
Back
Top