PHP Web Developer
Web Development Information [PHP, DRUPAL, MYSQL, MAGENTO, JQUERY, JAVASCRIPT, CSS, HTML5]
Showing posts with label
Row count
.
Show all posts
Showing posts with label
Row count
.
Show all posts
Thursday, December 26, 2013
Get rows count in Drupal 7
<?php
$query = db_select('table1')->fields('users')->execute();
$count = $query->rowCount();
?>
Older Posts
Home
Subscribe to:
Posts (Atom)