FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP form generator
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PHP form generator [message #181733 is a reply to message #181719] Tue, 28 May 2013 06:25 Go to previous messageGo to previous message
Tony Marston is currently offline  Tony Marston
Messages: 57
Registered: November 2010
Karma:
Member
"Charles" wrote in message
news:ede17d74-5f3d-46ad-acbb-03bb103dc09c(at)googlegroups(dot)com...
>
> Does anyone have software they can suggest for generating an HTML input
> form and the php backend script for adding records to a database?
>
> I'm developing a web application, and I'm about half way through the MySQL
> end of it, but I'm daunted by the idea of hand coding 35'ish HTML and php
> files for data entry.
>
> Has anyone written software that takes the MySQL structure and generates
> both an HTML input page suitable for editing and the php script that links
> it to the MySQL table it's based upon?

I suggest you take a look at Radicore (http://www.radicore.org) which was
purpose built to do exactly what you want. You import your database schema
into the data dictionary, then export each table definition to produce one
class per table. Then you generate user transactions which create the
scripts to create/read/update/delete each table. The whole
import/export/generate process can be done in 5 minutes, and you don't have
to write a single line of PHP, HTML or SQL. The generated transactions only
perform the basic functions with default behaviour, but you can customise
them to your heart's content.

All scripts are controlled through the Role Based Access Control (RBAC)
system, so you can easily control which user has access to which scripts.

--
Tony Marston

http://www.tonymarston.net
http://www.radicore.org
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: deleted primary key can't be reused?
Next Topic: Microsoft SQL and PHP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 14:25:57 GMT 2024

Total time taken to generate the page: 0.04767 seconds