Skip to content

jcass77/prado-demos

 
 

Repository files navigation

Prado PHP Framework - Demos

PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5 and 7. 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.

About

Prado4 demos applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.9%
  • CSS 15.6%
  • Smarty 9.0%
  • JavaScript 4.4%
  • HTML 3.1%