[Typo3] Command-line tools?

Franz Holzinger franz at fholzinger.com
Fri Mar 18 23:32:05 CET 2005


Joe Kralicky wrote:

> Are there any command-line tools for Typo3 for use during extension 
> development?  Specifically I'm looking for a tool or tools that would 
> accomplish the following:
> 1. Update ext_emconf.php based on the current set of files


typo3\mod\tools\em\index.php
/**
  * Compiles the ext_emconf.php file
  *
  * @param	string		Extension key
  * @param	array		EM_CONF array
  * @return	string		PHP file content, ready to write to ext_emconf.php file
  */
function construct_ext_emconf_file($extKey,$EM_CONF)


Franz





More information about the TYPO3-english mailing list