2017 © Pedro Peláez
 

library prado-demos

Prado demos

image

pradosoft/prado-demos

Prado demos

  • Thursday, July 26, 2018
  • by ctrlaltca
  • Repository
  • 8 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Prado PHP Framework - 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)

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:, (*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>

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:, (*5)

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

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/pradosoft/prado-demos

Prado demos

  Sources   Download

BSD-3-Clause

The Requires

 

by Fabio Bas
by Ciro Mattia Gonano
by David Otto
by Daniel Sampedro
by Jens Klaer