dev-master
9999999-dev https://github.com/pradosoft/prado-demosPrado demos
BSD-3-Clause
The Requires
by Fabio Bas
by Ciro Mattia Gonano
by David Otto
by Daniel Sampedro
by Jens Klaer
Wallogit.com
2017 © Pedro Peláez
Prado demos
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., (*1)
This repo contains application demos for Prado4., (*2)
Please refer to the main repository: https://github.com/pradosoft/prado for further informations., (*3)
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:, (*4)
<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>
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:, (*5)
cd quickstart/protected/index/ php QuickstartIndex.php Building search index... ... (trimmed) 139 files indexed.
Prado demos
BSD-3-Clause