视图默认函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了视图默认函数相关的知识,希望对你有一定的参考价值。
This function goes in the {module\_name}.views\_default.inc file
function {module_name}_views_default_views() { {...view code...} $views[$view->name] = $view; // include this line after each view's code return $views; }
以上是关于视图默认函数的主要内容,如果未能解决你的问题,请参考以下文章