Hello folks,

I'm in the process of develop a parser that will allow to embeed RBScript inside HTML just the way PHP do, at this point it works with the standard functions that RBScript supports, I'm working now on adding Database, and other classes support.

A public beta download will be available in a few weeks.



Regards
Rafael Vallejo


Stefan Pantke escribió:


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>


_______________________________________________
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