Well, I dont know how to name my function to be more fabulous . For example, I need to find all model by date_end attribute that smaller than current date. I named it :
function findAllByDateEnd()
And when I have to change it status when it is out of date:
function changeAllWhenOutOfDate()
It sounds funny . But still dont know how to make it better. Just want to ask you guys some better name
.