摘要: <a href="Javascript:window.history.go(-1)">返回上一页</a><a onclick="window.location.href='list.php'">跳转到list.php</a> 阅读全文
posted @ 2011-08-31 22:53 Lux.Y 阅读(4975) 评论(0) 推荐(0)
摘要: Some times, when you work with symfony forms in this way:<form action="<?php echo url_for('@sf_guard_signin') ?>" method="post"> <?php echo $form['username']->renderLabel(); ?> <?php echo $form['username']; ?> <?php echo $form 阅读全文
posted @ 2011-08-31 22:40 Lux.Y 阅读(455) 评论(0) 推荐(0)
摘要: routing.ymlindex_offer: url: /offer/index/page/:page param: { module: offers, action: index, page: 1} #set default value of page to 1actions.class.phppublic function preExecute() { $culture = $this->getUser()->getCulture(); $siteSectionId = SiteSectionTable::getS... 阅读全文
posted @ 2011-08-31 20:37 Lux.Y 阅读(451) 评论(0) 推荐(0)
摘要: routing.ymlfacebook_contest: url:/facebook/f param: { module: sfGuardRegister, action: facebook }app.ymlall: facebook: appid:203549026375001 appsecret: 0321a3ee6737a28b15366d3575f7ac93 #channel_url: http://studiosm.fr.dev/channel.html perms: offline_access,email,publ... 阅读全文
posted @ 2011-08-31 20:31 Lux.Y 阅读(1705) 评论(0) 推荐(0)