webcol/Calima

View on GitHub
mvc/modelos/instaladorModelo.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function crearTablas(){
        
        $this->_bd->consulta('CREATE TABLE IF NOT EXISTS `menu` (
  `id` int(5) NOT NULL,
  `menu` varchar(50) NOT NULL,
Severity: Minor
Found in mvc/modelos/instaladorModelo.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status