• 0

Writing PHP through GUI


Question

Hi guys,

Just wondering if something out there exists. Im looking for an GUI to aid in the creation of web apps.

Some of the hardcore may ask why would I want this? Well i think using GUI tools help the learning process alot. For example when I started making web pages I was in design view on dreamweaver 100%. Over time and by looking at the HTML and CSS it generated and I learned the language and now can write full web pages in notepad etc and I find it easier that way.

Would the same not apply for a interface like a combo between Dreamweaver and phpMyAdmin for web apps? Anything like this exist to aid learning?

Thanks,

Dave

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

afaik most people code backend code seperatly to front end interface code.

I think the closest you'll come to is to install WAMP so you get an almost instant update of how your code outputs.

there are no gui apps for creating php code afaik :p

Link to comment
Share on other sites

  • 0

You can get a little closer if you use a framework that supports scaffolding. It's not GUI based, but a scaffold will generate the basic CRUD (Create, Read, Update, Delete) functions based on your database tables.

Other than that, the best thing you can do is find a piece of code that does what you want to do and learn how they did it.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.