is PHP itself transforming into a framework or big library?
Posted
by Elzo Valugi
on Stack Overflow
See other posts from Stack Overflow
or by Elzo Valugi
Published on 2010-05-07T13:59:02Z
Indexed on
2010/05/07
14:18 UTC
Read the original article
Hit count: 215
At the beginning PHP was a scripting language. But after the introduction and improvement of OOP I see more and more objects added to the core. They started with SPL which grew a lot, now we have DOMDocument family, DateTime family which should be part of PECL, Pear or Zend Framework or implemented by each one of us.
Shouldn't be php only for build-in functions and all these objects passed to something else?
Example. DateTime class is part of the core and I see it very similar with Zend_Date.
© Stack Overflow or respective owner