Hi All,
I'm having a bit of a dumb moment. I cannot get this function to work, so any help would be appreciated.
Thanks
I'm having a bit of a dumb moment. I cannot get this function to work, so any help would be appreciated.
Thanks
Code:
<?php $authorID = Zend_Auth::getInstance()-getIdentity()-author_id; $posts = new Application_Model_Posts(); $numPosts = $posts->getPostsByAuthor($authorID); ?> <div><?php echo $numPosts; ?> Posts</div>
Comment