Tagged Questions

A component-based, event-driven programming and ASP.NET syntax similar framework for developing Web applications in PHP 5.

learn more… | top users | synonyms

6
votes
5answers
3k 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?
4
votes
7answers
511 views

Are there many users of PRADO out there?

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 ...
2
votes
3answers
121 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 ...
1
vote
2answers
465 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 ...
1
vote
2answers
103 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?
1
vote
1answer
159 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
1answer
313 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; ...
1
vote
5answers
184 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
1answer
201 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 ...
0
votes
0answers
42 views

Prado framework Facebook comment href parameter call

I have a faceboook comment system in the website using the prado framework. The FB comment system is for all the games pages in the site, the games is of 12 types and each games has its own ...
0
votes
1answer
41 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 ...
0
votes
1answer
83 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
1answer
68 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 ...
0
votes
2answers
83 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 ...
0
votes
1answer
241 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
4answers
330 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 ...
0
votes
2answers
62 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.
-1
votes
1answer
90 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 ...