CakePHP Example for Retrieveng This Week Records

<?php
$params['conditions'] = array('Post.created  >= DATE_SUB(CURDATE(), INTERVAL 7 DAY)');
$params['order'] = 'Post.created DESC';
$posts = $this->Post->find('all', $params);
Processing your request, Please wait....

No Responses to “CakePHP Example for Retrieveng This Week Records”

Comments (Your Comments)

Leave a Reply

You must be logged in to post a comment.