27 lines
412 B
PHP
Executable File
27 lines
412 B
PHP
Executable File
<?php
|
|
|
|
class NetkitesController extends Zend_Controller_Action
|
|
{
|
|
function indexAction()
|
|
{
|
|
}
|
|
function postDispatch()
|
|
{
|
|
$this->view->config = Zend_Registry::get('config');
|
|
}
|
|
function faqAction()
|
|
{
|
|
}
|
|
function useAction()
|
|
{
|
|
}
|
|
function resourceAction()
|
|
{
|
|
}
|
|
function applyAction()
|
|
{
|
|
}
|
|
function driverAction()
|
|
{
|
|
}
|
|
} |