Guru master
Joined: 24 Jul 2009 |
Posts: 737 |
|
|
 |
Posted: Thu Dec 27, 2012 5:32 pm |
|
 |
 |
 |
 |
PhpED searches the user profile templates folder for all templates that have file associations, so you have two steps to complete.
1. Add a file association for ctp if you don't already have one. Tools > Settings > IDE > Associations, then either add *.ctp to an existing type or create a new type. You would probably add *.ctp to the PHP type.
2. Use Windows Explorer to go to the folder %APPDATA%\NuSphere\PhpED\templates and create your template ctp file(s). You can create multiple templates of the same type.
Note: There is a copy of the original templates in the PhpED installation folder, but these are not used when you create new files.
When you do a File > New you will now be offered your ctp templates.
|