Resources and tutorials for Webmasters
Resources and tutorials for Webmasters
Showing posts with label programations. Show all posts
Showing posts with label programations. Show all posts

Wednesday, March 24, 2010

Prado : Component framework for PHP5

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. The sole requirement to run PRADO-based applications is a Web server supporting PHP 5.1.0 or higher. PRADO is free. You can use it to develop either open source or commercial applications.

PRADO provides the following benefits for Web application developers:

  • Reusability – Codes following the PRADO component protocol are highly reusable. Everything in PRADO is a reusable component.
  • Easy of use – Creating and using components are extremely easy. Usually they simply involve configuring component properties.
  • Robustness – PRADO frees developers from writing boring, buggy code. They code in terms of objects, methods and properties, instead of URLs and query parameters. The latest PHP5 exception mechanism is exploited that enables line-precise error reporting.
  • Performance – PRADO uses a cache technique to ensure the performance of applications based on it. The performance is in fact comparable to those based on commonly used template engines.
  • Team integration – PRADO enables separation of content and presentation. Components, typically pages, have their content (logic) and presentation stored in different files.

Similar Posts

Ecoder : Open source web based code editor

Ecoder is a simple, web-based code editor, which includes a file browser, file uploader, and tabbed system to allow multiple files to be edited at the same time. using this web-application developers can edit code directly online, real-time syntax highlighting is handled by textarea and keyboard short-cuts lend it the feel of a locally installed application.

Ecoder works with most standards compliant browsers which have javascript enabled. internet explorer 6 is not supported. For up-to-date news, the lastest source code download and user feedback, please visit sourceforge.

The QL Studio crew have been busily working on a new web-application that will form a key part of the move towards a fully online system – this web-based code editor integrates into Web Editor allowing code templates to be built and modified directly on the server.

Similar Posts