which tool to use to create form for a database?how to build a interfaces (or web pages) in easy way?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • _andrea.l

    which tool to use to create form for a database?how to build a interfaces (or web pages) in easy way?

    how to build a interfaces (or web pages) in easy way?
    how to build a form in easy way? how to automate and create web pages whit a
    tool?
    which tool to use to create form for a database?
    I mean there is a way or a tool which help me to build an interfaces (web
    pages) to
    deal with the data in a database ?
    Tahnk you in advance,
    Andrea.


  • Kenneth Downs

    #2
    Re: which tool to use to create form for a database?how to build a interfaces (or web pages) in easy way?

    _andrea.l wrote:
    [color=blue]
    > how to build a interfaces (or web pages) in easy way?
    > how to build a form in easy way? how to automate and create web pages whit
    > a tool?
    > which tool to use to create form for a database?
    > I mean there is a way or a tool which help me to build an interfaces (web
    > pages) to
    > deal with the data in a database ?
    > Tahnk you in advance,
    > Andrea.[/color]

    Andrea, we have worked out a tool specifically designed to build web sites
    that deal with relational databases. The tool itself is in PHP and builds
    Posgres databases and PHP web systems to handle them. Security and
    automation are built in.

    For our uses, we consider it a late beta, in that we are using it now for
    customer systems, but we have not made much effort to make it easier for
    others to use, so you may find that it feels more like an Alpha. But if
    you are interested, just email me below.

    This is not a framework for organizing code, it is a set of data-driven
    libraries that provide a general-purpose interface for editing tables.
    When the general-purpose libraries do not provide needed abilities, you can
    override with ad-hoc code on a case-by-case basis, but if you need to do
    too much of that, this tool is probably not for you.

    --
    Kenneth Downs
    Secure Data Software, Inc.
    (Ken)nneth@(Sec )ure(Dat)a(.com )

    Comment

    • Ilija Injac

      #3
      Re: which tool to use to create form for a database?how to build a interfaces (or web pages) in easy way?

      Hello,

      i use for code automation the following tool:

      phpcodegenie

      Maybe you will find it useful.

      Download phpCodeGenie for free. phpCodeGenie is a code writer/generator for PHP/MySQL applications. It builds numerous forms and scripts, from your databsae tables.


      Best Regards,
      Ilija

      Kenneth Downs wrote:
      [color=blue]
      > _andrea.l wrote:
      >[color=green]
      > > how to build a interfaces (or web pages) in easy way?
      > > how to build a form in easy way? how to automate and create web pages whit
      > > a tool?
      > > which tool to use to create form for a database?
      > > I mean there is a way or a tool which help me to build an interfaces (web
      > > pages) to
      > > deal with the data in a database ?
      > > Tahnk you in advance,
      > > Andrea.[/color]
      >
      > Andrea, we have worked out a tool specifically designed to build web sites
      > that deal with relational databases. The tool itself is in PHP and builds
      > Posgres databases and PHP web systems to handle them. Security and
      > automation are built in.
      >
      > For our uses, we consider it a late beta, in that we are using it now for
      > customer systems, but we have not made much effort to make it easier for
      > others to use, so you may find that it feels more like an Alpha. But if
      > you are interested, just email me below.
      >
      > This is not a framework for organizing code, it is a set of data-driven
      > libraries that provide a general-purpose interface for editing tables.
      > When the general-purpose libraries do not provide needed abilities, you can
      > override with ad-hoc code on a case-by-case basis, but if you need to do
      > too much of that, this tool is probably not for you.
      >
      >[/color]

      Comment

      • oeli

        #4
        re:which tool to use to create form for a database?how to build

        You may want to check Achievo ATK (http://www.achievo.org/atk). It's a
        framework for building data management applications with minimal
        coding. The demo app is well documented and shows the basis idea.
        http://eye.cc -php- web design

        Comment

        Working...