Next, we need to init the comment module for Blahg.
接下来,需要用init为Blahg初始化comment模块。
Comments can be added to pages using Drupal's Comment module.
可以使用Drupal的Comment模块将评论添加到页面中。
One way to do this would be to create an action called executeParsetext in the actions.class.php for the word module and forward to that action after a post or comment has been saved.
一种实现方法是在actions . class . php中为word模块创建一个名为executeparsetext的操作,并在保存了post或评论后转发给该操作。
Those are the two lines after the 'Other module inherits' comment in Listing 9.
这两行代码在清单9中的‘Othermodule inherits’注释后面。
Run the following command from the /column/protected/sf_column directory: php /column/src/symfony/data/bin/symfony init-module blahg comment.
从 /column/protected/sf_column目录运行以下命令:php /column/src/symfony/data/bin/symfonyinit-moduleblahgcomment。
This parameter specifies a description string that is displayed next to the module name when clients obtain a list of available modules. The default is no comment.
该参数指定一个在客户端获取有效模块列表时显示在模块名称旁边的描述字符串。默认值是无备注。
This parameter specifies a description string that is displayed next to the module name when clients obtain a list of available modules. The default is no comment.
该参数指定一个在客户端获取有效模块列表时显示在模块名称旁边的描述字符串。默认值是无备注。
应用推荐