This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class PaqueteDeTabaco | |
| { | |
| // Declaración de propiedades | |
| private $altura = 50; | |
| private $anchura = 20; | |
| // Declaración de métodos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| db.Usuario.insert({ | |
| id: '1', | |
| Nombre: elRey, | |
| Email: 'elRey@casareal.es', | |
| Password: 'da39a3ee5e6b4b0d3255bfef95601890afd80709' | |
| }); | |
| db.Usuario.find(); | |
| db.users.update( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSERT INTO Usuario (id, Nombre, Email, Password) VALUES ('1', 'elRey', 'elRey@casareal.es','da39a3ee5e6b4b0d3255bfef95601890afd80709'); | |
| SELECT * FROM Usuario; | |
| UPDATE Usuario SET Email = 'elRey_Reshulon@casareal.es' WHERE Nombre = 'elRey'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| Nombre: "elRey", | |
| Email: "elRey@casareal.es", | |
| Pass: "da39a3ee5e6b4b0d3255bfef95601890afd80709", | |
| Dispositivo: [ | |
| { | |
| Tipo:"Ordenador", | |
| Modelo:"Mac Aire", | |
| Series: [], | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MARICONA |
NewerOlder