imagecms/ImageCMS

View on GitHub
application/modules/sample_module/sample_module.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _install has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function _install() {
        /** Подключаем класс Database Forge содержащий функции,
         *  которые помогут вам управлять базой данных.
         *  http://ellislab.com/codeigniter/user-guide/database/forge.html */
        $this->load->dbforge();
Severity: Minor
Found in application/modules/sample_module/sample_module.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status