mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 12:48:00 +02:00
@@ -14,17 +14,17 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Should we use the Monstra Autoloader to ensure the dependancies are automatically
|
||||
* Should we use the Gelato Autoloader to ensure the dependancies are automatically
|
||||
* loaded?
|
||||
*/
|
||||
if ( ! defined('GELATO_LIBRARY_AUTOLOADER')) {
|
||||
define('GELATO_LIBRARY_AUTOLOADER', true);
|
||||
if ( ! defined('GELATO_AUTOLOADER')) {
|
||||
define('GELATO_AUTOLOADER', true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Register autoload function
|
||||
*/
|
||||
if (GELATO_LIBRARY_AUTOLOADER) {
|
||||
if (GELATO_AUTOLOADER) {
|
||||
spl_autoload_register(array('Gelato', 'autoload'));
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ class Gelato
|
||||
{
|
||||
|
||||
/**
|
||||
* The version of Monstra
|
||||
* The version of Gelato
|
||||
*/
|
||||
const VERSION = '1.0.0';
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Monstra Library
|
||||
# Gelato Library
|
||||
|
||||
Monstra is a PHP5 library for web applications.
|
||||
Gelato is a PHP5 library for kickass Web Applications.
|
||||
|
||||
## Links
|
||||
- [Site](http://library.monstra.org)
|
||||
- [Github Repository](https://github.com/Monstra/monstra-library)
|
||||
- [Site](http://gelato.monstra.org)
|
||||
- [Github Repository](https://github.com/Monstra/gelato-library)
|
||||
|
||||
Copyright (C) 2012-2013 Romanenko Sergey / Awilum [awilum@msn.com]
|
||||
Copyright (C) 2013 Romanenko Sergey / Awilum [awilum@msn.com]
|
1266
libraries/Idiorm/Idiorm.php
Normal file
1266
libraries/Idiorm/Idiorm.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user