20-2-Crear-una-instancia-DB

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 2. over 4 years by phillipo
  2. 1. over 4 years by phillipo
 

20.2. Crear una instancia de DB

El constructor de la clase db: db(string $host, string $user, string $password, string $database_name)

Ejemplo

  1. $db = new db("localhost", "pepe", "rock", "inventario");



Regresar al indice