Am 24.03.2006 um 00:41 schrieb Dr Gerard Hammond:

Hi,

Does anybody have any experience replacing PHP with RB as the web/ database server scripting language.

I have a Apache web server that uses PHP and the code is just horrible bits of spaghetti. How would I start to use Apache and RB?

Background: We tend to script PHP to write back the entire HTML response rather than using it as a preprocessor of HTML files. I guess that is the way I would start using RB. Any pointers? Has anybody done this? I notice that RS uses PHP as their web glue code. I'd like to use RB.

If it's spaghetti, look for some useful libs:

Smarty - A richt template engine
ADOdb - one API for alls DBs

Furthermore, you might with to install eAccelerator, since it speed
up PHP significantly in certain cases. Saves PHP byte code to shared
memory.

Finally, don't forget, that PHP 5 is fully object oriented. It's up to you ;-)

CU,

s
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to