[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/views/modules/comment/ -> views_handler_field_comment_depth.inc (source)

   1  <?php
   2  /**
   3   * Field handler to display the depth of a comment
   4   */
   5  class views_handler_field_comment_depth extends views_handler_field {
   6    /**
   7     * Work out the depth of this comment
   8     */
   9    function render($values) {
  10      return count(explode('.', $values->comments_thread)) - 1;
  11    }
  12  }
  13  


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7