setDatos

<?php //@todo Funcion para agregar datos en CodeIgniter function setDatos($nombre, $usuario, $pwd) { $datos = array( 'nombre' =>$nombre, 'usuario' =>$usuario, 'pwd' =>$pwd ); $this->db->insert('tabla', $datos); } ?>
Funcion para agregar datos en CodeIgniter

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.