I am trying to write a cronjob controller, so I can call one website and have all modules cronjob.php executed. Now my problem is how do I do that?
Would curl be an
You could set up a database table to hold references to the cronjob scripts (in your modules), then use a exec command with a return value on pass/fail.