8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
|
|
class LogController extends Yaf_Controller_Abstract {
|
|
/* action method may have arguments */
|
|
function indexAction() {
|
|
|
|
}
|
|
} |