Questions tagged [prado]

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

PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.

27 questions
8
votes
6 answers

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?
ajsie
  • 77,632
  • 106
  • 276
  • 381
5
votes
1 answer

Error "Too few arguments to function"

I got an error in the following code piece: Too few arguments to function showtbl::GetTabellen_ns(), 0 passed in abcde/folder/php.php on line 153 and exactly 2 expected Don't know why I get this. I'm quite new to PHP Prado and in all programming so…
GermanMech
  • 63
  • 1
  • 1
  • 12
3
votes
7 answers

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 that throughout Stack Overflow, it doesn't seem…
Shabbyrobe
  • 12,298
  • 15
  • 60
  • 87
3
votes
2 answers

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 file. Here is what I'm trying (code snippets to show…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
2
votes
2 answers

IE8 Compatibility issue

I want only IE8 to work with compatibility mode. But I couldn't do it by using the first way below: First way: (It doesn't work)