Some stuff happened with your database
Database connection
- database config: host: localhost, dbname: nguv03, username: nguv03
Database operations
- PlayersDB was instantiated
- A connection to the database was established
- Found table cv05_users
- Found table cv06_categories
- Found table cv06_order_items
- Found table cv06_orders
- Found table cv06_products
- Found table cv06_slides
- Found table cv06_users
- Found table cv08_goods
- Found table cv08_products
- Found table cv10_orders
- Found table cv10_products
- Found table cv10_users
- Found table cv11_products
- Found table cv11_users
- Found table cv12_users
- Found table cv13_users
- Found table todos
- database config: host: localhost, dbname: nguv03, username: nguv03
- You called PlayersDB C method create({"id":0,"name":"Maradona","age":76})
- You called PlayersDB C method create({"id":1,"name":"David Beckham","age":46})
- You called PlayersDB C method create({"id":2,"name":"Cristiano Ronaldo","age":36})
- You called PlayersDB C method create({"id":3,"name":"Ronaldinho","age":44})
- You called PlayersDB R method find([])
- You called PlayersDB R method find({"name":"Ronaldinho"})
- You called PlayersDB R method find({"age":44})
- You called PlayersDB U method save({"id":2}, {"name":"Ronaldoosiu"})
- You called PlayersDB D method delete({"id":2})
- You called PlayersDB D method delete({"name":"David Beckham"})
- TeamsDB was instantiated
- Reusing existing database connection
- database config: host: localhost, dbname: nguv03, username: nguv03
- You called TeamsDB C method create({"id":0,"name":"FC Real Madrid"})
- You called TeamsDB C method create({"id":1,"name":"FC Barcelona"})
- MatchesDB was instantiated
- Reusing existing database connection
- database config: host: localhost, dbname: nguv03, username: nguv03
- You called MatchesDB C method create({"id":1,"home":0,"guest":1,"venue":"Stantiago Bernabeu"})