RE: [PHP-DB] PHP and big production database apps ?

2002-02-22 Thread Hunter, Ray

You can get a complicated as you want.  I am running postgres and php for
our Quality assurance department that has a web based front-end portal with
the postgres and mysql backend.  I use the postgres database for the
sensitive database (testing, cvs, test-cases, etc.)  while I use mysql for
the front-end portal and text information (documents).  I run intense data
calculations and statistics with postgres and have php create charts and
graphs.  I have also started writing gui apps with php-gtk for direct
database access.  This has worked out great.

Ray Hunter
Firmware Engineer

ENTERASYS NETWORKS


-Original Message-
From: Pagin [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 22, 2002 3:21 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] PHP and big production database apps ?


Hi all,

I am absolutly new to PHP and PostgreSQL. So far I developed production
database apps for managing production in production comapny(using Clipper
and DBF files). Now my boss has got idea to try using PHP and PostgreSQL to
create another production apps. These apps should run localy in company,
collect all infos from production (time, quantity, persons, machines,
production steps, parts, material and so on). Later these infos lets us
build statistics, production plans, control people, calculate prices.

And my general question is: can I develop complicated database apps for
production company using PHP and PostgreSQL? How complicated screens can I
build.? What about designing complex printings? Are there any additionall
PHP libraries for building menus, screen controls (buttons, radiobuttons,
checkboxes, dropdownlists, window tabs and so on), designing printing
reports, handling bar codes and handy scanners, creating charts on screen,
any other? what PHP language or PostgreSQL limitation can I face?

Apps I developed so far has got about 25.000 code lines and uses about 100
releted tables

Thanks a lot for your replays.

Wojtek



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] PHP and big production database apps ?

2002-02-22 Thread William Fong

We use PHP and MySQL as helper applications (since we've implemented an ERP
solution).  Basically, we run everything off HTML.  It works great because
we have both PCs and MACs in house.  Having this run through a browser keeps
my development time really low.


--
William Fong - [EMAIL PROTECTED]
Phone: 626.968.6424 x210  |  Fax: 626.968.6877
Wireless #: 805.490.7732|  Wireless E-mail: [EMAIL PROTECTED]




- Original Message -
From: Pagin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 22, 2002 2:21 AM
Subject: [PHP-DB] PHP and big production database apps ?


: Hi all,
:
: I am absolutly new to PHP and PostgreSQL. So far I developed production
: database apps for managing production in production comapny(using Clipper
: and DBF files). Now my boss has got idea to try using PHP and PostgreSQL
to
: create another production apps. These apps should run localy in company,
: collect all infos from production (time, quantity, persons, machines,
: production steps, parts, material and so on). Later these infos lets us
: build statistics, production plans, control people, calculate prices.
:
: And my general question is: can I develop complicated database apps for
: production company using PHP and PostgreSQL?
: How complicated screens can I build.?
: What about designing complex printings?
: Are there any additionall PHP libraries for building menus, screen
controls
: (buttons, radiobuttons, checkboxes, dropdownlists, window tabs and so on),
: designing printing reports, handling bar codes and handy scanners,
creating
: charts on screen, any other?
: what PHP language or PostgreSQL limitation can I face?
:
: Apps I developed so far has got about 25.000 code lines and uses about 100
: releted tables
:
: Thanks a lot for your replays.
:
: Wojtek
:
:
:
: --
: PHP Database Mailing List (http://www.php.net/)
: To unsubscribe, visit: http://www.php.net/unsub.php
:



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php