initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
/**
* where actions.
*
* @package pae
* @subpackage where
* @author Your name here
* @version SVN: $Id: actions.class.php 2692 2006-11-15 21:03:55Z fabien $
*/
class whereActions extends sfActions
{
/**
* Executes index action
*
*/
public function executeIndex()
{
}
}