PHP Classes

File: app/bootstrap.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   app/bootstrap.php   Download  
File: app/bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Springy
Microframework for Web application development
Author: By
Last change: Merge remote-tracking branch 'origin/master' into development
Date: 8 days ago
Size: 288 bytes
 

Contents

Class file image Download
<?php

/*
 * Bootstrap application.
 */

date_default_timezone_set('America/Sao_Paulo');

// Initialize all default dependencies, needed by framework and other controllers.
bindDefaultDependencies();

// An example function to start default template variables.
bindDefaultTemplateVars();