davidyell / CakePHP-NiceAdminBakeScripts

Nice Admin bake theme for CakePHPs Bake plugin.
Other
14 stars 6 forks source link

Views detect field type #2

Closed davidyell closed 9 years ago

davidyell commented 11 years ago

Allow views to detect field type and automatically use the Boolean helper.

$this->Boolean->display($data['Model']['field'])

davidyell commented 9 years ago

Sorted in https://github.com/davidyell/CakePHP-NiceAdminBakeScripts/blob/3.0/src/Template/Bake/Template/index.ctp#L53-L59