silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
719 stars 820 forks source link

MINOR: adding SpelledOut method in DBInt #11096

Open sunnysideup opened 6 months ago

sunnysideup commented 6 months ago

This is just an idea, be curious to see if this would be acceptable.

You can then write in your template:

$MyInt  = $MyInt.SpelledOut 

Which outputs:

7 = seven
GuySartorelli commented 6 months ago

Please also create an issue for this PR and link them to each other as per our contribution guide