Skip to content

Instantly share code, notes, and snippets.

View piotr-galas's full-sized avatar
😀

Piotr piotr-galas

😀
View GitHub Profile
@piotr-galas
piotr-galas / payment.php
Last active October 6, 2015 07:22
wery bad code _postPayment
<?php
public function _postPayment( $data ) {
$app =JFactory::getApplication();
$html = "";
$get = $app->input->get->get('status', false);
if ( (bool) $get ) {
@piotr-galas
piotr-galas / XmlSpliter.php
Created September 1, 2015 13:24
split xml to smaller one
<?php
class Lmnts_AdsImporter_Model_XmlSpliter
{
const ITEM_NUMBER = 6;
private $xmls = array();
public function splitAllFiles()
{