Diff
Index: gettotal.md
--- gettotal.md (nonexistent)
+++ gettotal.md (revision 4)
@@ -0,0 +1,25 @@
+
+# Providers::getTotal
+
+### Usage
+
+> int Providers::getTotal([ string $search_term = '' ])
+
+### Description
+
+> Get total rows in data set - used for pagination.
+
+### Parameters
+
+Parameter | Required | Type | Description
+------------- |------------- |------------- |-------------
+search_term | No | string |
+
+### Return
+> int
+### See Also
+
+* formatRow()
+* getRows()
+
+
Full Code
Providers::getTotal
Usage
int Providers::getTotal([ string $search_term = '' ])
Description
Get total rows in data set - used for pagination.
Parameters
| Parameter |
Required |
Type |
Description |
| search_term |
No |
string |
|
Return
int
See Also