Skip to content

Instantly share code, notes, and snippets.

View Faryshta's full-sized avatar

Angel Guevara Faryshta

View GitHub Profile
@Faryshta
Faryshta / CreditoController.php
Last active April 26, 2016 00:27
Tarea de Transacciones
<?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;
*
@Faryshta
Faryshta / instructions.md
Last active April 14, 2016 17:20
Yii2 Application Excercise
@Faryshta
Faryshta / ubuntu-php7-install.sh
Last active March 12, 2021 23:08
Ubuntu 14.04 PHP7 (Install from Source)
#!/bin/bash
# Install Dependencies
apt-get install --reinstall make;
apt-get update;
apt-get install --yes \
git \