PHP code example of heartsentwined / phing-task
1. Go to this page and download the library: Download heartsentwined/phing-task library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
heartsentwined / phing-task example snippets
xml
<project>
<target>
< classname="ClassmapTask" />
<classmap dir="foo/library" output="foo/autoload_classmap.php" />
</target>
</project>
xml
<project>
<target>
<clear" classname="ClassmapClearTask" />
<classmap-clear file="foo/autoload_classmap.php" />
</target>
</project>