php - How can I make a new CTP (CakePHP) file in NetBeans? -
i have found lot of info adding ctp file support netbeans, talking code highlighting , treating ctp file php file. can done at:
tools -> options -> miscellaneous -> files
i have done this.
however, when try create new ctp file. not have option.
i tried going tools -> templates
add ctp template. there no "new" button "add" button looks file.
i created file on desktop called cake_template.ctp
on desktop. added php templates in template manager. called template "php cake template".
still when go create new file, option not there. restarted netbeans, still same.
i want create new .ctp file, shouldn't difficult. know how?
i using version 6.9.1
just right click on folder in project view, , new php file. type file_name.ctp in field.
if have .ctp not add .php
Comments
Post a Comment