Created
January 3, 2014 11:52
-
-
Save Shagshag/8236725 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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