Profile
Achievement
deschism's Recent Snippets
- All /
« Prev 1 Next »
creates something like list_49 with the 49 corresponding to id of record in database.
0
781
posted 15 years ago by deschism
count(*args)
Count operates using three different approaches.
Count all: By not passing any parameters to count, it will return a count of all the rows for the model.
Count using column: By passing a column name to count, it will return a count of...
1
822
posted 15 years ago by deschism