View Single Post
  #4 (permalink)  
Old 04-13-2008, 07:05 PM
lcf's Avatar
lcf lcf is offline
Junior Member
 
Join Date: Apr 2008
Location: Russian Federation
Posts: 6
Send a message via ICQ to lcf Send a message via Skype™ to lcf
Default

Quote:
Originally Posted by Michel View Post
Thx for helping me. I need to put this in the Model, right? Like this?

PHP Code:
public function NumberOfCustomers()
    {
        
$query $db->select()->from('customers', array('count'=>'COUNT(*)');
        
$howMany $db->fetchOne($query);
        return 
$howMany;
    } 
I get an error for this, saying an unexpected ';' is there. Every line needs a ;, I think.

Any ideas?
I don't know, really...
ahaha))
Reply With Quote