PHP 视图参数处理代码:从漂亮的组路径获取gid

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 视图参数处理代码:从漂亮的组路径获取gid相关的知识,希望对你有一定的参考价值。

// get the node id for the group
// expecting site urls to be in format group/group-name
  // HACK: get the internal (source) url from the first part of the path with arg, expecting to find 'group/group-name'
  $group_url = drupal_lookup_path('source', 'group/'.$args[0]);
  // extract the group node id
  $group_url_exploded = explode('/', $group_url);
  $args[0] = $group_url_exploded[1];

return $args;

以上是关于PHP 视图参数处理代码:从漂亮的组路径获取gid的主要内容,如果未能解决你的问题,请参考以下文章

Linux命令 用户管理命令

Python:如何获取一个用户名的组ID

ansible-group模块使用方法

Django:如何获取当前用户的组 ID

简单漂亮的php验证码函数

PHP如何获取当前主机域名网址路径端口等参数