#1673: Direct call of Doctrine_Parser_Xml::arrayToXml() is impossible due of $this
useing inside
-----------------------------------+----------------------------------------
Reporter: test157 | Owner: jwage
Type: defect | Status: new
Priority: major | Milestone:
Component: Other | Version: 1.0.3
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
Hello,
It's impossible to call directly Doctrine_Parser_Xml::arrayToXml();
without object creating, for some reason you are useing $this statement
inside when it's not really needed. Isn't it?
So maybe better to change parser functions to static? As it done for
Doctrine_Parser::dump(array(), 'xml');
--
Ticket URL: <
http://trac.doctrine-project.org/ticket/1673>
Doctrine <
http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper