摘要: 转自: http://www.odino.org/281/incorrect-options-values-in-the-sfwidgetformdateThe cool stuff about sfWidgetForm[I18n]Date is that, obviously, you can specify which options' values should be included in the 3 selects rendering days, months and years.For example, to specify custom years:new sfWidge 阅读全文
posted @ 2011-08-26 20:23 Lux.Y 阅读(389) 评论(0) 推荐(0)
摘要: sfGuardTestFunctional class under /libclass sfGuardTestFunctional extends sfTestFunctional{ public function signin($username, $password) { return $this-> info(sprintf('Signin user using username "%s" and password "%s"', $username, $password))-> click('Signin' 阅读全文
posted @ 2011-08-26 18:14 Lux.Y 阅读(420) 评论(0) 推荐(0)