symfony官方网站发布的一篇文章
Is symfony too slow for real-world usage?

没有增加新东东,只是修复了一些bug.

  • r4098: fixed culture problem in sfI18N
  • r4017: fixed a typo in sfViewCacheManager
  • r3951: fixed admin_double_list for Doctrine (#1734)
  • r3935: fixed sfSQLiteCache schema
  • r3862: fixed Zend::loadClass in sfZendFrameworkBridge (#1595)
  • r3815: fixed distance_of_time_in_words() helper (#1514)

先看我做的一个Demo

方法:1、新建一个helper,tabsHelper.php
Continue reading »

点击查看演示效果

在模板里加个自动完成的输入框:

  1. use_helper('Javascript');
  2. echo input_auto_complete_tag('section','','autocomplete/doautocomplete', array('autocomplete'=>'off'),array('use_style'=>true,'with'=> " value "));

Continue reading »

有时侯,自己调试好的demo,在本机上放着,在其他地方看不到,不是很方便,打算把一些小片段的demo直接放在blog上,这样以后用起来一方面看效果方便,一方面找起来也方便。

使用dpkg安装

wget http://www.symfony-project.com/get/php5-symfony_1.0.2-1_all.deb
dpkg -i php5-symfony_1.0.2-1_all.deb

© 2011 刘敏的Blog Suffusion theme by Sayontan Sinha