Profile
Achievement
You have not received any achievements.pruntrut's Recent Snippets
- All /
« Prev 1 Next »
MySQL
La fonction COALESCE de MySQL permet de renvoyer une valeur par défaut si la valeur null est renvoyée initialement.
Le fonction COALESCE de MySQL permet de renvoyer une valeur par défaut si la valeur null est renvoyée initialement.
0
1192
posted 11 years ago by pruntrut
when someone trying to or two conditions using active record database library in codeigniter
0
819
posted 12 years ago by pruntrut
The following shoud do it. pass the array, index is what element you want to sort on (in your case use 3). Then you can sort asc or desc, and weather you want to use natural sorting (the way a human would sort, 2 before 10) and lastly case sensitive...
0
786
posted 12 years ago by pruntrut