This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class My_Zend_Application_Bootstrap_LazyBootstrap extends Zend_Application_Bootstrap_Bootstrap | |
{ | |
/** | |
* Bootstrap implementation | |
* | |
* This method may be overridden to provide custom bootstrapping logic. | |
* It is the sole method called by {@link bootstrap()}. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#-*- coding: utf-8 -*- | |
u""" | |
Created on May 15, 2013 | |
@author: pablito56 | |
@license: MIT | |
@contact: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// private field init | |
var a = 1; | |
// Private functions | |
function func2() { | |
}; | |
// public field init | |
$scope.b = 1; // For controllers |