On Friday 15 June 2007 08:05:39 David Zülke wrote: > > - I noticed the Execution filter includes a config.php file if the > > module has one. Do people use this and if so what for? Just looking to > > see what I could do with it. > > good question. I never used it, not sure if anyone else did. Might > come in handy, who knows ;)
This sounds like a leftover from M3. It should probably be removed eventually since we have such an extensive config system now. I guess for 2.0 perhaps... > > - In trying to generate those docblocks I was also wondering about > > a way > > to print the current date (for an @since tag). Does anybody know if > > there is a way for something like this with phing? > > See above. However, @since is for a version number, not for a date ;) You could use $Date$ somehow, but that gets updated every time you commit (maybe that's more useful, dunno... I'd think so :P). -- Noah Fontes Cynigram Network Administrator [EMAIL PROTECTED] _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
