diff options
| author | 2012-10-25 15:42:06 +0200 | |
|---|---|---|
| committer | 2012-10-25 15:42:06 +0200 | |
| commit | d21c1bb13875189ab25f7bce4f05cc3fedaa4904 (patch) | |
| tree | 43bc5ca4c728756ac2fa7ede42b50885ae171300 /app/models/Category.php | |
| parent | e5767a7fae6e1463727987e09f1c592a8a86577b (diff) | |
correction marquage des articles en js
Diffstat (limited to 'app/models/Category.php')
| -rwxr-xr-x | app/models/Category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/Category.php b/app/models/Category.php index 1713f615c..6e2847b51 100755 --- a/app/models/Category.php +++ b/app/models/Category.php @@ -109,7 +109,7 @@ class CategoryDAO extends Model_pdo { } public function listCategories () { - $sql = 'SELECT * FROM category'; + $sql = 'SELECT * FROM category ORDER BY name'; $stm = $this->bd->prepare ($sql); $stm->execute (); |
