Is it possible to do template layouts which you can assign to all your pages within NetBeans. (The equivalent to Dreamweaver templates)
Please note this is a PHP Project
Thanks in advance!
Any takers on this one?
Is it possible to do template layouts which you can assign to all your pages within NetBeans. (The equivalent to Dreamweaver templates)
Please note this is a PHP Project
Thanks in advance!
Any takers on this one?
In your Files window (CTRL + 2) select the file you want as a template. Right click it and select 'Save As Template' then stick it in the PHP folder.
i'm pretty sure that this isnt possible in netbeans, I would imagine though that this isnt really necessary if you are using a proper MVC approach or a fully abstracted template class like Smarty.