code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2C80 through U+2CFF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/2c80_2cff.php
PHP
gpl3
8,376
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0180 through U+024F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/0180_024F.php
PHP
gpl3
15,933
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2100 through U+214F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/2100_214f.php
PHP
gpl3
2,329
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0530 through U+058F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/0530_058f.php
PHP
gpl3
6,602
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0080 through U+00FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/0080_00ff.php
PHP
gpl3
6,065
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2C00 through U+2C5F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/2c00_2c5f.php
PHP
gpl3
8,060
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2150 through U+218F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/2150_218f.php
PHP
gpl3
3,894
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0080 through U+00FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/0250_02af.php
PHP
gpl3
1,984
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0370 through U+03FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/lib/Cake/Config/unicode/casefolding/0370_03ff.php
PHP
gpl3
9,555
<?php /** * Parses the request URL into controller, action, and parameters. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, pl...
100-percent-breakthrough
trunk/lib/Cake/Routing/Router.php
PHP
gpl3
37,214
<?php /** * Dispatcher takes the URL information, parses it for parameters and * tells the involved controllers what to do. * * This is the heart of Cake's operation. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundati...
100-percent-breakthrough
trunk/lib/Cake/Routing/Dispatcher.php
PHP
gpl3
9,017
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Routing/Filter/AssetDispatcher.php
PHP
gpl3
4,872
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Routing/Filter/CacheDispatcher.php
PHP
gpl3
2,056
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Routing/Route/RedirectRoute.php
PHP
gpl3
3,231
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Routing/Route/CakeRoute.php
PHP
gpl3
15,378
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Routing/Route/PluginShortRoute.php
PHP
gpl3
1,804
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Routing/DispatcherFilter.php
PHP
gpl3
3,235
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Core/Configure.php
PHP
gpl3
13,304
<?php /** * App class * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files m...
100-percent-breakthrough
trunk/lib/Cake/Core/App.php
PHP
gpl3
27,941
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Core/Object.php
PHP
gpl3
6,819
<?php /** * CakePlugin class * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of ...
100-percent-breakthrough
trunk/lib/Cake/Core/CakePlugin.php
PHP
gpl3
7,991
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Model/AcoAction.php
PHP
gpl3
959
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Model/AclNode.php
PHP
gpl3
5,384
<?php /** * Datasource connection manager * * Provides an interface for loading and enumerating connections defined in app/Config/database.php * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed un...
100-percent-breakthrough
trunk/lib/Cake/Model/ConnectionManager.php
PHP
gpl3
7,530
<?php /** * Behavior for binding management. * * Behavior to simplify manipulating a model's bindings when doing a find operation * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT L...
100-percent-breakthrough
trunk/lib/Cake/Model/Behavior/ContainableBehavior.php
PHP
gpl3
14,518
<?php /** * ACL behavior class. * * Enables objects to easily tie into an ACL system * * PHP 5 * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license informa...
100-percent-breakthrough
trunk/lib/Cake/Model/Behavior/AclBehavior.php
PHP
gpl3
4,314
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Model/Behavior/TranslateBehavior.php
PHP
gpl3
21,507
<?php /** * Tree behavior class. * * Enables a model object to act as a node-based tree. * * PHP 5 * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license inf...
100-percent-breakthrough
trunk/lib/Cake/Model/Behavior/TreeBehavior.php
PHP
gpl3
37,655
<?php /** * DataSource base class * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribution...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/DataSource.php
PHP
gpl3
10,960
<?php /** * Database Session save handler. Allows saving session information into a model. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license ...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Session/DatabaseSession.php
PHP
gpl3
3,677
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Session/CakeSessionHandlerInterface.php
PHP
gpl3
2,101
<?php /** * Cache Session save handler. Allows saving session information into Cache. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license infor...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Session/CacheSession.php
PHP
gpl3
2,615
<?php /** * Dbo Source * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files ...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/DboSource.php
PHP
gpl3
97,254
<?php /** * MySQL layer for DBO * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions ...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Database/Mysql.php
PHP
gpl3
21,425
<?php /** * MS SQL Server layer for DBO * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistri...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Database/Sqlserver.php
PHP
gpl3
22,912
<?php /** * SQLite layer for DBO * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Database/Sqlite.php
PHP
gpl3
15,591
<?php /** * PostgreSQL layer for DBO. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribu...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/Database/Postgres.php
PHP
gpl3
27,078
<?php /** * Session class for Cake. * * Cake abstracts the handling of sessions. * There are several convenient methods to access session information. * This class is the implementation of those methods. * They are mostly used by the Session Component. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (...
100-percent-breakthrough
trunk/lib/Cake/Model/Datasource/CakeSession.php
PHP
gpl3
16,700
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Model/Permission.php
PHP
gpl3
6,540
<?php /** * Object-relational mapper. * * DBO-backed object data model, for mapping database tables to Cake objects. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT Licen...
100-percent-breakthrough
trunk/lib/Cake/Model/Model.php
PHP
gpl3
111,454
<?php /** * Schema database management for CakePHP. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt...
100-percent-breakthrough
trunk/lib/Cake/Model/CakeSchema.php
PHP
gpl3
19,167
<?php /** * Model behaviors base class. * * Adds methods and automagic functionality to Cake Models. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright ...
100-percent-breakthrough
trunk/lib/Cake/Model/ModelBehavior.php
PHP
gpl3
7,899
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Model/Aro.php
PHP
gpl3
997
<?php /** * ModelValidator. * * Provides the Model validation logic. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information...
100-percent-breakthrough
trunk/lib/Cake/Model/ModelValidator.php
PHP
gpl3
18,664
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Model/I18nModel.php
PHP
gpl3
1,042
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/lib/Cake/Model/Aco.php
PHP
gpl3
998
<?php /** * CakeValidationRule. * * Provides the Model validation logic. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license informa...
100-percent-breakthrough
trunk/lib/Cake/Model/Validator/CakeValidationRule.php
PHP
gpl3
7,996
<?php /** * CakeValidationSet. * * Provides the Model validation logic. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license informat...
100-percent-breakthrough
trunk/lib/Cake/Model/Validator/CakeValidationSet.php
PHP
gpl3
8,234
<?php /** * BehaviorCollection * * Provides management and interface for interacting with collections of behaviors. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For ...
100-percent-breakthrough
trunk/lib/Cake/Model/BehaviorCollection.php
PHP
gpl3
8,903
<?php /** * Basic Cake functionality. * * Handles loading of core files needed on every request * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and l...
100-percent-breakthrough
trunk/lib/Cake/bootstrap.php
PHP
gpl3
14,069
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Cache/Cache.php
PHP
gpl3
16,239
<?php /** * APC storage engine for cache. * * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Red...
100-percent-breakthrough
trunk/lib/Cake/Cache/Engine/ApcEngine.php
PHP
gpl3
5,133
<?php /** * File Storage engine for cache. Filestorage is the slowest cache storage * to read and write. However, it is good for servers that don't have other storage * engine available, or have content which is not performance sensitive. * * You can configure a FileEngine cache, using Cache::config() * * PHP 5 ...
100-percent-breakthrough
trunk/lib/Cake/Cache/Engine/FileEngine.php
PHP
gpl3
9,818
<?php /** * Redis storage engine for cache * * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Re...
100-percent-breakthrough
trunk/lib/Cake/Cache/Engine/RedisEngine.php
PHP
gpl3
5,892
<?php /** * Wincache storage engine for cache. * * Supports wincache 1.1.0 and higher. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license in...
100-percent-breakthrough
trunk/lib/Cake/Cache/Engine/WincacheEngine.php
PHP
gpl3
5,323
<?php /** * Memcache storage engine for cache * * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt *...
100-percent-breakthrough
trunk/lib/Cake/Cache/Engine/MemcacheEngine.php
PHP
gpl3
8,157
<?php /** * Xcache storage engine for cache. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Red...
100-percent-breakthrough
trunk/lib/Cake/Cache/Engine/XcacheEngine.php
PHP
gpl3
5,818
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/lib/Cake/Cache/CacheEngine.php
PHP
gpl3
4,827
<?php /** * Exceptions file. Contains the various exceptions CakePHP will throw until they are * moved into their permanent location. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MI...
100-percent-breakthrough
trunk/lib/Cake/Error/exceptions.php
PHP
gpl3
13,986
<?php /** * Exception Renderer * * Provides Exception rendering features. Which allow exceptions to be rendered * as HTML pages. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT L...
100-percent-breakthrough
trunk/lib/Cake/Error/ExceptionRenderer.php
PHP
gpl3
9,085
<?php /** * Error handler * * Provides Error Capturing for Framework errors. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information,...
100-percent-breakthrough
trunk/lib/Cake/Error/ErrorHandler.php
PHP
gpl3
9,871
<?php /** * Registry of loaded log engines * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
100-percent-breakthrough
trunk/lib/Cake/Log/LogEngineCollection.php
PHP
gpl3
2,365
<?php /** * Logging. * * Log messages to text files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE....
100-percent-breakthrough
trunk/lib/Cake/Log/CakeLog.php
PHP
gpl3
15,659
<?php /** * File Storage stream for Logging * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Red...
100-percent-breakthrough
trunk/lib/Cake/Log/Engine/FileLog.php
PHP
gpl3
2,552
<?php /** * Console Logging * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of ...
100-percent-breakthrough
trunk/lib/Cake/Log/Engine/ConsoleLog.php
PHP
gpl3
2,529
<?php /** * Base Log Engine class * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributio...
100-percent-breakthrough
trunk/lib/Cake/Log/Engine/BaseLog.php
PHP
gpl3
1,725
<?php /** * CakeLogInterface * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of ...
100-percent-breakthrough
trunk/lib/Cake/Log/CakeLogInterface.php
PHP
gpl3
1,044
<html> <head> <title> This is title </title> </head> <body> <?php $customer_unit = 300; $first20 = 80; $twenty_to_150 = (150 - 20) * 8; $onefifty_to_250 = (250 - 150) * 10; $over_250 = ($customer_unit - 250 ) * 15; $total = $first20 + $twenty_to_150 + $on...
071e-bernhardt-php-course
trunk/practice.php
PHP
mit
413
<html> <head> <title> This is title </title> </head> <body> <?php $customer_unit = 300; $first20 = 80; $twenty_to_150 = (150 - 20) * 8; $onefifty_to_250 = (250 - 150) * 10; $over_250 = ($customer_unit - 250 ) * 15; $total = $first20 + $twenty_to_150 + $on...
071e-bernhardt-php-course
trunk/prashant.php
PHP
mit
415
<html> <head> <title> Bernhardt PHP </title> <body> <h3>Registration Form</h3> <form method="POST" action=""> First Name: <input type="text" name="fname" /> <br/> Last Name: <input type="text" name="lname"/> <br/> Password: <input...
071e-bernhardt-php-course
trunk/form_reg.php
PHP
mit
1,695
<html> <head> <title> This is title </title> </head> <body> <p> Hello Bernhardt! </p> </body> </html>
071e-bernhardt-php-course
trunk/hello.html
HTML
mit
140
<?php include_once "config.php"; ?> <html> <head> <title><?php echo $setting['site_name'];?></title> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="header"> <div id="logo"> <h1><?php echo $setting['site_na...
071e-bernhardt-php-course
trunk/cms/index.php
PHP
mit
2,532
#wrapper{ width:960px; margin:0 auto; } #header #logo{ height:100px; background:url("logo.jpg"); } #header #logo h1{ padding-top:30px; color:#B10814; margin-left: 15px; } #header #nav{ height:30px; line-height:30px; padding:10px; background:#900; } a { co...
071e-bernhardt-php-course
trunk/cms/styles.css
CSS
mit
1,340
<?php include_once "config.php"; ?> <html> <head> <title><?php echo $setting['site_name'];?></title> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="header"> <div id="logo"> <h1><?php echo $setting['site_name...
071e-bernhardt-php-course
trunk/cms/contact.php
PHP
mit
1,297
/* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear...
071e-bernhardt-php-course
trunk/cms/assets/colorbox/colorbox.css
CSS
mit
4,727
<?php include_once "config.php"; ?> <html> <head> <title><?php echo $setting['site_name'];?></title> <link href="styles.css" rel="stylesheet" type="text/css" /> <script src="assets/jquery.js"></script> <link media="screen" rel="stylesheet" href="assets/colorbox/colorbox.css" ...
071e-bernhardt-php-course
trunk/cms/gallery.php
PHP
mit
1,980
<?php include_once "config.php"; ?> <html> <head> <title><?php echo $setting['site_name'];?></title> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="header"> <div id="logo"> <h1><?php echo $setting['site_na...
071e-bernhardt-php-course
trunk/cms/page.php
PHP
mit
1,490
<div class="left_box"> <h4>Latest News</h4> <p> <?php while ($news_row = mysql_fetch_assoc($news_result)) {?> <a href="news.php?news_id=<?php echo $news_row['id'];?>"> <?php echo $news_row['title'];?><br/> <span><?php echo substr($news_row['content'],0,80);?>, <?php echo date("Y/m/d", $n...
071e-bernhardt-php-course
trunk/cms/left_inc.php
PHP
mit
398
<?php include_once "config.php"; ?> <html> <head> <title><?php echo $setting['site_name'];?></title> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="header"> <div id="logo"> <h1><?php echo $setting['site_name...
071e-bernhardt-php-course
trunk/cms/about.php
PHP
mit
1,581
<?php session_start(); if ($_SESSION['id'] != ""){ header("location: dashboard.php"); } //error_reporting(0); /*echo "<pre>"; print_r($_POST); echo "</pre>"; */ if ($_POST['btn_action'] == "login"){ $email = $_POST['email']; $pass = $_POST['password']; if ($email !="" && $pass !="") { ...
071e-bernhardt-php-course
trunk/cms/admin/index.php
PHP
mit
3,086
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $id = $_GET['id']; $query = "SELECT * FROM pages where id=$id"; $result = mys...
071e-bernhardt-php-course
trunk/cms/admin/pages_edit.php
PHP
mit
1,896
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM settings"; $result = mysql_query($query); //resource...
071e-bernhardt-php-course
trunk/cms/admin/settings.php
PHP
mit
2,710
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } mysql_connect('localhost', 'root', ''); mysql_select_db('bernhardt'); /* echo "<pre>"; print_r($_POST); print_r($_FILES); echo "</pre>"; */ $name = $_POST['name']; $file_name = strtolower($_FILES['photo']['nam...
071e-bernhardt-php-course
trunk/cms/admin/upload.php
PHP
mit
1,015
.com { color: #93a1a1; } .lit { color: #195f91; } .pun, .opn, .clo { color: #93a1a1; } .fun { color: #dc322f; } .str, .atv { color: #D14; } .kwd, .prettyprint .tag { color: #1e347b; } .typ, .atn, .dec, .var { color: teal; } .pln { color: #48484c; } .prettyprint { padding: 8px; background-color: #f7f7f9; border: ...
071e-bernhardt-php-course
trunk/cms/admin/assets/js/google-code-prettify/prettify.css
CSS
mit
817
/* Holder - 1.6 - client side image placeholders (c) 2012 Ivan Malopinsky / http://imsky.co Provided under the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 Commercial use requires attribution. */ var Holder = Holder || {}; (function (app, win) { var preempted = false, fallback = false, canvas = d...
071e-bernhardt-php-course
trunk/cms/admin/assets/js/holder/holder.js
JavaScript
mit
10,517
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT // IT'S ALL JUST JUNK FOR OUR DOCS! // ++++++++++++++++++++++++++++++++++++++++++ !function ($) { $(function(){ var $window = $(window) // Disable certain links in docs $('section [href^=#]').click(function (e) { e.preventDefault() }) // sid...
071e-bernhardt-php-course
trunk/cms/admin/assets/js/application.js
JavaScript
mit
3,954
/* Add additional stylesheets below -------------------------------------------------- */ /* Bootstrap's documentation styles Special styles for presenting Bootstrap's documentation and examples */ /* Body and structure -------------------------------------------------- */ body { position: relative; padding...
071e-bernhardt-php-course
trunk/cms/admin/assets/css/docs.css
CSS
mit
22,431
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM gallery"; $result = mysql_query($query); //resource ...
071e-bernhardt-php-course
trunk/cms/admin/gallery.php
PHP
mit
2,416
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $id = $_GET['id']; $query = "SELECT * FROM menus where id=$id"; $result = mys...
071e-bernhardt-php-course
trunk/cms/admin/menus_edit.php
PHP
mit
2,485
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $id = $_GET['id']; $query = "SELECT * FROM news where id=$id"; $result = mysq...
071e-bernhardt-php-course
trunk/cms/admin/news_edit.php
PHP
mit
1,890
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM news"; $result = mysql_query($query); //resource or ...
071e-bernhardt-php-course
trunk/cms/admin/news.php
PHP
mit
3,101
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>CMS Backend</title> <link href="assets/css/bootstrap.css" rel="stylesheet"> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } </style> ...
071e-bernhardt-php-course
trunk/cms/admin/base.php
Hack
mit
3,667
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } mysql_connect('localhost', 'root', ''); mysql_select_db('bernhardt'); $action=$_GET['action']; $id= $_GET['id']; //DELETE USER if($action== "user_delete" && $id!='') { //3. Performing SQL query $query = "DELE...
071e-bernhardt-php-course
trunk/cms/admin/db.php
PHP
mit
6,918
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>CMS Backend</title> <link href="assets/css/bootstrap.css" rel="stylesheet"> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } </style> ...
071e-bernhardt-php-course
trunk/cms/admin/base.html
HTML
mit
1,342
<?php //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM menus"; $result = mysql_query($query); //resource or similar to file handle while ($row = mysql_fetch_assoc($result)){ echo "<pre...
071e-bernhardt-php-course
trunk/cms/admin/sample.php
PHP
mit
363
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM menus order by `order` ASC"; $result = mysql_query($...
071e-bernhardt-php-course
trunk/cms/admin/menus.php
PHP
mit
3,136
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM pages"; $result = mysql_query($query); //resource or ...
071e-bernhardt-php-course
trunk/cms/admin/pages.php
PHP
mit
2,709
<?php session_start(); if ($_SESSION['id'] == ""){ header("location: index.php"); } //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $query = "SELECT * FROM users"; $result = mysql_query($query); //res...
071e-bernhardt-php-course
trunk/cms/admin/dashboard.php
PHP
mit
4,166
<?php //1. Connecti to MySQL server mysql_connect('localhost', 'root', ''); //2. Selecting database mysql_select_db('bernhardt'); //3. Performing SQL query $id = $_GET['id']; $query = "SELECT * FROM users where id=$id"; $result = mysql_query($query); //resource or similar to file handle $user = mysql_fetch_assoc...
071e-bernhardt-php-course
trunk/cms/admin/user_edit.php
PHP
mit
2,392
<div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="dashboard.php">CMS Administration</a> <?php $filename = basename($_SERVER['PHP_SELF']); ?> <div class="nav-collapse co...
071e-bernhardt-php-course
trunk/cms/admin/nav.php
PHP
mit
1,279