PHP Web Developer
Web Development Information [PHP, DRUPAL, MYSQL, MAGENTO, JQUERY, JAVASCRIPT, CSS, HTML5]
Thursday, December 26, 2013
Get rows count in Drupal 7
<?php
$query = db_select('table1')->fields('users')->execute();
$count = $query->rowCount();
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment