[Typo3] Coding guideline: When en when NOT to use/build extensions?

Kraft Bernhard kraftb at gmx.net
Thu Apr 28 14:38:16 CEST 2005


Meinte van't Kruis wrote:

> [...] building an XML parser [...]

There's already a XML parser in Typo3:

t3lib_div::xml2array($xml);

t3lib_div::array2xml($array, ...)


If you  supply functionality which is not already in the T3 core you should most probaly code it as
extension as this is the only way how T3 software get's distributed ...

Of course you could write a little script, put it on your website and tell the people: Take it, insert
this TS and it will work for you .... but that is far of from any T3 standars ...




greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list