Day-Report

day day up!

2008年2月14日 #

test for live writer

test for live writer

<?php

/**
 * helloworld actions.
 *
 * @package    myfirstsymfony
 * @subpackage helloworld
 * @author     Your name here
 * @version    SVN: $Id: actions.class.php 2692 2006-11-15 21:03:55Z fabien $
 */
class helloworldActions extends sfActions
{
  /**
   * Executes index action
   *
   */
  public function executeIndex()
  {
//    $this->forward('default', 'module');
  }
  
  public function executeYoukoso(){
  	print (htmlspecialchars($this->getRequestParameter('anatano_onamae'))."さん、今晩は!");
  	return sfView::NONE;
  }
}

posted @ 2008-02-14 10:17 Stven 阅读(449) | 评论 (0)编辑 收藏

仅列出标题