__construct in php 4.x? - Joomla! Forum - community, help and support
hi y'all,
i've taken few years off php activities , need jump start in evaluating joomla former client. first impression excellent new framework i'm sure have many new converts. couple of quick questions:
i see classes use "__construct" constructors believe first appeared in php 5.0 yet system (according install manual) runs ok under php 4.3. these constructors not executed if running under 4.3?
also, helpful if had nice framework diagram (class hierarchy, etc.) in form of wall chart (or three) or @ least sort of equivalent document can better assess capabilities extension. happy compensate them if didn't have myself.
thanks in advance,
craig
i've taken few years off php activities , need jump start in evaluating joomla former client. first impression excellent new framework i'm sure have many new converts. couple of quick questions:
i see classes use "__construct" constructors believe first appeared in php 5.0 yet system (according install manual) runs ok under php 4.3. these constructors not executed if running under 4.3?
also, helpful if had nice framework diagram (class hierarchy, etc.) in form of wall chart (or three) or @ least sort of equivalent document can better assess capabilities extension. happy compensate them if didn't have myself.
thanks in advance,
craig
this not right place discuss such things. go developer forum , ask questions there.
it true php 4 doesn't support __construct. joomla uses hack support __construct() on php 4. take jobject class. can find api reference on http://dev.joomla.org/component/option,com_jd-wiki/itemid,31/id,references:joomla.framework/ , class hierarchy on http://www.joomla-tipps.net/joomla1.5beta2/index.html (j!1.5 beta 2).
it true php 4 doesn't support __construct. joomla uses hack support __construct() on php 4. take jobject class. can find api reference on http://dev.joomla.org/component/option,com_jd-wiki/itemid,31/id,references:joomla.framework/ , class hierarchy on http://www.joomla-tipps.net/joomla1.5beta2/index.html (j!1.5 beta 2).
Comments
Post a Comment