Skip to content

Instantly share code, notes, and snippets.

@Shagshag
Created January 3, 2014 11:52
Show Gist options
  • Save Shagshag/8236725 to your computer and use it in GitHub Desktop.
Save Shagshag/8236725 to your computer and use it in GitHub Desktop.
<?php
/*
1. Source code lines are limited to 120 characters
2. 0 space expected after first parenthesis of function
3. Opening brace should be on a new line
Ça donne un truc illisible
*/
public function getCategories($id_lang = false,
$active = true,
$order = true,
$sql_filter = '',
$sql_sort = 'ORDER BY c.`level_depth` ASC, category_shop.`position` ASC',
$sql_limit = '')
{
// my stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment