Questions tagged [rpcl]

RPCL is a framework used to build PHP applications on RadPHP XE.

RPCL a framework used to build PHP applications on RadPHP XE. It is an Open Source project licensed under LGPL.

4 questions
2
votes
1 answer

Will Embarcadero RadPHP XE2 scale to an e-commerce site?

In a nutshell: is RadPHP a toy? or can you build real web sites, such as a e-commerce/shopping carts app that will: Support 100s of simultaneous users on a reasonably good web server, like any other PHP app my specific concern is the RPCL library…
Paul Filmer
  • 123
  • 5
2
votes
1 answer

How can I get the results to be paged like almost all web pages do in radphp?

Experimenting with no success on the dbpaginator component included with radphp xe2, I wonder how can I manage to page records displayed on the dbrepeater.
Ertunç
  • 819
  • 1
  • 9
  • 21
0
votes
2 answers

Changing cell data

For a project I need to work in RadPHP XE2 In this project I created a DBGRid. This is all working fine. Now I need to change the cell color for each cell. The color for the cell is depending on the value inside that cell. Like this: if value > 0 …
WannaKnow
  • 88
  • 1
  • 8
0
votes
2 answers

Centering a form in Delphi for PHP

I have created a Delphi for PHP page in RadPHP. How can I make it center in the browser's window? Is it possible to achieve it using only PHP code?
Vibeeshan Mahadeva
  • 7,147
  • 8
  • 52
  • 102