[Typo3-dev] XML idea - nothing to do with it
    dan frost 
    dan at danfrost.co.uk
       
    Sun Dec 14 17:12:00 CET 2003
    
    
  
I have an idea and am not sure if it's useful. I've written some proof 
of concept code already and it works.
Here's a library of functions in different langauages.
-
<library>
<name>Standard Library</name>
<function lang="php">
     #echo "Hello world";
     #phpinfo();
   </function>
<function lang="bash">
     ls /httpdocs
   </function>
</library>
The php i've written goes through an executes a chosen function with the 
write language/interpreter..
So, any ideas?
dan
    
    
More information about the TYPO3-dev
mailing list