westdc-zf1/application/default/controllers/ErrorController.php

10 lines
111 B
PHP
Raw Normal View History

2009-03-06 03:20:46 +00:00
<?php
class ErrorController extends Zend_Controller_Action
{
public function errorAction()
{
}
}