shaneharter / PHP-Daemon

Build production-ready Daemons using PHP 5.3+. Build fault-tolerant applications without the boilerplate.
Other
768 stars 166 forks source link

Feat/plugin loading #3

Closed vitch closed 12 years ago

vitch commented 13 years ago

As discussed in issue #1, here is a proposal for a way of making sure plugins are loaded before setup is called (so that e.g. the config plugin can be used in a setup method).