Re: Is PhP/mySQL right for this project?



Susan Baker wrote:

> These are the functional requirements of the backend:
>
> 1). Handle request to logon from the frontend (requires backend to
> authorize/verify user credentials)
> 2). Retrieve clientdata from backend database, encrypt this data and
> return to front end (client)
> 3). Implement chatroom and forum server services for use by the frontend
> (client)
> 4). Handle database requests (mostly running stored procedures) and
> return results to the frontend (client).

What protocol is used for the fontend/backend communication? SOAP?

> This is what I need to do, and any help, pointers or book suggestions
> will be very useful.

Some books I found helpful are

"Better, Faster, Lighter Java" by Bruce Tate, ISBN: 0596006764
"Beyond Java" by Bruce Tate, ISBN: 0596100949
"Upgrading to PHP5" by Adam Trachtenberg, ISBN 0596006365
"PHP 5 Objects, Patterns, and Practice" by Matt Zandstra, ISBN: 1590593804
"Advanced PHP Programming" by George Schlossnagle, ISBN: B0009EK8A4

I am not sure if this is anywhere near what you are looking for ;)

I really like Java for my bigger projects with Hibernate as ORM-tool. I am
also very satisfied with PHP5. The only thing I really miss with PHP5 is a
good debugger which slows down development considerably.

> As an aside, I'm also considering moving from PostgreSQL to MySQL - but
> Stored Procedures, Triggers and Views are only available in MySQL v 5.*.
> How widespread is MySQL v 5.X implementations by ISPs is it really
> production ready yet?

Soory but I have no idea. The only thing I can say is that I used MySQL
versions 3.x and 4.x for years without any problem :)


Regards,
Horst

.



Relevant Pages

  • Re: Zugriff auf ODBC-verknüpfte Tabelle in anderer MDB
    ... Von einem Access Frontend aus sollen nun per VBA Daten in diese ... mySQL Tabelle geschreiben werden. ... Das ganze klappt solange die Backend MDB auf dem gleichen Rechner ...
    (microsoft.public.de.access)
  • MySQL mit A2k Frontend extrem langsam
    ... Ich bin nun mit A2k als Backend so weit, ... übertragen und anschließend die tbls in ... das Frontend über ODBC verknüpft. ... Wie löse ich die Handbremse bei MySQL? ...
    (microsoft.public.de.access.clientserver)
  • Re: Is PhP/mySQL right for this project?
    ... Do you mean that both the frontend and backend are accessing the same datebase? ... Retrieve clientdata from backend database, encrypt this data and return to front end ... As an aside, I'm also considering moving from PostgreSQL to MySQL - but Stored Procedures, Triggers and Views are only available in MySQL v 5.*. ...
    (comp.lang.php)
  • Re: Design problem : security layers
    ... I'd like to reuse the Objects i write for the frontend in the backend, ... So for the moment what i do is having two packages, ... the credit sub-package will contain all that behaviour that ...
    (comp.lang.java.programmer)
  • Re: pro- foreign key propaganda?
    ... I had built the DB backend using postgresql. ... reasons decided to switch to MySQL and created his own tables (as well as ... They'd also never leave foreign keys out of their designs, too, I guess. ...
    (comp.databases.theory)