A component-based, event-driven programming and ASP.NET syntax similar framework for developing Web applications in PHP 5.
0
votes
0answers
18 views
Problems passing data to view using PRADO
I've been given a website to maintain. The website is using PRADO framework and I had to do some minor changes. There were no problems with the HTML and CSS changes, but now I have to pass some data ...
2
votes
0answers
91 views
Fatal Error Class file for 'DOMDocument' cannot be found
We are using one application with httpd server. For performance, I moved httpd from prefork.c to worker.c, then i restart httpd.
now i am getting following error .
Fatal Error
Class file for ...
0
votes
1answer
106 views
Fill Items to table from database using Prado Framework
Im new to prado and I'm having a problem on how to populate this to my table. So far, this is what i have done:
Home.page:
<com:TForm>
<com:TRepeater ID="test">
...
0
votes
0answers
62 views
Query data from database then populate table
How can i implement this:
I want to create a webpage where i have a table and populate it with some of the fields in my database. The Items in my table can be sorted (ascending/descending) by ...
0
votes
4answers
1k views
How can I fix this javascript conflict mess (jquery + prototype + google visualization + PRADO php)?
I have a webapp relatively old running on Prado 2.1RC1 and I am trying to enhance it by adding some nice google visualizations charts.
The problem arose at the moment of integrating google jsapi ...
-1
votes
1answer
183 views
Ghost incrementing INT field in MySQL table?
Very strange things happening in phpMyAdmin (mySQL)....
The Situation:
I have a table with only one field that holds an INT value called 'count'. count was originally set to 0. A cron job calls a ...
1
vote
2answers
2k views
PHPExcel save a CSV is adding the webpage HTML as well
I have a webpage that has a radio group as the options for the file format you wish to save. Options are:
.xls
.xlsx
.csv
All work but the .csv as it also adds the page HTML to the bottom of the ...
0
votes
1answer
160 views
Event not firing in nested components in Prado ? (Attached with an invalid event handler )
I have a TDataList that has a XActiveDataGrid inside it. In XActiveDataGrid, there is a TDropDownList. I want to fire an action if the user change the selectedindex of the dropdownlist but it doesnt ...
1
vote
3answers
231 views
Does the Prado PHP Framework support MongoDB?
The Prado PHP Framework looks very interesting, but before I dive in, I am wondering if MongoDB can be used as the database for Prado without any issues?
2
votes
3answers
233 views
IE8 Compability Problem
I want only IE8 to work with compability mode. But I couldnt do it by using the first way below:
First way: (It doesnt work)
<!--[if IE 8]>
<com:TMetaTag ...
0
votes
1answer
123 views
PHP Search engine friendly urls and caching
I'm considering ways to develop a site, planning to get some 100-10.000 visitors daily. (fingers crossed).
I used Prado framework for "backend" (admin access), but I'm not sure how well would Prado ...
0
votes
2answers
101 views
PHP / Prado property 'treatment'
I'm learning Prado php framework for a while now, and I've been wondering about one feature, if it's from PHP or somehow implemented in Prado.
Namely, classes used in Prado can utilize properties ...
1
vote
1answer
324 views
Prado & NetBeans
I have Ubuntu with NetBeans, and use it for PHP/Prado development. I installed NB because it supposedly supports Prado. To my disappointment, it seems that Prado plugin work only for older versions of ...
1
vote
2answers
992 views
How to get primary key after calling ActiveRecord save() method PRADO?
I am starting out with PRADO php framework and i have a quick question: How to get the Primary Key of the last inserted record? My codes are as follow:
$studentRecord = new StudentRecord;
...
0
votes
2answers
125 views
Change array structure in PHP
Refers to my previous question : Show values in TDropDownList in PRADO.
ok fine the array i receive from query is an object array like :
ContactRecord Object ( [id] => 1 [name] => leo ...
1
vote
1answer
470 views
Show values in TDropDownList in PRADO
I m new to PRADO, I have a file
Home.page with code:
<%@ Title="Contact List" %>
<h1>Contact List</h1>
<a href="<%= ...
0
votes
3answers
666 views
IDE for php prado
iam looking for IDE with intellisense support for PHP Prado.
please suggest me some ide's.
-------My Answer----------------
None of the answers solved my problem, so carried on my research and ...
8
votes
6answers
4k views
Why did the creator of prado create Yii?
I wonder why the creator of prado created a new framework called Yii?
Wasn't prado the right way to go? Does this mean that I shouldn't even consider prado over Yii?
Is Yii also component based?
1
vote
6answers
313 views
Component Development with PHP?
Edit: The question concerns 100% web development only. Please do not relate the question to desktop development. Please read the entire question before responding.
I am certainly interested if there ...
0
votes
3answers
77 views
Can I use both CakePHP and Prado together in one project?
I can guess that this might sound obvious for some people out there, but i would like to know wether a Framework wich has no complex folder-structure can be used within CakePHP.
3
votes
7answers
622 views
Are there many users of PRADO out there? [closed]
After making some comments, I've been inspired to get some feedback on the PHP MVC framework PRADO. I've been using it for over a year now and I've very much enjoyed working with it, however I notice ...

