code
stringlengths
1
2.01M
language
stringclasses
1 value
<?php class table_product_category extends table { public $id = 0; public $name = ''; function __construct() { parent::__construct( 'bone_product_category', 'id'); } }
PHP
<?php class table_user extends table { public $id = 0; public $username = ''; public $password = ''; public $key = ''; public $email = ''; public $phone = ''; public $mobile = ''; public $qq = ''; public $wangwang = ''; public $gtalk = ''; public $name = ''; public $avatar = '0.jpg'; public $is_admin = 0;...
PHP
<?php class table_team extends table { public $id = 0; public $user_id = 0; public $job = ''; public $website = ''; public $description = ''; function __construct() { parent::__construct( 'bone_team', 'id'); } }
PHP
<?php class table_product extends table { public $id = 0; public $category_id = 0; public $name = ''; public $description = ''; public $meta_keywords = ''; public $meta_description = ''; public $image = ''; public $price = 21; public $hits = 0; public $create_time = 0; function __construct() { parent::_...
PHP
<?php class table_project_attachment extends table { public $id = 0; public $project_id = 0; public $pricing_id = 0; public $user_id = 0; public $name = ''; public $type = ''; public $size = 0; public $image = ''; public $thumbnail = ''; public $file_name = ''; public $create_time = 0; function __construc...
PHP
<?php class table_ticket extends table { public $id = 0; public $project_id = 0; public $title = ''; public $description = ''; public $step = 0; public $create_time = 0; public $complete_time = 0; function __construct() { parent::__construct( 'bone_ticket', 'id'); } }
PHP
<?php class table_project_track extends table { public $id = 0; public $project_id = 0; public $operator_id = 0; public $operation = ''; public $note = ''; public $time = 0; function __construct() { parent::__construct( 'bone_project_track', 'id'); } }
PHP
<?php class table_content extends table { public $id = 0; public $category_id = 0; public $title = ''; public $meta_keywords = ''; public $meta_description = ''; public $summary = ''; public $body = ''; public $frontpage = 0; public $created_time = 0; public $created_by_id = 0; public $created_by_name = '';...
PHP
<?php class theme extends template { public function __construct() { $this->north = true; //顶部 $this->west = true; //左部 $this->center = true; //中部 $this->east = false; //无右部 $this->south = true; //底部 } // head 头, 用于子类添加js和css protected function head(){} public function displ...
PHP
<?php class menu_foot extends menu { public function __construct() { $this->add_menu(9, 0, '关于我们', 'content', 'frontpage', '', ''); $this->add_menu(10, 0, '团队', 'content', 'frontpage', '', ''); $this->add_menu(11, 0, '联系我们', 'content', 'frontpage', '', ''); $this->add_menu(12, 0, '意见或建议', 'c...
PHP
<?php class menu_main extends menu { public function __construct() { $this->add_menu(1, 0, '首页', '', '', '', './'); $this->add_menu(4, 0, '业务范围', 'product', 'listing', '', ''); $this->add_menu(5, 0, '咨询报价', 'pricing', 'create', '', ''); $this->add_menu(6, 0, '在线开发系统', 'project', 'guest_list'...
PHP
<? $security_inc = true; include("../bd_mysql.inc"); require_once ('./scripts/php/sessions.php'); require_once ('./scripts/php/content.php'); if (!empty($enter_user)) {header("Location: index.php"); exit;} ?><!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initi...
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} // Переменные, которые индицируют вход в аккаунт (содержат id аккаунта) $enter_admin=false; $enter_user=false; // Массивы, содержащие инфо о текущем пользователе $admin_info=array(); $user_inf...
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} $answ=mysql_query("SELECT * FROM `lim_options` WHERE `id`=1"); if (isset($answ)) $options = mysql_fetch_assoc($answ); $answ_page = mysql_query("SELECT * FROM `lim_pages` WHERE `page_href`='$self'...
PHP
<?/* Защита от "прямого" вызова скрипта */ if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} /* ФУНКЦИИ КОДИРОВАНИЯ В JSON */ function json_encode_cyr($str) { $arr_replace_utf = array('\u0410', '\u0430','\u0411','\u0431','\u0412','\u0432', '\u0413','\u0433','\u0414','\u0434','\u0415...
PHP
<?/* Защита от "прямого" вызова скрипта */ if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} /* ФУНКЦИИ ЗАПРОСОВ К БД */ function db_row ($query, $need_log = false) { $ret = mysql_query($query); $err = mysql_error(); if (!empty($err) || $need_log) { $query=addslashes(stripslash...
PHP
<? $security_inc = true; require_once ('../bd_mysql.inc'); require_once (MC_ROOT.'/scripts/php/f_mysql.php'); require_once (MC_ROOT.'/scripts/php/sessions.php'); require_once (MC_ROOT.'/scripts/php/content.php'); ?><!DOCTYPE html> <html> <head> <? require MC_ROOT.'/parts/other/metrics_head.php'; ?> </head...
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} ?> <div data-role="header" class="jqm-header" data-position="fixed"> <div id="slct-page"> <div data-role="controlgroup" data-type="horizontal"> <a href="index.php" class="ui-btn ui-corner-a...
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} ?> <div data-role="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer"> <p>MedPred CRM Mobile version <span class="jqm-version"></span></p> <p>Copyright 2014</p> </div><!-- /f...
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} ?>
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} ?> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><? echo $page['page_shortname'] . " | " . $options['syte_shortname'];?></title> <link rel="...
PHP
<? // Защита от "прямого" вызова скрипта if (!isset($security_inc)) {header("Location: /pages/error404.html"); exit;} ?> <? mysql_close(); ?>
PHP
<? $security_inc = true; require_once ('../bd_mysql.inc'); require_once (MC_ROOT.'/scripts/php/f_mysql.php'); require_once (MC_ROOT.'/scripts/php/sessions.php'); require_once (MC_ROOT.'/scripts/php/content.php'); ?><!DOCTYPE html> <html> <head> <? require MC_ROOT.'/parts/other/metrics_head.php'; ?> </head> <body> <...
PHP
<? $security_inc = true; require_once ('../bd_mysql.inc'); require_once (MC_ROOT.'/scripts/php/f_mysql.php'); require_once (MC_ROOT.'/scripts/php/sessions.php'); //require_once (MC_ROOT.'/scripts/php/content.php'); ?><!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" con...
PHP
<? $security_inc = true; require_once ('../bd_mysql.inc'); require_once (MC_ROOT.'/scripts/php/f_mysql.php'); require_once (MC_ROOT.'/scripts/php/sessions.php'); require_once (MC_ROOT.'/scripts/php/content.php'); ?><!DOCTYPE html> <html> <head> <? require MC_ROOT.'/parts/other/metrics_head.php'; ?> </head...
PHP
<p align="center"><br /><br /> <?php echo $this->Html->image('ukulele_girl.gif', array('alt'=> 'Publishers Logo', true, 'border' => '0')); ?> <br /><br /><br /><br /> Date last updated: December 2011<br /><br /> </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 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
<html> <head> <title>Publishers</title> <?php echo $this->Html->meta('icon'); echo $this->Html->css('publishers'); ?> </head> <head> <link rel="stylesheet" type="text/css" href="publisher.css"> </head> <body> <div id="blind"></div> <div id="container"> <div id="header"> <?php echo $this->Html->image(...
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
<?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 /** * 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 /** * Index * * The Front Controller for handling 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 license information, please...
PHP
<?php /** * Web Access Frontend for TestSuite * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICE...
PHP
<?php /** * Static content controller. * * This file will render views from views/pages/ * * 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 ...
PHP
<?php /** * Application level Controller * * This file is application-wide controller file. You can put all * application-wide controller-related methods here. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)...
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 the a...
PHP
<?php /** * AppShell file * * 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 fil...
PHP
#!/usr/bin/php -q <?php /** * Command-line code generation utility to automate programmer chores. * * 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
#!/usr/bin/php -q <?php /** * Command-line code generation utility to automate programmer chores. * * 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 /** * Routes configuration * * In this file, you set up routes to your controllers and their actions. * Routes are very important mechanism that allows you to freely connect * different urls to chosen controllers and their actions (functions). * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http...
PHP
<?php /** * This is the PHP base ACL configuration file. * * Use it to configure access control of your Cake application. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License ...
PHP
;<?php exit() ?> ;/** ; * ACL Configuration ; * ; * ; * PHP 5 ; * ; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ...
PHP
<?php /** * This is core configuration file. * * Use it to configure core behavior of Cake. * * 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 licen...
PHP
<?php /** * This file is loaded automatically by the app/webroot/index.php file after core.php * * This file should load/create any application wide configuration settings, such as * Caching, Logging, loading additional configuration files. * * You should also use this file to include any files that provide globa...
PHP
<?php /** * This is Acl Schema file * * Use it to configure database for ACL * * 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 /** * This is i18n Schema file * * Use it to configure database for i18n * * 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 informatio...
PHP
<?php /** * This is Sessions Schema file * * Use it to configure database for Sessions * * 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 /** * Application model for Cake. * * This file is application-wide model file. You can put all * application-wide model-related methods here. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Lice...
PHP
<?php /** * Requests collector. * * This file collects requests if: * - no mod_rewrite is available or .htaccess files are not supported * - requires App.baseUrl to be uncommented in app/Config/core.php * - app/webroot is not set as a document root. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (h...
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 /** * Scaffold. * * Automatic forms and actions generation for rapid web application development. * * 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 copyrig...
PHP
<?php /** * A custom view class that is used for themeing * * 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 LICEN...
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 /** * Helpers collection is used as a registry for loaded helpers and handles loading * and constructing helper class objects. * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * ...
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 /** * 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 /** * 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 the a...
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 /** * * 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 /** * * 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 /** * * 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 /** * * 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 /** * * 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 /** * Methods for displaying presentation data in the view. * * 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 t...
PHP
<?php /** * Prints a stack trace for an exception * * 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 /** * SQL Dump element. Dumps out SQL log information * * 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 LIC...
PHP
<?php /** * Session Helper provides access to the Session in the Views. * * 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...
PHP
<?php /** * Text Helper * * Text manipulations: Highlight, excerpt, truncate, strip of links, convert email addresses to mailto: links... * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under T...
PHP
<?php /** * Pagination Helper class file. * * Generates pagination links * * 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 ...
PHP
<?php /** * Time Helper class file. * * 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 * Redistributi...
PHP
<?php /** * 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 information, please see the LICENSE.txt * Redistributions of files must retain the above copyright ...
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 /** * Number Helper. * * Methods to make numbers more readable. * * 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...
PHP
<?php /** * CacheHelper helps create full page view caching. * * 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 LI...
PHP
<?php /** * Prototype Engine Helper for JsHelper * * Provides Prototype specific Javascript for JsHelper. Requires at least * Prototype 1.6 * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed unde...
PHP
<?php /** * Html Helper class file. * * Simplifies the construction of HTML elements. * * 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...
PHP
<?php /** * RSS Helper class file. * * Simplifies the output of RSS feeds. * * 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 th...
PHP
<?php /** * jQuery Engine Helper for JsHelper * * Provides jQuery specific Javascript for JsHelper. * * Implements the JsHelper interface for jQuery. All $options arrays * support all options found in the JsHelper, as well as those in the jQuery * documentation. * * PHP 5 * * CakePHP(tm) : Rapid Development ...
PHP