PHP Classes

File: tests/running_sakila.md

Recommend this page to a friend!
  Classes of Jorge Castro   PDO One ORM   tests/running_sakila.md   Download  
File: tests/running_sakila.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PDO One ORM
Access SQL database tables as object using PDO
Author: By
Last change:
Date: 1 year ago
Size: 641 bytes
 

Contents

Class file image Download

to runs sakila, first you must download and install the database (the lite version) using:

  • schema: sakila_lite
  • user: root
  • password: abc.123

If you want to change those data, you can edit the configuration sakila2021.config.php

https://github.com/escuelainformatica/Sakila-Database-2021

then you must run (cli) this operator

php ../lib/pdoonecli generate --loadconfig .\sakila2021

Inside the GUI, you can scan for changes (scan)

And you can create the PHP repository classes.

Finally, you can save the configuration and exit the program.

And you can run the test

PdoOne_mysql_sakila2021_Test.php