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 
        
        
            3546 
        
                    posted 12 years ago by pruntrut
            when someone trying to or two conditions using active record database library in codeigniter
        
        
        
            0 
        
        
            1298 
        
                    posted 13 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 
        
        
            1195 
        
                    posted 13 years ago by pruntrut