- Is there any tools to develop PHP App like visual studio ?
- And in ASP.Net I am make Master page to add the design to all web pages ...How can i do somethings like this and what is the best to do ?
Printable View
- Is there any tools to develop PHP App like visual studio ?
- And in ASP.Net I am make Master page to add the design to all web pages ...How can i do somethings like this and what is the best to do ?
There are PHP IDEs, but nothing like Visual Studio.
http://www.google.com/search?q=asp.n...+page+tutorial
There are no master pages in PHP, you really just create template files and include them into your documents. However, if you use a framework such as Code Igniter then you have access to the MVC framework and can structure views in order to organise your template files easier.
Personally I just use Dreamweaver for writing code. (Contrary to popular legend, Dreamweaver doesn't need to be drag-and-drop.) Other use PHP Designer (think it costs money these days) or Notepad++ for smaller scale stuff.
There phpDesigner, but is a paid product.
Learn more - PHP Forms tutorial.