robclancy / presenter

Decorate your objects using presenters. Primarily to keep presentation logic out of your models.
MIT License
345 stars 38 forks source link

I cant create a method to the field "Data_Nasc" #39

Closed Soufraz closed 9 years ago

Soufraz commented 9 years ago

I have a field in my clients table, called "Data_Nasc". But, I cant create a method to presenter this field in ClientePresenter. I get it that when the field have underline, I need remove the underline and create the presenter method in came on case. But, in this specific case? Data_Nasc. What I can do to workaround this?

robclancy commented 9 years ago

You can override this method to add support for what you need. https://github.com/robclancy/presenter/blob/master/src/Presenter.php#L214

Sorry for the extremely late reply, github hasn't been sending me emails for some reason, should be all sorted now.