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 /** * * 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/CakePHP/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/CakePHP/lib/Cake/Model/Model.php
PHP
gpl3
110,885
<?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/CakePHP/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/CakePHP/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/CakePHP/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/CakePHP/lib/Cake/Model/ModelValidator.php
PHP
gpl3
18,657
<?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/CakePHP/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/CakePHP/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/CakePHP/lib/Cake/Model/Validator/CakeValidationRule.php
PHP
gpl3
7,995
<?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/CakePHP/lib/Cake/Model/Validator/CakeValidationSet.php
PHP
gpl3
8,231
<?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/CakePHP/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/CakePHP/lib/Cake/bootstrap.php
PHP
gpl3
13,992
<?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/CakePHP/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/CakePHP/lib/Cake/Cache/Engine/ApcEngine.php
PHP
gpl3
5,134
<?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/CakePHP/lib/Cake/Cache/Engine/FileEngine.php
PHP
gpl3
9,819
<?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/CakePHP/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/CakePHP/lib/Cake/Cache/Engine/WincacheEngine.php
PHP
gpl3
5,324
<?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/CakePHP/lib/Cake/Cache/Engine/MemcacheEngine.php
PHP
gpl3
8,158
<?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/CakePHP/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/CakePHP/lib/Cake/Cache/CacheEngine.php
PHP
gpl3
4,828
<?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/CakePHP/lib/Cake/Error/exceptions.php
PHP
gpl3
13,983
<?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/CakePHP/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/CakePHP/lib/Cake/Error/ErrorHandler.php
PHP
gpl3
9,820
<?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/CakePHP/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/CakePHP/lib/Cake/Log/CakeLog.php
PHP
gpl3
15,658
<?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/CakePHP/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/CakePHP/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/CakePHP/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/CakePHP/lib/Cake/Log/CakeLogInterface.php
PHP
gpl3
1,044
<div class="offices form"> <?php echo $this->Form->create('Office'); ?> <fieldset> <legend><?php echo __('Add Office'); ?></legend> <?php echo $this->Form->input('o_name'); echo $this->Form->input('o_address'); echo $this->Form->input('o_postcode'); echo $this->Form->input('o_phone'); echo $this-...
100-percent-breakthrough
trunk/app/View/Offices/add.ctp
PHP
gpl3
859
<div class="offices index"> <h2><?php echo __('Offices'); ?></h2> <table cellpadding="0" cellspacing="0"> <tr> <!--<th><?php echo $this->Paginator->sort('o_id'); ?></th>--> <th><?php echo $this->Paginator->sort('o_name'); ?></th> <th><?php echo $this->Paginator->sort('o_address'); ?></th> <th><?ph...
100-percent-breakthrough
trunk/app/View/Offices/index.ctp
PHP
gpl3
2,445
<div class="offices view"> <h2><?php echo __('Office'); ?></h2> <dl> <dt><?php echo __('O Id'); ?></dt> <dd> <?php echo h($office['Office']['o_id']); ?> &nbsp; </dd> <dt><?php echo __('O Name'); ?></dt> <dd> <?php echo h($office['Office']['o_name']); ?> &nbsp; </dd> <dt><?php ec...
100-percent-breakthrough
trunk/app/View/Offices/view.ctp
PHP
gpl3
3,286
<div class="offices form"> <?php echo $this->Form->create('Office'); ?> <fieldset> <legend><?php echo __('Edit Office'); ?></legend> <?php echo $this->Form->input('o_id'); echo $this->Form->input('o_name'); echo $this->Form->input('o_address'); echo $this->Form->input('o_postcode'); echo $this->F...
100-percent-breakthrough
trunk/app/View/Offices/edit.ctp
PHP
gpl3
1,109
<div class="interactions form"> <?php echo $this->Form->create('Interaction'); ?> <fieldset> <legend><?php echo __('Add Interaction'); ?></legend> <?php echo $this->Form->input('i_date'); echo $this->Form->input('i_type'); echo $this->Form->input('i_details'); echo $this->Form->input('e_id'); ech...
100-percent-breakthrough
trunk/app/View/Interactions/add.ctp
PHP
gpl3
849
<div class="interactions index"> <h2><?php echo __('Interactions'); ?></h2> <table cellpadding="0" cellspacing="0"> <tr> <th><?php echo $this->Paginator->sort('i_id'); ?></th> <th><?php echo $this->Paginator->sort('i_date'); ?></th> <th><?php echo $this->Paginator->sort('i_type'); ?></th> <th><?ph...
100-percent-breakthrough
trunk/app/View/Interactions/index.ctp
PHP
gpl3
2,616
<div class="interactions view"> <h2><?php echo __('Interaction'); ?></h2> <dl> <dt><?php echo __('I Id'); ?></dt> <dd> <?php echo h($interaction['Interaction']['i_id']); ?> &nbsp; </dd> <dt><?php echo __('I Date'); ?></dt> <dd> <?php echo h($interaction['Interaction']['i_date']); ?> &...
100-percent-breakthrough
trunk/app/View/Interactions/view.ctp
PHP
gpl3
1,843
<div class="interactions form"> <?php echo $this->Form->create('Interaction'); ?> <fieldset> <legend><?php echo __('Edit Interaction'); ?></legend> <?php echo $this->Form->input('i_id'); echo $this->Form->input('i_date'); echo $this->Form->input('i_type'); echo $this->Form->input('i_details'); ec...
100-percent-breakthrough
trunk/app/View/Interactions/edit.ctp
PHP
gpl3
1,109
<?php if (Configure::read('debug') > 0): Debugger::checkSecurityKeys(); endif; ?> <h1>Quote Request</h1> <td> <?php echo $quote['Quote']['pub_street']; ?><br /> <?php echo $quote['Quote']['pub_suburb']; ?> <?php echo $quote['Quote']['pub_state']; ?><br /> <?php echo $quote['Quo...
100-percent-breakthrough
trunk/app/View/Quote/index.ctp
PHP
gpl3
491
<?php if (Configure::read('debug') > 0): Debugger::checkSecurityKeys(); endif; ?> <h1>Quote Request</h1> <td> <?php echo $quote['Quote']['pub_street']; ?><br /> <?php echo $quote['Quote']['pub_suburb']; ?> <?php echo $quote['Quote']['pub_state']; ?><br /> <?php echo $quote['Quo...
100-percent-breakthrough
trunk/app/View/Quote/view.ctp
PHP
gpl3
491
<?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...
100-percent-breakthrough
trunk/app/View/Pages/about.ctp
PHP
gpl3
2,557
<?php if (Configure::read('debug') > 0): Debugger::checkSecurityKeys(); endif; ?> <h1>Quote Request</h1>
100-percent-breakthrough
trunk/app/View/Pages/quote.ctp
PHP
gpl3
135
<?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...
100-percent-breakthrough
trunk/app/View/Pages/home.ctp
PHP
gpl3
1,931
<?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...
100-percent-breakthrough
trunk/app/View/Pages/career.ctp
PHP
gpl3
2,251
<?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...
100-percent-breakthrough
trunk/app/View/Pages/contactcentre.ctp
PHP
gpl3
5,934
<?php if (Configure::read('debug') > 0): Debugger::checkSecurityKeys(); endif; ?> <div id ="colp1" <h1>Contact Us</h1> <br /><p>Thank you for your interest in our company. Leave a message.</p> <?php echo $this->Form->create('Contact', array('action' => 'send')); ?> <table style="border:none;">...
100-percent-breakthrough
trunk/app/View/Pages/Contacts/index.ctp
PHP
gpl3
1,897
<?php if (isset($success)) { ?> <p><?= $success?></p> <?php } else { ?> <?php if (isset($error)) { ?> <p><?= $error?></p> <?}?> <?php echo $form->create(null,array('action' => 'contact', 'enctype' => 'multipart/form-data')); ?> <p> <?php echo $form->label('Page.name','Name: '...
100-percent-breakthrough
trunk/app/View/Pages/Contacts/contact.ctp
PHP
gpl3
914
<?php echo $this->Session->flash(); ?> <p>Thank you, we'll get back to you shortly.</p>
100-percent-breakthrough
trunk/app/View/Pages/Contacts/success.ctp
PHP
gpl3
90
<?php echo $this->Session->flash(); ?> <p>Thank you, we'll get back to you shortly.</p>
100-percent-breakthrough
trunk/app/View/Pages/success.ctp
PHP
gpl3
90
<?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...
100-percent-breakthrough
trunk/app/View/Pages/axiacon.ctp
PHP
gpl3
2,633
<?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...
100-percent-breakthrough
trunk/app/View/Pages/services.ctp
PHP
gpl3
4,065
<?php if (Configure::read('debug') > 0): Debugger::checkSecurityKeys(); endif; ?> <div id ="colp1"> <h1>Contact Us</h1> <br/> <h3>National Toll Free Number</h3> <p>1300 00 AXIA (2942)</p> <br><h3>Out of Business Hours - 24 hours, 7 days per week, 365 days per ye...
100-percent-breakthrough
trunk/app/View/Pages/contactus.ctp
PHP
gpl3
2,750
<?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/app/View/Emails/html/default.ctp
PHP
gpl3
789
<?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/app/View/Emails/text/default.ctp
PHP
gpl3
693
<?php echo $scripts_for_layout; ?> <script type="text/javascript"><?php echo $this->fetch('content'); ?></script>
100-percent-breakthrough
trunk/app/View/Layouts/js/default.ctp
PHP
gpl3
114
<?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/app/View/Layouts/ajax.ctp
PHP
gpl3
705
<?php echo $this->fetch('content'); ?>
100-percent-breakthrough
trunk/app/View/Layouts/xml/default.ctp
PHP
gpl3
39
<?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/app/View/Layouts/flash.ctp
PHP
gpl3
1,180
<?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...
100-percent-breakthrough
trunk/app/View/Layouts/default.ctp
PHP
gpl3
2,794
<?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/app/View/Layouts/Emails/html/default.ctp
PHP
gpl3
951
<?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/app/View/Layouts/Emails/text/default.ctp
PHP
gpl3
786
<?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/app/View/Layouts/error.ctp
PHP
gpl3
1,671
<?php if (!isset($channel)) { $channel = array(); } if (!isset($channel['title'])) { $channel['title'] = $title_for_layout; } echo $this->Rss->document( $this->Rss->channel( array(), $channel, $this->fetch('content') ) ); ?>
100-percent-breakthrough
trunk/app/View/Layouts/rss/default.ctp
PHP
gpl3
232
<div class="offices form"> <?php echo $this->Form->create('Office'); ?> <fieldset> <legend><?php echo __('Add Office'); ?></legend> <?php echo $this->Form->input('o_name'); echo $this->Form->input('o_address'); echo $this->Form->input('o_postcode'); echo $this->Form->input('o_phone'); echo $this-...
100-percent-breakthrough
trunk/app/View/Contact/add.ctp
PHP
gpl3
859
<h1>Contact</h1> <table> <tr> <th>ID</th> <th>Full Name</th> <th>Detail</th> <th>Email</th> </tr> <!-- here is where we loop through our $publishers array --> <?php foreach($contact as $contact) { ?> <tr> <td><?php echo $contact['Contact']['id']; ?></td> <td><?php echo $contact[...
100-percent-breakthrough
trunk/app/View/Contact/index.ctp
PHP
gpl3
487
<div class="offices view"> <h2><?php echo __('Office'); ?></h2> <dl> <dt><?php echo __('O Id'); ?></dt> <dd> <?php echo h($office['Office']['o_id']); ?> &nbsp; </dd> <dt><?php echo __('O Name'); ?></dt> <dd> <?php echo h($office['Office']['o_name']); ?> &nbsp; </dd> <dt><?php ec...
100-percent-breakthrough
trunk/app/View/Contact/view.ctp
PHP
gpl3
3,286
<div class="offices form"> <?php echo $this->Form->create('Office'); ?> <fieldset> <legend><?php echo __('Edit Office'); ?></legend> <?php echo $this->Form->input('o_id'); echo $this->Form->input('o_name'); echo $this->Form->input('o_address'); echo $this->Form->input('o_postcode'); echo $this->F...
100-percent-breakthrough
trunk/app/View/Contact/edit.ctp
PHP
gpl3
1,109
<?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/app/View/Errors/error500.ctp
PHP
gpl3
935
<?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/app/View/Errors/error400.ctp
PHP
gpl3
997
<div class="offices form"> <?php echo $this->Form->create('Office'); ?> <fieldset> <legend><?php echo __('Add Office'); ?></legend> <?php echo $this->Form->input('o_name'); echo $this->Form->input('o_address'); echo $this->Form->input('o_postcode'); echo $this->Form->input('o_phone'); echo $this-...
100-percent-breakthrough
trunk/app/View/Contacts/add.ctp
PHP
gpl3
859
<h1>Contact</h1> <table> <tr> <th>ID</th> <th>Full Name</th> <th>Detail</th> <th>Email</th> </tr> <!-- here is where we loop through our $publishers array --> <?php foreach($contact as $contact) { ?> <tr> <td><?php echo $contact['Contact']['id']; ?></td> <td><?php echo $contact[...
100-percent-breakthrough
trunk/app/View/Contacts/index.ctp
PHP
gpl3
487
<div class="offices view"> <h2><?php echo __('Office'); ?></h2> <dl> <dt><?php echo __('O Id'); ?></dt> <dd> <?php echo h($office['Office']['o_id']); ?> &nbsp; </dd> <dt><?php echo __('O Name'); ?></dt> <dd> <?php echo h($office['Office']['o_name']); ?> &nbsp; </dd> <dt><?php ec...
100-percent-breakthrough
trunk/app/View/Contacts/view.ctp
PHP
gpl3
3,286
<?php echo $this->Session->flash(); ?> <p>Thank you, we'll get back to you shortly.</p>
100-percent-breakthrough
trunk/app/View/Contacts/success.ctp
PHP
gpl3
90
<div class="offices form"> <?php echo $this->Form->create('Office'); ?> <fieldset> <legend><?php echo __('Edit Office'); ?></legend> <?php echo $this->Form->input('o_id'); echo $this->Form->input('o_name'); echo $this->Form->input('o_address'); echo $this->Form->input('o_postcode'); echo $this->F...
100-percent-breakthrough
trunk/app/View/Contacts/edit.ctp
PHP
gpl3
1,109
<div class="quotes form"> <?php echo $this->Form->create('Quote'); ?> <fieldset> <legend><?php echo __('Add Quote'); ?></legend> <?php echo $this->Form->input('family_name'); echo $this->Form->input('facs_office'); echo $this->Form->input('allocated_facs_worker'); echo $this->Form->input('direct_mob...
100-percent-breakthrough
trunk/app/View/Quotes/add.ctp
PHP
gpl3
920
<div class="quotes index"> <h2><?php echo __('Quotes'); ?></h2> <table cellpadding="0" cellspacing="0"> <tr> <th><?php echo $this->Paginator->sort('quote_id'); ?></th> <th><?php echo $this->Paginator->sort('family_name'); ?></th> <th><?php echo $this->Paginator->sort('facs_office'); ?></th> <th><?...
100-percent-breakthrough
trunk/app/View/Quotes/index.ctp
PHP
gpl3
3,147
<div class="quotes view"> <h2><?php echo __('Quote'); ?></h2> <dl> <dt><?php echo __('Quote Id'); ?></dt> <dd> <?php echo h($quote['Quote']['quote_id']); ?> &nbsp; </dd> <dt><?php echo __('Family Name'); ?></dt> <dd> <?php echo h($quote['Quote']['family_name']); ?> &nbsp; </dd> ...
100-percent-breakthrough
trunk/app/View/Quotes/view.ctp
PHP
gpl3
2,328
<div class="quotes form"> <?php echo $this->Form->create('Quote'); ?> <fieldset> <legend><?php echo __('Edit Quote'); ?></legend> <?php echo $this->Form->input('quote_id'); echo $this->Form->input('family_name'); echo $this->Form->input('facs_office'); echo $this->Form->input('allocated_facs_worker'...
100-percent-breakthrough
trunk/app/View/Quotes/edit.ctp
PHP
gpl3
1,180
<?php /** * Application level View Helper * * This file is application-wide helper file. You can put all * application-wide helper-related methods here. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * ...
100-percent-breakthrough
trunk/app/View/Helper/AppHelper.php
PHP
gpl3
1,030
<?php /** * Toolbar history state view. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/ToolbarAccess/history_state.ctp
PHP
gpl3
945
<table class="sql-log-query-explain debug-table"> <?php $headers = array_shift($result); echo $this->Html->tableHeaders($headers); echo $this->Html->tableCells($result); ?> </table> <?php // Consume and toss out the timers $timers = DebugKitDebugger::getTimers(true); ?>
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/ToolbarAccess/sql_explain.ctp
PHP
gpl3
271
<?php /** * View Variables Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/history_panel.ctp
PHP
gpl3
1,345
<h2><?php echo __d('debug_kit', 'App Constants'); ?></h2> <?php if (!empty($content['app'])) { $cakeRows = array(); foreach ($content['app'] as $key => $val) { $cakeRows[] = array( $key, $val ); } $headers = array('Constant', 'Value'); echo $this->Toolbar->table($cakeRows, $headers, array('titl...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/environment_panel.ctp
PHP
gpl3
1,762
<?php /** * Debug Toolbar Element * * Renders all of the other panel elements. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/debug_toolbar.ctp
PHP
gpl3
2,230
<?php /** * Included Files Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/include_panel.ctp
PHP
gpl3
1,048
<?php /** * SQL Log Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/sqllog_panel.ctp
PHP
gpl3
2,013
<?php /** * Log Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copy...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/log_panel.ctp
PHP
gpl3
1,411
<?php /** * Session Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/session_panel.ctp
PHP
gpl3
750
<?php /** * Timer Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @co...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/timer_panel.ctp
PHP
gpl3
3,283
<?php /** * View Variables Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/variables_panel.ctp
PHP
gpl3
886
<?php /** * Request Panel Element * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Elements/request_panel.ctp
PHP
gpl3
1,548
<?php /** * Simple Graph Helper * * Allows creation and display of extremely simple graphing elements * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Re...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Helper/SimpleGraphHelper.php
PHP
gpl3
2,177
<?php /** * Abstract Toolbar helper. Provides Base methods for content * specific debug toolbar helpers. Acts as a facade for other toolbars helpers as well. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefou...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Helper/ToolbarHelper.php
PHP
gpl3
5,808
<?php /** * FirePHP Toolbar Helper * * Injects the toolbar elements into non-HTML layouts via FireCake. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Helper/FirePhpToolbarHelper.php
PHP
gpl3
2,367
<?php App::uses('DebugTimer', 'DebugKit.Lib'); App::uses('DebugMemory', 'DebugKit.Lib'); App::uses('Helper', 'View'); /** * Debug TimerHelper * * Tracks time and memory usage while rendering view. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Helper/DebugTimerHelper.php
PHP
gpl3
2,181
<?php App::uses('File', 'Utility'); /** * Tidy helper - passes html through tidy on the command line, and reports markup errors * * PHP version 4 and 5 * * Copyright (c) 2009, Andy Dawson * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Helper/TidyHelper.php
PHP
gpl3
4,666
<?php /** * Html Toolbar Helper * * Injects the toolbar elements into HTML layouts. * Contains helper methods for * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/View/Helper/HtmlToolbarHelper.php
PHP
gpl3
5,602
/** * Debug Toolbar Javascript. * * Creates the DEBUGKIT namespace and provides methods for extending * and enhancing the Html toolbar. Includes library agnostic Event, Element, * Cookie and Request wrappers. * * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Softw...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/webroot/js/js_debug_toolbar.js
JavaScript
gpl3
22,243
/* @override http://localhost/mark_story/site/debug_kit/css/debug_toolbar.css */ #debug-kit-toolbar { position: fixed; top: 0px; right:0px; width: 100%; height: 1%; overflow: visible; z-index:10000; font-family: helvetica, arial, sans-serif; font-size: 12px; direction: ltr; } #debug-kit-toolbar img { border:...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/webroot/css/debug_toolbar.css
CSS
gpl3
8,424
<?php /** * DebugKit ToolbarAccess Controller * * Allows retrieval of information from the debugKit internals. * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT Lice...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/Controller/ToolbarAccessController.php
PHP
gpl3
3,138
<?php /** * Debug Kit App Controller * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * ...
100-percent-breakthrough
trunk/app/Plugin/DebugKit/Controller/DebugKitAppController.php
PHP
gpl3
766