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

Home » Imported messages » comp.lang.php » There is some framework/tool to generate PHP code
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
There is some framework/tool to generate PHP code [message #170516] Fri, 05 November 2010 18:14 Go to next message
Santana is currently offline  Santana
Messages: 1
Registered: November 2010
Karma: 0
Junior Member
Hello,
i'am a newbie in PHP.
I have some tables in my database : CUSTOMER, INVOICE and PRODUCTS,
and i need to implement a form in order to manage this tables: delete,
insert and update.

You know some framework/tool to generate PHP code that allow me to do
this task ?

Can you help me please.

Kind regards,
Paulito Santana
Re: There is some framework/tool to generate PHP code [message #170517 is a reply to message #170516] Fri, 05 November 2010 18:25 Go to previous messageGo to next message
Magno is currently offline  Magno
Messages: 49
Registered: October 2010
Karma: 0
Member
On 11/05/2010 03:14 PM, Santana wrote:
> Hello,
> i'am a newbie in PHP.
> I have some tables in my database : CUSTOMER, INVOICE and PRODUCTS,
> and i need to implement a form in order to manage this tables: delete,
> insert and update.
>
> You know some framework/tool to generate PHP code that allow me to do
> this task ?

I don’t think anyone here uses any of those things... we all here are
PHP coders.
I suggest you to research about how to handle post-data with PHP.
Re: There is some framework/tool to generate PHP code [message #170518 is a reply to message #170516] Fri, 05 November 2010 18:28 Go to previous messageGo to next message
Erwin Moller is currently offline  Erwin Moller
Messages: 228
Registered: September 2010
Karma: 0
Senior Member
On 11/5/2010 7:14 PM, Santana wrote:
> Hello,
> i'am a newbie in PHP.
> I have some tables in my database : CUSTOMER, INVOICE and PRODUCTS,
> and i need to implement a form in order to manage this tables: delete,
> insert and update.
>
> You know some framework/tool to generate PHP code that allow me to do
> this task ?
>
> Can you help me please.
>
> Kind regards,
> Paulito Santana

Hi Paulito,

Yes, the tool it is called PHP and SQL and HTML.
Seriously. This sounds so basic that any framework will probably have
more of your time consumed than just doing it yourself.

Depending on the security demands you might consider hiring a competent
programmer.
If this a learningproject for yourself, just start building, and learn.

As for an out-of-the-box code generator for such tasks? I don't know if
they exist, or if they are trustworthy.

Probably not the answer you wanted to hear.

Regards,
Erwin Moller

--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
Re: There is some framework/tool to generate PHP code [message #170519 is a reply to message #170516] Fri, 05 November 2010 18:30 Go to previous messageGo to next message
Sherm Pendley is currently offline  Sherm Pendley
Messages: 33
Registered: September 2010
Karma: 0
Member
Santana <paulito(dot)santana(at)gmail(dot)com> writes:

> You know some framework/tool to generate PHP code that allow me to do
> this task ?

That tool is called a "developer." You have a choice: Become one, or
hire one. The first alternative is time consuming, and (depending on
your own talent, or lack of it) may be difficult - but it's cheap. The
second is quick and easy, but expensive.

sherm--

--
Sherm Pendley
<http://camelbones.sourceforge.net>
Cocoa Developer
Re: There is some framework/tool to generate PHP code [message #170520 is a reply to message #170516] Fri, 05 November 2010 18:42 Go to previous messageGo to next message
Chuck Anderson is currently offline  Chuck Anderson
Messages: 63
Registered: September 2010
Karma: 0
Member
Santana wrote:
> Hello,
> i'am a newbie in PHP.
> I have some tables in my database : CUSTOMER, INVOICE and PRODUCTS,
> and i need to implement a form in order to manage this tables: delete,
> insert and update.
>
> You know some framework/tool to generate PHP code that allow me to do
> this task ?
>
> Can you help me please.
>
> Kind regards,
> Paulito Santana
>

If it's only for you - not for other users - you can use PhpMyAdmin to
manage your database tables.

--
*****************************
Chuck Anderson • Boulder, CO
http://www.cycletourist.com
Turn Off, Tune Out, Drop In
*****************************
Re: There is some framework/tool to generate PHP code [message #170526 is a reply to message #170516] Sat, 06 November 2010 04:12 Go to previous messageGo to next message
Brian Smither is currently offline  Brian Smither
Messages: 5
Registered: October 2010
Karma: 0
Junior Member
You can look at www.sqlmaestro.com.

You didn't mention any other requirement.
Re: There is some framework/tool to generate PHP code [message #170527 is a reply to message #170516] Sat, 06 November 2010 06:49 Go to previous messageGo to next message
Gilles Ganault is currently offline  Gilles Ganault
Messages: 27
Registered: September 2010
Karma: 0
Junior Member
"Santana" <paulito(dot)santana(at)gmail(dot)com> wrote in message
news:9eacc967-d139-425d-b63f-46de0ee686ab(at)j2g2000yqf(dot)googlegroups(dot)com...
> Hello,
> i'am a newbie in PHP.
> I have some tables in my database : CUSTOMER, INVOICE and PRODUCTS,
> and i need to implement a form in order to manage this tables: delete,
> insert and update.
>
> You know some framework/tool to generate PHP code that allow me to do
> this task ?
>
> Can you help me please.
>
> Kind regards,
> Paulito Santana

Have a look at
http://www.softvelocity.com/WebTech/PHP.htm

I don't know how good it is, but Clarion have been building code generators
for a long time.

MG
Re: There is some framework/tool to generate PHP code [message #170529 is a reply to message #170516] Sat, 06 November 2010 10:33 Go to previous message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma: 0
Senior Member
On Nov 5, 6:14 pm, Santana <paulito.sant...@gmail.com> wrote:
> Hello,
> i'am a newbie in PHP.
> I have some tables in my database : CUSTOMER, INVOICE and  PRODUCTS,
> and i need to implement a form in order to manage this tables: delete,
> insert and update.
>
> You know some framework/tool to generate PHP code that allow me to do
> this task ?
>
> Can you help me please.
>
> Kind regards,
> Paulito Santana

Take a look at
http://www.phpmyedit.org/

I think it might just meet your needs.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Usage of class constants inside strings and heredocs
Next Topic: Comments legal? For loop legal?
Goto Forum:
  

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

Current Time: Sun Nov 10 15:34:30 GMT 2024

Total time taken to generate the page: 0.02578 seconds