|
-
October 4th, 2010, 06:52 PM
#1
Beginner ask some questions ?
- 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 ?
-
October 7th, 2010, 10:18 AM
#2
Re: Beginner ask some questions ?
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
November 17th, 2010, 09:37 AM
#3
Re: Beginner ask some questions ?
 Originally Posted by honeyboy_20
- 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 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.
Last edited by Nibinaear; November 17th, 2010 at 09:41 AM.
-
November 19th, 2010, 05:55 AM
#4
Re: Beginner ask some questions ?
There phpDesigner, but is a paid product.
Learn more - PHP Forms tutorial.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|