code
stringlengths
1
2.01M
language
stringclasses
1 value
<?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...
PHP
<?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 ...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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 ...
PHP
<?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...
PHP
<?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...
PHP
<?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 *...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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,...
PHP
<?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...
PHP
<?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....
PHP
<?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...
PHP
<?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 ...
PHP
<?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...
PHP
<?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 ...
PHP
<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-...
PHP
<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...
PHP
<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...
PHP
<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...
PHP
<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...
PHP
<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...
PHP
<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']); ?> &...
PHP
<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...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?php if (Configure::read('debug') > 0): Debugger::checkSecurityKeys(); endif; ?> <h1>Quote Request</h1>
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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;">...
PHP
<?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: '...
PHP
<?php echo $this->Session->flash(); ?> <p>Thank you, we'll get back to you shortly.</p>
PHP
<?php echo $this->Session->flash(); ?> <p>Thank you, we'll get back to you shortly.</p>
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?php echo $scripts_for_layout; ?> <script type="text/javascript"><?php echo $this->fetch('content'); ?></script>
PHP
<?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...
PHP
<?php echo $this->fetch('content'); ?>
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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...
PHP
<?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') ) ); ?>
PHP
<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-...
PHP
<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[...
PHP
<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...
PHP
<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...
PHP
<?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...
PHP
<?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...
PHP
<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-...
PHP
<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[...
PHP
<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...
PHP
<?php echo $this->Session->flash(); ?> <p>Thank you, we'll get back to you shortly.</p>
PHP
<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...
PHP
<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...
PHP
<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><?...
PHP
<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> ...
PHP
<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'...
PHP
<?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) * * ...
PHP
<?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. ...
PHP
<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); ?>
PHP
<?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. ...
PHP
<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...
PHP
<?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 ...
PHP
<?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. * * ...
PHP
<?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. * * @...
PHP
<?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...
PHP
<?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. * * @...
PHP
<?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...
PHP
<?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. ...
PHP
<?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. * * @...
PHP
<?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...
PHP
<?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...
PHP
<?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 * ...
PHP
<?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 ...
PHP
<?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 ...
PHP
<?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 ...
PHP
<?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...
PHP
<?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. * ...
PHP
<?php App::uses('CakeLog', 'Log'); App::uses('CakeLogInterface', 'Log'); App::uses('DebugTimer', 'DebugKit.Lib'); App::uses('DebugMemory', 'DebugKit.Lib'); App::uses('HelperCollection', 'View'); App::uses('CakeEventManager', 'Event'); App::uses('CakeEventListener', 'Event'); /** * DebugKit DebugToolbar Component * ...
PHP
<?php echo $test; ?>
PHP
<?php class PluginTestPanel extends DebugPanel { }
PHP
<?php /** * DebugKitTestController * * 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. * * ...
PHP
<?php /** * Test Panel * * 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. * * @copyright ...
PHP
<?php /** * Common test objects used in DebugKit tests * * 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 copy...
PHP
<?php /** * Toolbar Abstract Helper Test Case * * 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 not...
PHP
<?php /** * Toolbar HTML Helper Test Case * * 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....
PHP
<?php /** * Toolbar facade tests. * * 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. * * @...
PHP
<?php /** * DebugToolbar Test * * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copy...
PHP
<?php require_once dirname(__FILE__) . DS . 'DebugkitGroupTestCase.php'; /** * View Group Test for debugkit * * 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...
PHP