pradosoft/prado-demos

dev-master 2023-10-25 21:00 UTC

This package is auto-updated.

Last update: 2024-04-25 22:01:01 UTC


README

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

This repo contains application demos for Prado4.

Please refer to the main repository: https://github.com/pradosoft/prado for further informations.

Prado website

The Prado website is actually one of the provided application demo, contained in the site folder. When installing the site application you may want to change the default values for the DocsUrl and DemoUrl parameters in application.xml:

		<module id="parameter" class="System.Util.TParameterModule">
			<!-- the site lives in the demos directory -->
			<parameter id="DocsUrl" value="http://pradosoft.github.io/docs" />
			<parameter id="DemoUrl" value=".." />
<!--
			<parameter id="DemoUrl" value="../demos" />			
-->
		</module>

Prado quickstart

The Prado quickstart is the biggest bundled application providing a lot of static pages, component examples and source code. Page content is searchable using an interface based on Zend Framework's Lucene search. A script is provided to rebuild the index, that must be run from inside the quickstart/protected/index directory:

cd quickstart/protected/index/
php QuickstartIndex.php 
Building search index...
... (trimmed)
 139 files indexed.