Skip to content

Instantly share code, notes, and snippets.

View paulohp's full-sized avatar
🐴
hacking listening to sertanejo.

Paulo Pires paulohp

🐴
hacking listening to sertanejo.
  • @national-nederlanden
  • Den Haag, NL
View GitHub Profile
@paulohp
paulohp / RemittencesController.php
Last active October 11, 2015 05:57
upload a txt and save the data in the db
<?php
/*
* Autor : Hermiro Manoel da Silva Carvalho / Paulo Henrique
* Descrição: Controller responsável pela lógica da captação das linhas do arquivo e
* salvamento dentro da tabela Remittences
* Model: Remittences
*/
App::uses('File', 'Utility');
class RemittencesController extends AppController {