Login or Signin on https://github.com/
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 | |
/** | |
* Editar el siguiente controlador para que siga el un flujo ACID usando | |
* transactions. | |
* | |
* Puedes crear una transacción usando. | |
* | |
* ```php | |
* use yii\db\Transaction; | |
* |
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
#!/bin/bash | |
# Install Dependencies | |
apt-get install --reinstall make; | |
apt-get update; | |
apt-get install --yes \ | |
git \ |