Welcome Guest, Not a member yet? Register   Sign In
phpdoc to xml?
#1

[eluser]Reynolds[/eluser]
Hi guys,

just another question, had anyone encountered parsing/reading PHPDoc comments in every php function, and converted it to XML format? is there an available library? particularly for CI?

For example:

Code:
/**
* @name my_function
* @desc some description
* @author Juan Dela Cruz
*/

into

Code:
<xml>
<name>my_function</name>
<desc>some description</desc>
<author>Juan Dela Cruz</author>
&lt;/xml&gt;




Theme © iAndrew 2016 - Forum software by © MyBB