webservice/application/controllers/IndexController.php

15 lines
161 B
PHP
Raw Normal View History

2013-11-05 11:18:30 +00:00
<?php
class IndexController extends Zend_Controller_Action
{
public function indexAction()
{
}
public function contactAction()
2013-11-05 11:18:30 +00:00
{
2013-11-05 11:18:30 +00:00
}
}