Re: date and rating system in CakePHP. How to proceed?
You can't see the original post? Weird. I will try to paste is again here:
"I am building a note application for fun and to learn CakePHP ( see screenshot below). There are two things I would like to do:
-- - I would like to group my notes by date (today, yesterday, 3 days ago, 1 week ago and 2 days, 3 months ago...) as seen in the screenshot. Is that easy to do? So far, I am using:
<?php echo $time->relativeTime($note['Note']['created']); ?> //output: 15 hours, 20 minutes ago - I would like to create a rating system to make an important note more noticeable (the red flag with star in screenshot). I am just copying the Wunderlist.com rating system but without the prioritization (in Wunderlist, it will move the task up if you rate it). I just don't know how to start so any help would be welcome.
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home