Skip to content
Snippets Groups Projects
Commit 2342de88 authored by Eborio's avatar Eborio
Browse files

Correccion del texto

parent 983830a0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ class Home extends CI_Controller
public function __construct()
{
parent::__construct();
// Cargar un modelo de manera basica
$this->load->model('Articulos_model');
 
Loading
Loading
@@ -27,7 +27,7 @@ class Home extends CI_Controller
 
/**
* Muestra la vista principal con el listado de articulos
*
*
* @return view Vista principal
*/
public function index()
Loading
Loading
@@ -45,4 +45,4 @@ class Home extends CI_Controller
}
 
/* End of file home.php */
/* Location: ./application/controllers/home.php */
\ No newline at end of file
/* Location: ./application/controllers/home.php */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment