PHP Classes

File: documentation/method/en/select_count.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/en/select_count.md   Download  
File: documentation/method/en/select_count.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 16 days ago
Size: 723 bytes
 

Contents

Class file image Download

Your contribution's needed!

Please update this page through GitHub using this standard format.

Reference

select_count($foo, $bar)

Parameter $foo[string]the detail related to the variable;* $bar[string]the detail related to the variable.*

 

Usage Sample

$this->select_count('foo', 'bar');

$this->select_count('baz', 'qux');

You can use this method in groups as below:

$this->select_count([
    'foo' => 'bar',
    'baz' => 'qux'
]);

 

Read Also