summaryrefslogblamecommitdiffstats
path: root/application/views/scripts/gearman/index.phtml
blob: 89c289e344e7e6b799584ffca71ced1b2f579078 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                        
<h1>Gearman Testpage</h1>
<?php echo $this->formButton('somePing', 'PingTest', array(
							'onclick' => 'self.location="/gearman/someping"'
							))
?>
</br>
<?php echo $this->formButton('boot', 'BootTest', array(
							'onclick' => 'self.location="/gearman/boot"'
							))
?>