auto

auto execute a function at the end of functions in PHP

Hi, i'm looking to call a custom error log/debug function at the end of each function. example: i want to call error_log(__METHOD__); I want to echo $query; show execution time etc.. at the end of every function for debug purposes without having to call that customized function every time. much appreciated. ...

how to implement a eclipse plugin with autocomplete features

Hi everyone I want to develop a eclipse plugin for a launguage with auto completion features. But i don't know where to start. Is there any tutorial on this kind of subject? Do i need to develop a parser which parses the code first and/or other things? best regards ...