cakephp COUNT items per month in a year

Posted by HyperCas on Stack Overflow See other posts from Stack Overflow or by HyperCas
Published on 2010-04-16T19:27:24Z Indexed on 2010/04/16 20:13 UTC
Read the original article Hit count: 176

Filed under:
|

How do you use cakephp to count, for example the number of posts, made every month in a year?

Preferably using Model->find('count') and get the data in an array.

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about mysql