LSCare
11-17-2011, 03:40 PM
$this->current_page = 1;
$this->items_per_page = (!empty($_GET['ipp'])) ? $_GET['ipp']:$this->default_ipp;
Hello,
Does anyone know a name for this style of shorthand code. E.g. the use of the arrows -> and the shorthand IF.
Also does anyone know of any good references or tutorials for using this shorthand.
$this->items_per_page = (!empty($_GET['ipp'])) ? $_GET['ipp']:$this->default_ipp;
Hello,
Does anyone know a name for this style of shorthand code. E.g. the use of the arrows -> and the shorthand IF.
Also does anyone know of any good references or tutorials for using this shorthand.