Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created June 5, 2012 16:26
Show Gist options
  • Save Javlopez/2876065 to your computer and use it in GitHub Desktop.
Save Javlopez/2876065 to your computer and use it in GitHub Desktop.
Params
<?php
class read {
public function get($_GET)
{
//proceso de lectura
$abc = $_GET;
}
}
$read = new Read();
$read->get($_GET); //Esto lanza un error, mm bueno no recuerdo si es warning o error.
//Nota es obvio que esta mal, pero en php 5.3 o - no lo marcaba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment