View Single Post
  #7 (permalink)  
Old 05-14-2008, 08:46 PM
sim sim is offline
Junior Member
 
Join Date: Apr 2008
Posts: 9
Default

Quote:
Originally Posted by Aurheim View Post
What I have done so far is to make some pages in vcl for php framework without using ajax. This is because im supposed to test the responsetime to the pages. The pages uses standard controlls (editboxes, labels, listboxes etc.. )and db grids to display data. The user is able to se reactions on his screen while using the pages. In vcl I was able to set the properties to the elements on the form without using any javascript. It was just a PHP function and the pages had to refresh while changing status to checkboxes etc.
Sounds to me like your question is about using VCL widgets. If you're using Delphi for PHP and VCL, you'd be better off asking you question in a Dephi forum. Most traditional PHP programmers don't use VCL.

I think what you want to know is how make the VCL widget call a Zend Framework controller using GET or POST. There is a blog at:

VCL for PHP development blog

Those guys might be able to help. Good luck!
Reply With Quote