XoopsModules25x/xoopspoll

View on GitHub
extras/newbb_5x/irmtfan/class/Post.php

Summary

Maintainability
F
6 days
Test Coverage

saveAttachment accesses the super-global variable $GLOBALS.
Open

    public function saveAttachment()
    {
        $attachment_save = '';
        if ($this->attachment_array && \is_array($this->attachment_array)) {
            $attachment_save = \base64_encode(\serialize($this->attachment_array));

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

saveAttachment accesses the super-global variable $GLOBALS.
Open

    public function saveAttachment()
    {
        $attachment_save = '';
        if ($this->attachment_array && \is_array($this->attachment_array)) {
            $attachment_save = \base64_encode(\serialize($this->attachment_array));

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

deleteAttachment accesses the super-global variable $GLOBALS.
Open

    public function deleteAttachment($attach_array = null)
    {
        $attach_old = $this->getAttachment();
        if (!\is_array($attach_old) || \count($attach_old) < 1) {
            return true;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

saveAttachment accesses the super-global variable $GLOBALS.
Open

    public function saveAttachment()
    {
        $attachment_save = '';
        if ($this->attachment_array && \is_array($this->attachment_array)) {
            $attachment_save = \base64_encode(\serialize($this->attachment_array));

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

deleteAttachment accesses the super-global variable $GLOBALS.
Open

    public function deleteAttachment($attach_array = null)
    {
        $attach_old = $this->getAttachment();
        if (!\is_array($attach_old) || \count($attach_old) < 1) {
            return true;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayPostEdit accesses the super-global variable $GLOBALS.
Open

    public function displayPostEdit()
    {
        global $myts;

        if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayAttachment accesses the super-global variable $GLOBALS.
Open

    public function displayAttachment($asSource = false)
    {
        $post_attachment = '';
        $attachments     = $this->getAttachment();
        if ($attachments && \is_array($attachments)) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

displayPostEdit accesses the super-global variable $GLOBALS.
Open

    public function displayPostEdit()
    {
        global $myts;

        if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

setPostEdit accesses the super-global variable $GLOBALS.
Open

    public function setPostEdit($poster_name = '', $post_editmsg = '')
    {
        if ($this->getVar('approved') < 1
            || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
            || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

getPostBody accesses the super-global variable $GLOBALS.
Open

    public function &getPostBody()
    {
        global $myts;
        $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
        //        mod_loadFunctions('user', 'newbb');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $_GET.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $_GET.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

checkIdentity accesses the super-global variable $GLOBALS.
Open

    public function checkIdentity($uid = -1)
    {
        //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
        if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
            $uid = $GLOBALS['xoopsUser']->getVar('uid');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $_GET.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $_GET.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

checkIdentity accesses the super-global variable $GLOBALS.
Open

    public function checkIdentity($uid = -1)
    {
        //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
        if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
            $uid = $GLOBALS['xoopsUser']->getVar('uid');

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

showPost accesses the super-global variable $GLOBALS.
Open

    public function showPost($isadmin)
    {
        global $myts;
        global $forumUrl, $forumImage;
        global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

Superglobals

Since: 0.2

Accessing a super-global variable directly is considered a bad practice. These variables should be encapsulated in objects that are provided by a framework, for instance.

Example

class Foo {
    public function bar() {
        $name = $_POST['foo'];
    }
}

Source

File Post.php has 528 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php declare(strict_types=1);

namespace XoopsModules\Newbb;

/*
Severity: Major
Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 day to fix

    Method showPost has 201 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function showPost($isadmin)
        {
            global $myts;
            global $forumUrl, $forumImage;
            global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;
    Severity: Major
    Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 day to fix

      Function showPost has a Cognitive Complexity of 42 (exceeds 5 allowed). Consider refactoring.
      Open

          public function showPost($isadmin)
          {
              global $myts;
              global $forumUrl, $forumImage;
              global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;
      Severity: Minor
      Found in extras/newbb_5x/irmtfan/class/Post.php - About 6 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      The class Post has an overall complexity of 120 which is very high. The configured complexity threshold is 50.
      Open

      class Post extends \XoopsObject
      {
          private $post_id;
          private $topic_id;
          private $forum_id;

      Function displayAttachment has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
      Open

          public function displayAttachment($asSource = false)
          {
              $post_attachment = '';
              $attachments     = $this->getAttachment();
              if ($attachments && \is_array($attachments)) {
      Severity: Minor
      Found in extras/newbb_5x/irmtfan/class/Post.php - About 2 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method displayAttachment has 52 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function displayAttachment($asSource = false)
          {
              $post_attachment = '';
              $attachments     = $this->getAttachment();
              if ($attachments && \is_array($attachments)) {
      Severity: Major
      Found in extras/newbb_5x/irmtfan/class/Post.php - About 2 hrs to fix

        Function displayPostEdit has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
        Open

            public function displayPostEdit()
            {
                global $myts;
        
                if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {
        Severity: Minor
        Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Function getPostBody has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
        Open

            public function &getPostBody()
            {
                global $myts;
                $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                //        mod_loadFunctions('user', 'newbb');
        Severity: Minor
        Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        The class Post has 23 fields. Consider redesigning Post to keep the number of fields under 15.
        Open

        class Post extends \XoopsObject
        {
            private $post_id;
            private $topic_id;
            private $forum_id;

        TooManyFields

        Since: 0.1

        Classes that have too many fields could be redesigned to have fewer fields, possibly through some nested object grouping of some of the information. For example, a class with city/state/zip fields could instead have one Address field.

        Example

        class Person {
           protected $one;
           private $two;
           private $three;
           [... many more fields ...]
        }

        Source https://phpmd.org/rules/codesize.html#toomanyfields

        Method getPostBody has 35 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function &getPostBody()
            {
                global $myts;
                $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                //        mod_loadFunctions('user', 'newbb');
        Severity: Minor
        Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr to fix

          Method setPostEdit has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function setPostEdit($poster_name = '', $post_editmsg = '')
              {
                  if ($this->getVar('approved') < 1
                      || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                      || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {
          Severity: Minor
          Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr to fix

            Function deleteAttachment has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
            Open

                public function deleteAttachment($attach_array = null)
                {
                    $attach_old = $this->getAttachment();
                    if (!\is_array($attach_old) || \count($attach_old) < 1) {
                        return true;
            Severity: Minor
            Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Method displayPostEdit has 27 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function displayPostEdit()
                {
                    global $myts;
            
                    if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {
            Severity: Minor
            Found in extras/newbb_5x/irmtfan/class/Post.php - About 1 hr to fix

              Function setPostEdit has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function setPostEdit($poster_name = '', $post_editmsg = '')
                  {
                      if ($this->getVar('approved') < 1
                          || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                          || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {
              Severity: Minor
              Found in extras/newbb_5x/irmtfan/class/Post.php - About 55 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Consider simplifying this complex logical expression.
              Open

                      if (newbb_isAdmin($this->getVar('forum_id')) || $this->checkIdentity()) {
                          $post['text'] = $post_text . '<br>' . $this->displayAttachment();
                      } elseif ($GLOBALS['xoopsModuleConfig']['enable_karma'] && $this->getVar('post_karma') > $user_karma) {
                          $post['text'] = \sprintf(_MD_KARMA_REQUIREMENT, $user_karma, $this->getVar('post_karma'));
                      } elseif ($GLOBALS['xoopsModuleConfig']['allow_require_reply'] && $this->getVar('require_reply')
              Severity: Major
              Found in extras/newbb_5x/irmtfan/class/Post.php - About 40 mins to fix

                Consider simplifying this complex logical expression.
                Open

                        if ($isadmin || $this->checkIdentity()) {
                            $post_text       = $this->getVar('post_text');
                            $post_attachment = $this->displayAttachment();
                        } elseif ($GLOBALS['xoopsModuleConfig']['enable_karma'] && $this->getVar('post_karma') > $user_karma) {
                            $post_text       = "<div class='karma'>" . \sprintf(_MD_KARMA_REQUIREMENT, $user_karma, $this->getVar('post_karma')) . '</div>';
                Severity: Major
                Found in extras/newbb_5x/irmtfan/class/Post.php - About 40 mins to fix

                  Function checkIdentity has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');
                  Severity: Minor
                  Found in extras/newbb_5x/irmtfan/class/Post.php - About 35 mins to fix

                  Cognitive Complexity

                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                  A method's cognitive complexity is based on a few simple rules:

                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                  • Code is considered more complex for each "break in the linear flow of the code"
                  • Code is considered more complex when "flow breaking structures are nested"

                  Further reading

                  The method showPost() has 243 lines of code. Current threshold is set to 100. Avoid really long methods.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  The method showPost() has an NPath complexity of 79781760. The configured NPath complexity threshold is 200.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  NPathComplexity

                  Since: 0.1

                  The NPath complexity of a method is the number of acyclic execution paths through that method. A threshold of 200 is generally considered the point where measures should be taken to reduce complexity.

                  Example

                  class Foo {
                      function bar() {
                          // lots of complicated code
                      }
                  }

                  Source https://phpmd.org/rules/codesize.html#npathcomplexity

                  The method setPostEdit() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CyclomaticComplexity

                  Since: 0.1

                  Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                  Example

                  // Cyclomatic Complexity = 11
                  class Foo {
                  1   public function example() {
                  2       if ($a == $b) {
                  3           if ($a1 == $b1) {
                                  fiddle();
                  4           } elseif ($a2 == $b2) {
                                  fiddle();
                              } else {
                                  fiddle();
                              }
                  5       } elseif ($c == $d) {
                  6           while ($c == $d) {
                                  fiddle();
                              }
                  7        } elseif ($e == $f) {
                  8           for ($n = 0; $n < $h; $n++) {
                                  fiddle();
                              }
                          } else {
                              switch ($z) {
                  9               case 1:
                                      fiddle();
                                      break;
                  10              case 2:
                                      fiddle();
                                      break;
                  11              case 3:
                                      fiddle();
                                      break;
                                  default:
                                      fiddle();
                                      break;
                              }
                          }
                      }
                  }

                  Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                  The method displayAttachment() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CyclomaticComplexity

                  Since: 0.1

                  Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                  Example

                  // Cyclomatic Complexity = 11
                  class Foo {
                  1   public function example() {
                  2       if ($a == $b) {
                  3           if ($a1 == $b1) {
                                  fiddle();
                  4           } elseif ($a2 == $b2) {
                                  fiddle();
                              } else {
                                  fiddle();
                              }
                  5       } elseif ($c == $d) {
                  6           while ($c == $d) {
                                  fiddle();
                              }
                  7        } elseif ($e == $f) {
                  8           for ($n = 0; $n < $h; $n++) {
                                  fiddle();
                              }
                          } else {
                              switch ($z) {
                  9               case 1:
                                      fiddle();
                                      break;
                  10              case 2:
                                      fiddle();
                                      break;
                  11              case 3:
                                      fiddle();
                                      break;
                                  default:
                                      fiddle();
                                      break;
                              }
                          }
                      }
                  }

                  Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                  The method getPostBody() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CyclomaticComplexity

                  Since: 0.1

                  Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                  Example

                  // Cyclomatic Complexity = 11
                  class Foo {
                  1   public function example() {
                  2       if ($a == $b) {
                  3           if ($a1 == $b1) {
                                  fiddle();
                  4           } elseif ($a2 == $b2) {
                                  fiddle();
                              } else {
                                  fiddle();
                              }
                  5       } elseif ($c == $d) {
                  6           while ($c == $d) {
                                  fiddle();
                              }
                  7        } elseif ($e == $f) {
                  8           for ($n = 0; $n < $h; $n++) {
                                  fiddle();
                              }
                          } else {
                              switch ($z) {
                  9               case 1:
                                      fiddle();
                                      break;
                  10              case 2:
                                      fiddle();
                                      break;
                  11              case 3:
                                      fiddle();
                                      break;
                                  default:
                                      fiddle();
                                      break;
                              }
                          }
                      }
                  }

                  Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                  The method displayPostEdit() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CyclomaticComplexity

                  Since: 0.1

                  Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                  Example

                  // Cyclomatic Complexity = 11
                  class Foo {
                  1   public function example() {
                  2       if ($a == $b) {
                  3           if ($a1 == $b1) {
                                  fiddle();
                  4           } elseif ($a2 == $b2) {
                                  fiddle();
                              } else {
                                  fiddle();
                              }
                  5       } elseif ($c == $d) {
                  6           while ($c == $d) {
                                  fiddle();
                              }
                  7        } elseif ($e == $f) {
                  8           for ($n = 0; $n < $h; $n++) {
                                  fiddle();
                              }
                          } else {
                              switch ($z) {
                  9               case 1:
                                      fiddle();
                                      break;
                  10              case 2:
                                      fiddle();
                                      break;
                  11              case 3:
                                      fiddle();
                                      break;
                                  default:
                                      fiddle();
                                      break;
                              }
                          }
                      }
                  }

                  Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                  The method showPost() has a Cyclomatic Complexity of 42. The configured cyclomatic complexity threshold is 10.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CyclomaticComplexity

                  Since: 0.1

                  Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                  Example

                  // Cyclomatic Complexity = 11
                  class Foo {
                  1   public function example() {
                  2       if ($a == $b) {
                  3           if ($a1 == $b1) {
                                  fiddle();
                  4           } elseif ($a2 == $b2) {
                                  fiddle();
                              } else {
                                  fiddle();
                              }
                  5       } elseif ($c == $d) {
                  6           while ($c == $d) {
                                  fiddle();
                              }
                  7        } elseif ($e == $f) {
                  8           for ($n = 0; $n < $h; $n++) {
                                  fiddle();
                              }
                          } else {
                              switch ($z) {
                  9               case 1:
                                      fiddle();
                                      break;
                  10              case 2:
                                      fiddle();
                                      break;
                  11              case 3:
                                      fiddle();
                                      break;
                                  default:
                                      fiddle();
                                      break;
                              }
                          }
                      }
                  }

                  Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                  Avoid using undefined variables such as '$viewtopic_users' which will lead to PHP notices.
                  Open

                                    && (!$uid || !isset($viewtopic_users[$uid]))) {

                  UndefinedVariable

                  Since: 2.8.0

                  Detects when a variable is used that has not been defined before.

                  Example

                  class Foo
                  {
                      private function bar()
                      {
                          // $message is undefined
                          echo $message;
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#undefinedvariable

                  Avoid using undefined variables such as '$eachposter' which will lead to PHP notices.
                  Open

                          unset($thread_buttons, $mod_buttons, $eachposter);

                  UndefinedVariable

                  Since: 2.8.0

                  Detects when a variable is used that has not been defined before.

                  Example

                  class Foo
                  {
                      private function bar()
                      {
                          // $message is undefined
                          echo $message;
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#undefinedvariable

                  Remove error control operator '@' on line 163.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  ErrorControlOperator

                  Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

                  Example

                  function foo($filePath) {
                      $file = @fopen($filPath); // hides exceptions
                      $key = @$array[$notExistingKey]; // assigns null to $key
                  }

                  Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

                  Remove error control operator '@' on line 103.
                  Open

                      public function getAttachment()
                      {
                          if (\count($this->attachment_array)) {
                              return $this->attachment_array;
                          }

                  ErrorControlOperator

                  Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

                  Example

                  function foo($filePath) {
                      $file = @fopen($filPath); // hides exceptions
                      $key = @$array[$notExistingKey]; // assigns null to $key
                  }

                  Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

                  Remove error control operator '@' on line 164.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  ErrorControlOperator

                  Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

                  Example

                  function foo($filePath) {
                      $file = @fopen($filPath); // hides exceptions
                      $key = @$array[$notExistingKey]; // assigns null to $key
                  }

                  Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

                  The method displayAttachment has a boolean flag argument $asSource, which is a certain sign of a Single Responsibility Principle violation.
                  Open

                      public function displayAttachment($asSource = false)

                  BooleanArgumentFlag

                  Since: 1.4.0

                  A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

                  Example

                  class Foo {
                      public function bar($flag = true) {
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#booleanargumentflag

                  Remove error control operator '@' on line 232.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  ErrorControlOperator

                  Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

                  Example

                  function foo($filePath) {
                      $file = @fopen($filPath); // hides exceptions
                      $key = @$array[$notExistingKey]; // assigns null to $key
                  }

                  Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

                  Remove error control operator '@' on line 685.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  ErrorControlOperator

                  Error suppression should be avoided if possible as it doesn't just suppress the error, that you are trying to stop, but will also suppress errors that you didn't predict would ever occur. Consider changing error_reporting() level and/or setting up your own error handler.

                  Example

                  function foo($filePath) {
                      $file = @fopen($filPath); // hides exceptions
                      $key = @$array[$notExistingKey]; // assigns null to $key
                  }

                  Source http://phpmd.org/rules/cleancode.html#errorcontroloperator

                  The method getAttachment uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $this->attachment_array = @\unserialize(\base64_decode($attachment, true));
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  Avoid assigning values to variables in if clauses and the like (line '134', column '14').
                  Open

                      public function saveAttachment()
                      {
                          $attachment_save = '';
                          if ($this->attachment_array && \is_array($this->attachment_array)) {
                              $attachment_save = \base64_encode(\serialize($this->attachment_array));

                  IfStatementAssignment

                  Since: 2.7.0

                  Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($foo = 'bar') { // possible typo
                              // ...
                          }
                          if ($baz = 0) { // always false
                              // ...
                          }
                      }
                  }

                  Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                  The method setPostEdit uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                              } else {
                                  $edit_user = $GLOBALS['xoopsUser']->getVar('uname');
                              }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method getPostBody uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $post['text'] = $post_text . '<br>' . $this->displayAttachment();
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method displayAttachment uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                                  } else {
                                      if (empty($GLOBALS['xoopsModuleConfig']['show_userattach'])) {
                                          $post_attachment .= "<a href='"
                                                              . $GLOBALS['xoops']->url('/modules/' . $GLOBALS['xoopsModule']->getVar('dirname', 'n') . "/dl_attachment.php?attachid={$key}&amp;post_id=" . $this->getVar('post_id'))
                                                              . "'> <img src='{$icon_filetype}' alt='{$filetype}'> {$att['name_display']}</a> "

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method displayAttachment uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                                  } else {
                                      $icon_filetype = $GLOBALS['xoops']->url("{$mime_path}/unknown.gif");
                                  }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method displayAttachment uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                                      } else {
                                          $post_attachment .= _MD_NEWBB_SEENOTGUEST;
                                      }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method checkIdentity uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $uid = 0;
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  Avoid using static access to class '\XoopsUserUtility' in method 'checkIdentity'.
                  Open

                                  $user_ip = \XoopsUserUtility::getIP();

                  StaticAccess

                  Since: 1.4.0

                  Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                  Example

                  class Foo
                  {
                      public function bar()
                      {
                          Bar::baz();
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#staticaccess

                  The method getPostBody uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $post['author'] = $this->getVar('poster_name') ?: $GLOBALS['xoopsConfig']['anonymous'];
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method getPostBody uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                              } else {
                                  $post['author'] = $eachposter->getVar('uname');
                              }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method showPost uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $post_no = $start + $post_NO;
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method showPost uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $mod_buttons['edit']['image'] = newbb_displayImage('p_edit', _EDIT);
                              $mod_buttons['edit']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/edit.php?{$page_query}");
                              $mod_buttons['edit']['name']  = _EDIT;
                  
                  

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method checkIdentity uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              static $user_ip;
                              if (!isset($user_ip)) {
                                  $user_ip = \XoopsUserUtility::getIP();
                              }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method showPost uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $name   = ($post_name = $this->getVar('poster_name')) ? $post_name : $name_anonymous;
                              $poster = [
                                  'poster_uid' => 0,
                                  'name'       => $name,

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  The method showPost uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $post_image = "<a name='{$post_id}'><img src='" . $GLOBALS['xoops']->url('images/icons/posticon.gif') . "' alt=''></a>";
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  Avoid using static access to class '\Xmf\Request' in method 'showPost'.
                  Open

                          if (!empty($_GET['keywords']) && Request::hasVar('keywords', 'GET')) {

                  StaticAccess

                  Since: 1.4.0

                  Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                  Example

                  class Foo
                  {
                      public function bar()
                      {
                          Bar::baz();
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#staticaccess

                  The method showPost uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                  Open

                          } else {
                              $post_text       = $this->getVar('post_text');
                              $post_attachment = $this->displayAttachment();
                          }

                  ElseExpression

                  Since: 1.4.0

                  An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                  Example

                  class Foo
                  {
                      public function bar($flag)
                      {
                          if ($flag) {
                              // one branch
                          } else {
                              // another branch
                          }
                      }
                  }

                  Source https://phpmd.org/rules/cleancode.html#elseexpression

                  Avoid unused private fields such as '$icon'.
                  Open

                      private $icon;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$post_karma'.
                  Open

                      private $post_karma;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$doxcode'.
                  Open

                      private $doxcode;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$uid'.
                  Open

                      private $uid;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$attachsig'.
                  Open

                      private $attachsig;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$poster_ip'.
                  Open

                      private $poster_ip;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$doimage'.
                  Open

                      private $doimage;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$post_id'.
                  Open

                      private $post_id;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$dosmiley'.
                  Open

                      private $dosmiley;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$pid'.
                  Open

                      private $pid;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$dobr'.
                  Open

                      private $dobr;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$post_text'.
                  Open

                      private $post_text;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$post_time'.
                  Open

                      private $post_time;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$post_edit'.
                  Open

                      private $post_edit;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused local variables such as '$result'.
                  Open

                          if (!$result = $GLOBALS['xoopsDB']->queryF($sql)) {

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused private fields such as '$topic_id'.
                  Open

                      private $topic_id;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$dohtml'.
                  Open

                      private $dohtml;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$approved'.
                  Open

                      private $approved;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$require_reply'.
                  Open

                      private $require_reply;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$forum_id'.
                  Open

                      private $forum_id;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$subject'.
                  Open

                      private $subject;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused local variables such as '$myts'.
                  Open

                          global $myts;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused private fields such as '$poster_name'.
                  Open

                      private $poster_name;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused private fields such as '$attachment'.
                  Open

                      private $attachment;

                  UnusedPrivateField

                  Since: 0.2

                  Detects when a private field is declared and/or assigned a value, but not used.

                  Example

                  class Something
                  {
                      private static $FOO = 2; // Unused
                      private $i = 5; // Unused
                      private $j = 6;
                      public function addOne()
                      {
                          return $this->j++;
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedprivatefield

                  Avoid unused parameters such as '$poster_name'.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')

                  UnusedFormalParameter

                  Since: 0.2

                  Avoid passing parameters to methods or constructors and then not using those parameters.

                  Example

                  class Foo
                  {
                      private function bar($howdy)
                      {
                          // $howdy is not used
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

                  Avoid unused local variables such as '$myts'.
                  Open

                          global $myts;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$isDisplayed'.
                  Open

                                      $isDisplayed     = true;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused parameters such as '$asSource'.
                  Open

                      public function displayAttachment($asSource = false)

                  UnusedFormalParameter

                  Since: 0.2

                  Avoid passing parameters to methods or constructors and then not using those parameters.

                  Example

                  class Foo
                  {
                      private function bar($howdy)
                      {
                          // $howdy is not used
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

                  Avoid unused local variables such as '$viewtopic_users'.
                  Open

                                    && (!$uid || !isset($viewtopic_users[$uid]))) {

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$viewmode'.
                  Open

                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$myts'.
                  Open

                          global $myts;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$eachposter'.
                  Open

                          unset($thread_buttons, $mod_buttons, $eachposter);

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$forumUrl'.
                  Open

                          global $forumUrl, $forumImage;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$online'.
                  Open

                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$forumImage'.
                  Open

                          global $forumUrl, $forumImage;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  Avoid unused local variables such as '$forum_obj'.
                  Open

                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  UnusedLocalVariable

                  Since: 0.2

                  Detects when a local variable is declared and/or assigned, but not used.

                  Example

                  class Foo {
                      public function doSomething()
                      {
                          $i = 5; // Unused
                      }
                  }

                  Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

                  TODO found
                  Open

                       * TODO: refactor

                  TODO found
                  Open

                      // TODO: cleaning up and merge with post hanldings in viewpost.php

                  TODO found
                  Open

                      // attachment functions    TODO: there should be a file/attachment management class

                  Similar blocks of code found in 2 locations. Consider refactoring.
                  Open

                              if ($topicHandler->getPermission($forum_id, $topic_status, 'edit')) {
                                  $edit_ok = ($isadmin || ($this->checkIdentity() && $this->checkTimelimit('edit_timelimit')));
                                  if ($edit_ok) {
                                      $thread_buttons['edit']['image'] = newbb_displayImage('p_edit', _EDIT);
                                      $thread_buttons['edit']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/edit.php?{$page_query}");
                  Severity: Major
                  Found in extras/newbb_5x/irmtfan/class/Post.php and 1 other location - About 7 hrs to fix
                  extras/newbb_5x/irmtfan/class/Post.php on lines 571..582

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 230.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

                  Similar blocks of code found in 2 locations. Consider refactoring.
                  Open

                              if ($topicHandler->getPermission($forum_id, $topic_status, 'delete')) {
                                  $delete_ok = ($isadmin || ($this->checkIdentity() && $this->checkTimelimit('delete_timelimit')));
                  
                                  if ($delete_ok) {
                                      $thread_buttons['delete']['image'] = newbb_displayImage('p_delete', _DELETE);
                  Severity: Major
                  Found in extras/newbb_5x/irmtfan/class/Post.php and 1 other location - About 7 hrs to fix
                  extras/newbb_5x/irmtfan/class/Post.php on lines 559..569

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 230.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

                  The property $post_time is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $forum_id is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $require_reply is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The parameter $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The property $post_id is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $post_text is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $post_edit is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $topic_id is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The parameter $attach_key is not named in camelCase.
                  Open

                      public function incrementDownload($attach_key)
                      {
                          if (!$attach_key) {
                              return false;
                          }

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The property $post_karma is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $attachment_array is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $poster_ip is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The property $poster_name is not named in camelCase.
                  Open

                  class Post extends \XoopsObject
                  {
                      private $post_id;
                      private $topic_id;
                      private $forum_id;

                  CamelCasePropertyName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name attributes.

                  Example

                  class ClassName {
                      protected $property_name;
                  }

                  Source

                  The parameter $name_saved is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The parameter $num_download is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The parameter $post_editmsg is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The parameter $poster_name is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The parameter $name_display is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  The parameter $action_tag is not named in camelCase.
                  Open

                      public function checkTimelimit($action_tag = 'edit_timelimit')
                      {
                          $newbb_config = newbb_load_config();
                          if (empty($newbb_config['edit_timelimit'])) {
                              return true;

                  CamelCaseParameterName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name parameters.

                  Example

                  class ClassName {
                      public function doSomething($user_name) {
                      }
                  }

                  Source

                  A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 30 and the first side effect is on line 24.
                  Open

                  <?php declare(strict_types=1);

                  Line exceeds 120 characters; contains 212 characters
                  Open

                          $post_text          = &newbb_displayTarea($this->vars['post_text']['value'], $this->getVar('dohtml'), $this->getVar('dosmiley'), $this->getVar('doxcode'), $this->getVar('doimage'), $this->getVar('dobr'));

                  Line exceeds 120 characters; contains 129 characters
                  Open

                                  @\unlink(XOOPS_ROOT_PATH . '/' . $GLOBALS['xoopsModuleConfig']['dir_attachments'] . '/' . $attach['name_saved']);

                  Line exceeds 120 characters; contains 159 characters
                  Open

                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile

                  Line exceeds 120 characters; contains 133 characters
                  Open

                              $post_image = "<a name='{$post_id}'><img src='" . $GLOBALS['xoops']->url("images/subject/{$posticon}") . "' alt=''></a>";

                  Line exceeds 120 characters; contains 196 characters
                  Open

                              $thread_buttons['bann']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/moderate.php?forum={$forum_id}&amp;fuid=" . $this->getVar('uid'));

                  Line exceeds 120 characters; contains 142 characters
                  Open

                                  $file_size = @\filesize($GLOBALS['xoops']->path($GLOBALS['xoopsModuleConfig']['dir_attachments'] . '/' . $att['name_saved']));

                  Line exceeds 120 characters; contains 140 characters
                  Open

                              $post_text       = "<div class='karma'>" . \sprintf(_MD_KARMA_REQUIREMENT, $user_karma, $this->getVar('post_karma')) . '</div>';

                  Line exceeds 120 characters; contains 190 characters
                  Open

                          $sql = 'UPDATE ' . $GLOBALS['xoopsDB']->prefix('bb_posts') . ' SET attachment=' . $GLOBALS['xoopsDB']->quoteString($attachment_save) . ' WHERE post_id = ' . $this->getVar('post_id');

                  Line exceeds 120 characters; contains 125 characters
                  Open

                                                              . "'> <img src='{$icon_filetype}' alt='{$filetype}'> {$att['name_display']}</a> "

                  Line exceeds 120 characters; contains 137 characters
                  Open

                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);

                  Line exceeds 120 characters; contains 144 characters
                  Open

                              require_once $GLOBALS['xoops']->path('modules/' . $GLOBALS['xoopsModule']->getVar('dirname', 'n') . '/include/functions.image.php');

                  Line exceeds 120 characters; contains 193 characters
                  Open

                                      $post_attachment .= '<br><img src="' . $icon_filetype . '" alt="' . $filetype . '"><strong>&nbsp; ' . $att['name_display'] . '</strong> <small>(' . $file_size . ')</small>';

                  Line exceeds 120 characters; contains 210 characters
                  Open

                                                              . $GLOBALS['xoops']->url('/modules/' . $GLOBALS['xoopsModule']->getVar('dirname', 'n') . "/dl_attachment.php?attachid={$key}&amp;post_id=" . $this->getVar('post_id'))

                  Line exceeds 120 characters; contains 196 characters
                  Open

                              $mod_buttons['bann']['link']     = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/moderate.php?forum={$forum_id}&amp;fuid=" . $this->getVar('uid'));

                  Line exceeds 120 characters; contains 154 characters
                  Open

                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  Line exceeds 120 characters; contains 210 characters
                  Open

                                                              . $GLOBALS['xoops']->url('/modules/' . $GLOBALS['xoopsModule']->getVar('dirname', 'n') . "/dl_attachment.php?attachid={$key}&amp;post_id=" . $this->getVar('post_id'))

                  Line exceeds 120 characters; contains 132 characters
                  Open

                              $post_image = "<a name='{$post_id}'><img src='" . $GLOBALS['xoops']->url('images/icons/posticon.gif') . "' alt=''></a>";

                  Line exceeds 120 characters; contains 128 characters
                  Open

                                  $post_edit .= _MD_EDITEDBY . ' ' . $edit_user . ' ' . _MD_ON . ' ' . newbb_formatTimestamp($edit_time) . '<br>';

                  Line exceeds 120 characters; contains 163 characters
                  Open

                                      $thread_buttons['edit']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/edit.php?{$page_query}");

                  Line exceeds 120 characters; contains 161 characters
                  Open

                          $post_edit['edit_user'] = $edit_user; // The proper way is to store uid instead of name. However, to save queries when displaying, the current way is ok.

                  Line exceeds 120 characters; contains 163 characters
                  Open

                                      $mod_buttons['edit']['link']     = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/edit.php?{$page_query}");

                  Line exceeds 120 characters; contains 167 characters
                  Open

                                      $thread_buttons['delete']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/delete.php?{$page_query}");

                  Line exceeds 120 characters; contains 123 characters
                  Open

                                                    && $GLOBALS['xoopsModuleConfig']['show_ip']) ? \long2ip($this->getVar('poster_ip')) : '',

                  Line exceeds 120 characters; contains 152 characters
                  Open

                              $thread_action['print']['link']   = $GLOBALS['xoops']->url("modules/newbb/print.php?form=2&amp;forum={$forum_id}&amp;topic_id={$topic_id}");

                  Line exceeds 120 characters; contains 177 characters
                  Open

                              'post_permalink'  => "<a href='" . $GLOBALS['xoops']->url('/modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/viewtopic.php?post_id={$post_id}") . "'></a>",

                  Line exceeds 120 characters; contains 153 characters
                  Open

                              $thread_action['social_linkedin']['link']   = "https://www.linkedin.com/shareArticle?mini=true&amp;title={$full_title}&amp;url={$full_link}";

                  Line exceeds 120 characters; contains 125 characters
                  Open

                              $thread_action['social_reddit']['link']   = "https://reddit.com/submit?title={$full_title}&amp;url={$full_link}";

                  Line exceeds 120 characters; contains 159 characters
                  Open

                              $thread_buttons['report']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/report.php?{$page_query}");

                  Line exceeds 120 characters; contains 121 characters
                  Open

                              $thread_action['pdf']['link']   = $GLOBALS['xoops']->url('modules/newbb/makepdf.php?type=post&amp;pageid=0');

                  Line exceeds 120 characters; contains 126 characters
                  Open

                              $thread_action['social_wong']['link']   = "https://www.mister-wong.de/index.php?action=addurl&bm_url=$full_link}";

                  Line exceeds 120 characters; contains 176 characters
                  Open

                                  $thread_buttons['quote']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/reply.php?{$page_query}&amp;quotedac=1");

                  Line exceeds 120 characters; contains 157 characters
                  Open

                              $thread_buttons['reply']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/reply.php?{$page_query}");

                  Line exceeds 120 characters; contains 126 characters
                  Open

                              $thread_action['social_twitter']['link']   = "https://twitter.com/share?text={$clean_title}&amp;url={$full_link}";

                  Line exceeds 120 characters; contains 127 characters
                  Open

                              $thread_action['social_delicious']['link']   = "https://del.icio.us/post?title={$full_title}&amp;url={$full_link}";

                  Line exceeds 120 characters; contains 167 characters
                  Open

                                      $mod_buttons['delete']['link']     = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/delete.php?{$page_query}");

                  Line exceeds 120 characters; contains 161 characters
                  Open

                                  $thread_buttons['reply']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/reply.php?{$page_query}");

                  Line exceeds 120 characters; contains 152 characters
                  Open

                              $mod_buttons['edit']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/edit.php?{$page_query}");

                  Line exceeds 120 characters; contains 156 characters
                  Open

                              $mod_buttons['delete']['link']  = $GLOBALS['xoops']->url('modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . "/delete.php?{$page_query}");

                  Line exceeds 120 characters; contains 133 characters
                  Open

                              $thread_action['social_digg']['link']   = "https://digg.com/submit?phase=2&amp;title={$full_title}&amp;url={$full_link}";

                  The variable $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function saveAttachment()
                      {
                          $attachment_save = '';
                          if ($this->attachment_array && \is_array($this->attachment_array)) {
                              $attachment_save = \base64_encode(\serialize($this->attachment_array));

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function saveAttachment()
                      {
                          $attachment_save = '';
                          if ($this->attachment_array && \is_array($this->attachment_array)) {
                              $attachment_save = \base64_encode(\serialize($this->attachment_array));

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_old is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_old is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_old is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function saveAttachment()
                      {
                          $attachment_save = '';
                          if ($this->attachment_array && \is_array($this->attachment_array)) {
                              $attachment_save = \base64_encode(\serialize($this->attachment_array));

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function saveAttachment()
                      {
                          $attachment_save = '';
                          if ($this->attachment_array && \is_array($this->attachment_array)) {
                              $attachment_save = \base64_encode(\serialize($this->attachment_array));

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_key is not named in camelCase.
                  Open

                      public function incrementDownload($attach_key)
                      {
                          if (!$attach_key) {
                              return false;
                          }

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_key is not named in camelCase.
                  Open

                      public function incrementDownload($attach_key)
                      {
                          if (!$attach_key) {
                              return false;
                          }

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_key is not named in camelCase.
                  Open

                      public function incrementDownload($attach_key)
                      {
                          if (!$attach_key) {
                              return false;
                          }

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_old is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_old is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $icon_filetype is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_saved is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_saved is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_user is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_display is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $num_download is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_size is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_msg is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_karma is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $num_download is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_msg is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $icon_filetype is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_msg is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_extension is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_extension is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_size is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_karma is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_saved is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_size is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_size is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function setAttachment($name_saved = '', $name_display = '', $mimetype = '', $num_download = 0)
                      {
                          static $counter = 0;
                          $this->attachment_array = $this->getAttachment();
                          if ($name_saved) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $viewtopic_users is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mime_path is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_user is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_time is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_karma is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attach_array is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $icon_filetype is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_size is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $attachment_save is not named in camelCase.
                  Open

                      public function deleteAttachment($attach_array = null)
                      {
                          $attach_old = $this->getAttachment();
                          if (!\is_array($attach_old) || \count($attach_old) < 1) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $image_extensions is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_size is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $image_extensions is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mime_path is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $icon_filetype is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_time is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_user is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mime_path is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $file_extension is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $icon_filetype is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_user is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_editmsg is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function &getPostBody()
                      {
                          global $myts;
                          $GLOBALS['xoopsModuleConfig'] = newbb_load_config(); // irmtfan  load all newbb configs - newbb config in blocks activated in some modules like profile
                          //        mod_loadFunctions('user', 'newbb');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mime_path is not named in camelCase.
                  Open

                      public function displayAttachment($asSource = false)
                      {
                          $post_attachment = '';
                          $attachments     = $this->getAttachment();
                          if ($attachments && \is_array($attachments)) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edit is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_user is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function setPostEdit($poster_name = '', $post_editmsg = '')
                      {
                          if ($this->getVar('approved') < 1
                              || empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])
                              || (\time() - $this->getVar('post_time')) < $GLOBALS['xoopsModuleConfig']['recordedit_timelimit'] * 60) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_edits is not named in camelCase.
                  Open

                      public function displayPostEdit()
                      {
                          global $myts;
                  
                          if (empty($GLOBALS['xoopsModuleConfig']['recordedit_timelimit'])) {

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_NO is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $viewtopic_users is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_no is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_image is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $query_vars is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_NO is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_name is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $newbb_config is not named in camelCase.
                  Open

                      public function checkTimelimit($action_tag = 'edit_timelimit')
                      {
                          $newbb_config = newbb_load_config();
                          if (empty($newbb_config['edit_timelimit'])) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_anonymous is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $query_array is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_NO is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_image is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_ok is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $total_posts is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $viewtopic_users is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $query_array is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_name is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $newbb_config is not named in camelCase.
                  Open

                      public function checkTimelimit($action_tag = 'edit_timelimit')
                      {
                          $newbb_config = newbb_load_config();
                          if (empty($newbb_config['edit_timelimit'])) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_ok is not named in camelCase.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_karma is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_obj is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $delete_ok is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_ip is not named in camelCase.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_karma is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_karma is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $delete_ok is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_ok is not named in camelCase.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_ip is not named in camelCase.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_ok is not named in camelCase.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_anonymous is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $query_array is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_no is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $viewtopic_users is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $action_tag is not named in camelCase.
                  Open

                      public function checkTimelimit($action_tag = 'edit_timelimit')
                      {
                          $newbb_config = newbb_load_config();
                          if (empty($newbb_config['edit_timelimit'])) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $user_ip is not named in camelCase.
                  Open

                      public function checkIdentity($uid = -1)
                      {
                          //        $uid = ($uid > -1) ? $uid : (($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getVar('uid') : 0);
                          if ($uid < 0 && $GLOBALS['xoopsUser'] instanceof \XoopsUser) {
                              $uid = $GLOBALS['xoopsUser']->getVar('uid');

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $viewtopic_posters is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_obj is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $name_anonymous is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $edit_ok is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $total_posts is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_text is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $query_array is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_no is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $newbb_config is not named in camelCase.
                  Open

                      public function checkTimelimit($action_tag = 'edit_timelimit')
                      {
                          $newbb_config = newbb_load_config();
                          if (empty($newbb_config['edit_timelimit'])) {
                              return true;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $viewtopic_posters is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_image is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_obj is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $query_vars is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $clean_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $topic_status is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_attachment is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $clean_title is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $full_link is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $post_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $mod_buttons is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $page_query is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $forum_id is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  The variable $thread_action is not named in camelCase.
                  Open

                      public function showPost($isadmin)
                      {
                          global $myts;
                          global $forumUrl, $forumImage;
                          global $viewtopic_users, $viewtopic_posters, $forum_obj, $topic_obj, $online, $user_karma, $viewmode, $order, $start, $total_posts, $topic_status;

                  CamelCaseVariableName

                  Since: 0.2

                  It is considered best practice to use the camelCase notation to name variables.

                  Example

                  class ClassName {
                      public function doSomething() {
                          $data_module = new DataModule();
                      }
                  }

                  Source

                  There are no issues that match your filters.

                  Category
                  Status