code stringlengths 1 2.01M | language stringclasses 1
value |
|---|---|
<?php
$chooseAttrib = array('good' => 'good', 'fair' => 'fair', 'limited' => 'limited', 'none' => 'none' );
$genderAttrib = array('' => 'Select Gender...', 'male' => 'Male', 'female' => 'Female' );
$citizAttrib = array('Filipino' => 'Filipino', 'Chinese' => 'Chinese', 'North Korean' => 'North Korean', 'South Korean' =>... | PHP |
<?php
$this->load->view('enrollment/enrollment_modal');
$genderAttrib = array('' => 'Select Gender...', 'male' => 'Male', 'female' => 'Female' );
$child_birth_position = array('first'=>'First','Second'=>'Second','third'=>'Third','fourth'=>'Fourth','fifth'=>'Fifth','sixth'=>'Sixth','youngest'=>'youngest','only'=>'Only')... | PHP |
<div> </div>
<div class="large-12 columns"><h5 class="lead">PARENT / LEGAL GUARDIAN INFORMATION</h5></div>
<hr class="clearfix">
<div class="row">
<div class="large-12 columns">
<div class="large-4 columns">
<?php
if($to_be_display_father == 'father' || $to_be_display_father == ''){
?>
... | PHP |
<?
if(isset($page)){ $body_class = 'style="overflow:hidden"';}
echo doctype();
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title>school system</title>
<!-- star... | PHP |
<?
echo doctype();
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title>school system</title>
<link rel="stylesheet" href="<?=style_url('normalize');?>">
<link rel="styleshe... | PHP |
<?
echo doctype();
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>school system</title>
<link rel="stylesheet" href="<?=style_url('normalize');?>">
<link rel="stylesheet" href="<?=style_url('foundation.min');?>">
... | PHP |
<?php
$fname = $this->session->userdata('e_f_name');
$user_id = $this->session->userdata('userid');
$lname = $this->session->userdata('e_l_name');
$cp_authlink = $this->authlink->generate_authlink();
$mname = $this->session->userdata('e_m_name');
$usertype = $this->session->userdata('userType');
?>
<nav class... | PHP |
<?php # $this->load->view('layouts/_flash'); ?>
<div class="ui-corner-all contentContainer" style="background-color: #fff;">
<div style="position: relative;">
<div style="float: left;">
<div class="ui-corner-top side_menu" style="width: 100%;">Profile doesn't exist</div>
<div style="border:1px solid #286bcc;">
<di... | PHP |
<div class="ui-corner-all captionHeader" style="background-color: #ffff5f;">
<strong>Student Login</strong>
</div>
<div class="ui-corner-all contentContainer" style="background-color: #fff;">
<div style="margin: 0px auto; width: 250px;">
<?=form_open()?>
<?php if($this->session->flashdata('system_message')) echo '... | PHP |
<div class="row">
<h2 class="label alert">An error has been encountered</h2>
<?php if(isset($system_message)) echo $system_message;?>
<a href="<?=site_url('confirm/resend');?>" class="btn btn-warning">Resend Confirmation Link</a>
</div> | PHP |
<div class="row">
<?php if(isset($system_message)) echo $system_message;?>
<div>
<a href="<?=site_url('inquiry/quitinquiry');?>" class="button" style="width:200px;">
<strong>Finish Inquiry.</strong>
</a>
</div>
</div>
| PHP |
<div class="row">
<?php if(isset($system_message)) echo $system_message;?>
<!--
<div>
<a href="<?=site_url('enrollment/quitenrollment');?>" class="button" style="width:200px;">
<strong>Finish enrollment.</strong>
</a>
</div>-->
</div>
| PHP |
<?php
$this->load->view('enrollment/enrollment_modal');
$genderAttrib = array('' => 'Select Gender...', 'male' => 'Male', 'female' => 'Female' );
$child_birth_position = array('first'=>'First','Second'=>'Second','third'=>'Third','fourth'=>'Fourth','fifth'=>'Fifth','sixth'=>'Sixth','youngest'=>'youngest','only'=>'Only... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
}
div.option{
margin:20px 5px;
}
ul li{
list-style:none;
}
textarea{
width:90%;
min-height:150px;
max-height:150px
}
span{
padding:0px;
margin:0px;
font-size:15px;
color: #4d4d4d;
}
form.custom .custom.checkbox.checked:bef... | PHP |
<?php if(isset($system_message)) echo $system_message;?>
<style>
div.enrollment-menu
{
padding:20px;
<!--border:2px dashed #c0c0c0;-->
}
div.option{
margin:20px 5px;
}
</style>
<div class="row">
<div class="large-3 columns"> </div>
<div class="large-6 columns enrollment-menu content-views">
<di... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
<!--border:2px dashed #c0c0c0;-->
}
div.option{
margin:20px 5px;
}
ul li{
list-style:none;
}
textarea{
width:90%;
min-height:150px;
max-height:150px
}
span{
padding:0px;
margin:0px;
font-size:15px;
color: #4d4d4d;
}
form.custom .custom.checkb... | PHP |
<?php
if($applicant->guidance_recommend_level_id!=''){
$level_id = set_value('level_id',$applicant->guidance_recommend_level_id);
}else{
$level_id = set_value('level_id',$applicant->e_grade_level);
}
$child_fname = set_value('child_fname',ucwords(strtolower($applicant->firstname)));
$child_mname = set_value('c... | PHP |
<div class="verify">
<div class="wrapper">
<img src="<?=base_url('assets/css/custom-images/dialog_question.png');?>">
<div class="content">
<table class="data-table">
<?if(!empty($verify_profile_data)):?>
<tbody class="tabular">
<tr><td>Firstname:</td><td><?php echo $verify_profile_data['firstname']... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
border:2px dashed #c0c0c0;
}
div.option{
margin:20px 5px;
}
ul li{
list-style:none;
}
</style>
<?php
$this->load->view('enrollment/enrollment_modal');
$genderAttrib = array('' => 'Select Gender...', 'male' => 'Male', 'female' => 'Female' );
$child_birth_positi... | PHP |
<?php
$this->load->view('enrollment/enrollment_modal');
$genderAttrib = array('' => 'Select Gender...', 'male' => 'Male', 'female' => 'Female' );
$child_birth_position = array('first'=>'First','Second'=>'Second','third'=>'Third','fourth'=>'Fourth','fifth'=>'Fifth','sixth'=>'Sixth','youngest'=>'youngest','only'=>'Only')... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
border:2px dashed #c0c0c0;
}
div.option{
margin:20px 5px;
}
</style>
<div class="row">
<div class="large-2 columns"> </div>
<div class="large-8 columns enrollment-menu content-views">
<?if(isset($system_message))echo $system_message;?>
<fi... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
<!--border:2px dashed #c0c0c0;-->
}
div.option{
margin:20px 5px;
}
ul li{
list-style:none;
}
span{
padding:0px;
margin:0px;
font-size:15px;
color: #4d4d4d;
}
form.custom .custom.checkbox.checked:before {
content: "\2714";
cursor: pointer;
}
</s... | PHP |
<div> </div>
<div class="large-12 columns"><h5 class="lead">PARENT / LEGAL GUARDIAN INFORMATION</h5></div>
<hr class="clearfix">
<div class="row">
<div class="large-12 columns">
<div class="large-4 columns">
<?php
if($to_be_display_father == 'father' || $to_be_display_father == ''){
?>
... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
<!--border:2px dashed #c0c0c0;-->
}
div.option{
margin:20px 5px;
}
</style>
<div class="row">
<div class="large-3 columns"> </div>
<div class="large-6 columns enrollment-menu content-views">
<div class="alert-box">
To verify that you are studen... | PHP |
<style>
div.enrollment-menu
{
padding:20px;
border:2px dashed #c0c0c0;
}
div.option{
margin:20px 5px;
}
ul li{
list-style:none;
}
</style>
<?php
$this->load->view('enrollment/enrollment_modal');
$genderAttrib = array('' => 'Select Gender...', 'male' => 'Male', 'female' => 'Female' );
$child_birth_positi... | PHP |
<div class="row">
<div class="large-3 columns"> </div>
<div class="large-6 columns enrollment-menu content-views">
<?=$system_message;?>
<div class="alert-box">
Already enrolled but confirmation code was not sent?
<ul>
<li>Have you tried the spam folder?</li>
<li>Are you sure that you registe... | PHP |
<?php
$timeAttrib = array('' => 'Select Time...', '9:00 AM' => '9:00 AM', '1:30 PM' => '1:30 PM' );
?>
<div class="large-1 columns"> </div>
<div class="large-10 columns enrollment-menu content-views">
<?echo form_open('inquiry/applicant_data','id="check-form-submit" class="custom" data-abide autocomplete=... | PHP |
<?php if(isset($system_message)) echo $system_message;?>
<style>
div.enrollment-menu
{
padding:20px;
}
div.option{
margin:20px 5px;
}
</style>
<div class="row">
<div class="large-3 columns"> </div>
<div class="large-6 columns enrollment-menu content-views">
<div class="alert-box">
This is not ... | PHP |
<?
$config =& get_config();
$base_url = isset($config['base_url']) ? $config['base_url'] == '' ? NULL : $config['base_url'] : NULL;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>An Error Occured.</title>
<link rel="stylesheet" href="<?=$base_url;?>assets/css/error/bootstrap/bootstrap.min.css"/>
<l... | PHP |
<style>
p
{
background: #93C0FF;
border:3px solid #95C2FF;
padding:0;
margin:0;
}
label{
font-weight:bold;
margin-top:5px;
}
</style>
<fieldset>
<legend>Error</legend>
<label>Severity</label>
<p><?=$severity;?></p>
<label>Message</label>
<p><?=$message;?></p>
<label>Filename</label>
... | PHP |
<?
$config =& get_config();
$base_url = isset($config['base_url']) ? $config['base_url'] == '' ? NULL : $config['base_url'] : NULL;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Database Error!</title>
<link rel="stylesheet" href="<?=$base_url;?>assets/css/error/bootstrap/bootstrap.min.css"/>
<lin... | PHP |
<?
$config =& get_config();
$base_url = isset($config['base_url']) ? $config['base_url'] == '' ? NULL : $config['base_url'] : NULL;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Whooah! :(</title>
<link rel="stylesheet" href="<?=$base_url;?>assets/css/error/bootstrap/bootstrap.min.css"/>
<link rel... | PHP |
<?php
$lang['alpha_dash_space'] = "Invalid Characters Found.";
$lang['alpha_space'] = "Must Contain Only Alphabetic Characters and space.";
$lang['text_all'] = "Invalid Characters Found";
$lang['alphanum_space'] = "Invalid Characters Found";
$lang['enumeration'] = "Only alphanumeric,space and comma is allowed";
$lang... | PHP |
<?php
function all_fees($data)
{
if(!empty($data))
{
foreach($data as $key => $value){
$all_fees[$value->fee_id]['name'] = $value->fee_name;
$all_fees[$value->fee_id]['rate'] = $value->fee_rate;
$all_fees[$value->fee_id]['desc'] = $value->fee_desc;
$all_fees[$value->fee_id]['id'] = $value->fee_id;
}
... | PHP |
<?php
function money($data)
{
if(is_float($data))
{
if(preg_match('/^\d+\.\d+$/',$data) == TRUE){
return $data;
}else{
return $data.'.00';
}
}else{
return $data.'.00';
}
}
function random_user_id()
{
$CI =& get_instance();
$idNo = $CI->current_ay->sy_to.'-'.rand(1000,9999).'-'.substr(uniqid(md... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
if ( ! function_exists('style_url'))
{
function style_url($uri = '')
{
$CI =& get_instance();
return $CI->config->base_url('assets/css/'.$uri.'.css');
}
}
if ( ! function_exists('script_url'))
{
function script_url($uri = ... | PHP |
<?php
class m_new_enrollee Extends MY_Model
{
private $last_insert_id;
private $CI;
private $__table = 'enrollments';
private $__seftable = 'student_enrollment_fees';
public function __construct()
{
parent::__construct();
$this->CI =& get_instance();
$this->CI->load->model('m_level_fees','m... | PHP |
<?php
class M_gperiods Extends CI_Model
{
private $__table = 'grading_periods';
public function __construct()
{
parent::__construct();
}
public function get_gperiods($id = FALSE)
{
$this->load->database();
if($id == FALSE){
$data = $this->db->get($this->__table);
}else{
$data =... | PHP |
<?php
class M_for_enrollment_id Extends MY_Model{
private $_table = 'for_enrollment_id';
public function __construct()
{
parent::__construct();
}
public function get_enrollment_id()
{
$sql = "SELECT for_e_id
FROM for_enrollment_id
LIMIT 1";
$query = $this->db->... | PHP |
<?php
class M_check_verification Extends MY_Model
{
/*
validate verification link and creates login credentials for student
*/
public function check_and_create_login_credentials($id,$auth)
{
$sql = 'SELECT enrollment_transaction_code,
mustverify,
e_profile_id,
e_student_id... | PHP |
<?php
class M_id_creator Extends MY_Model
{
private $table = 'student_id_counter';
public function get_id($level)
{
if($this->get_last_id($level) == FALSE)
{
$this->get_id($level);
}else{
return $this->get_last_id($level);
}
}
public function search_id($id,$level)
{
$table =... | PHP |
<?php
class M_pre_applicant Extends CI_Model{
public function register_complete_info($profile_data)
{
unset($profile_data['brombrom']);
$profile_data = (object)$profile_data;
//format date and get age from birhtdate
$d = $this->__format($profile_data->child_bdate);
$profile_input['p_a_gra... | PHP |
<?php
class M_levels extends CI_Model {
private $__table = 'levels';
public function get_all_levels($id=FALSE)
{
if($id == FALSE){
$query = $this->db->get($this->__table);
}else{
$query = $this->db->where('level_id',$id)->get($this->__table);
}
return $query->num_rows() >= 1 ? $query->... | PHP |
<?php
class M_fees Extends CI_Model
{
private $__table ='fees';
public function __construct()
{
parent::__construct();
}
public function get_all_fees($id ='')
{
if($id == ''){
$query = $this->db->get($this->__table);
}else{
$query = $this->db->select(array('fee_id','fee_desc','fe... | PHP |
<?php
class M_school_settings extends CI_Model {
private $__table = 'school_settings';
public function get_all_school_setting($id='')
{
$query = $this->db->limit(1)->get($this->__table);
return $query->num_rows() >= 1 ? $query->result() : FALSE;
}
public function check_online_status()
{
$... | PHP |
<?php
class M_old_enrollee Extends MY_Model
{
private $grade_level_id;
public function check_student_id($id)
{
$sql = "SELECT e_id,e_profile_id,e_ay_id
FROM enrollments
WHERE e_student_id = ?
AND e_registered = 1
AND verified = 1
ORDER BY e_created_at ASC
LIMIT 1";
$query =... | PHP |
<?php
class M_users extends CI_Model {
private $last_insert_id;
/*
-------------------------------------------------------------------
add_user
12-6-12
perry
-------------------------------------------------------------------
Adds a user on the system
Returns true if add success
Re... | PHP |
<?php
class M_level_fees Extends CI_Model
{
private $__table = 'level_fees';
private $_ftable = 'fees';
private $_ltable = 'levels';
public function __construct()
{
parent::__construct();
}
public function check_level_fee_isset()
{
}
public function get_grade_level($id=FALSE)... | PHP |
<?php
class M_enrollees extends CI_Model {
private $__table = 'enrollments';
public function get_all_enrollees($sy_from=FALSE,$sy_to=FALSE)
{
$query = 'SELECT
sections.section_name,
sections.section_status,
enrollments.e_profile_id,
enrollments.e_section_id,
enrollments... | PHP |
<?php
class M_school_years extends CI_Model {
private $__table = 'school_years';
public function get_all_school_year($id=FALSE)
{
if($id == FALSE){
$query = $this->db->get($this->__table);
}else{
$query = $this->db->where('id',$id)->get($this->__table);
}
return $query->num_rows() >... | PHP |
<?php
Class Create_captcha
{
public function _captcha()
{
$CI =& get_instance();
$CI->load->helper('captcha');
$system_counted_hash = bin2hex(mcrypt_create_iv(32, MCRYPT_DEV_URANDOM));
$vals = array(
'word' => substr(sha1(rand(1,100).$system_counted_hash),3,rand(3,5)),
'img_path' => '... | PHP |
<?php
class Quest_captcha
{
private $ci;
public function __construct()
{
$this->ci =& get_instance();
$this->_init();
}
private function _init($reset = FALSE)
{
if($this->ci->session->userdata('questcap') == FALSE OR $reset == TRUE)
{
$questions = $this->generate_question();
$q... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
require_once APPPATH.'/libraries/hashids'.EXT;
class hs Extends hashids\Hashids
{
public function __construct()
{
parent::__construct($salt = 'jJifd893jfJjfdi.\/dDf3g$\*83f',5);
}
} | PHP |
<?php
class token
{
private $ci;
public function __construct()
{
$this->ci =& get_instance();
$this->set_token();
}
public function set_token()
{
if($this->get_token() == NULL OR $this->get_token() == FALSE OR $this->get_token() == '')
{
$this->ci->session->set_userdata('form_token... | PHP |
<?php
class Authlink{
private $CI;
private $token_return;
private $random_word = 'The Big Brown Fox Jumped Over The Lazy Dog savy';
public function __construct()
{
$this->CI =& get_instance();
}
private function authlink_creator()
{
return sha1(md5(rand(1000,9999).sha1(md5(rand(1000,9999... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class MY_Form_validation extends CI_Form_validation
{
public function __construct($rules = array())
{
parent::__construct($rules);
$this->CI->lang->load('MY_form_validation');
}
public function alpha_dash_space($str)
{... | PHP |
<?php
class Idno_creator
{
private $ci;
public function __construct()
{
$this->ci =& get_instance();
}
public function generate_new_id($level)
{
/*
format 2013-nursery-0001
description:
every grade level has a different base start
ie 0001
example
so there will be a 201... | PHP |
<?php
// ******************************************************************************
// Software: mPDF, Unicode-HTML Free PDF generator *
// Version: 5.4 based on *
// FPDF by Olivier PLATHEY ... | PHP |
<?php
/**
* PHP grocery CRUD
*
* A Codeigniter library that creates a CRUD automatically with just few lines of code.
*
* Copyright (C) 2010 - 2012 John Skoumbourdis.
*
* LICENSE
*
* Grocery CRUD is released with dual licensing, using the GPL v3 (license-gpl3.txt) and the MIT license (license-mit.txt).
* Yo... | PHP |
<?php
/*
Hashids may be freely distributed under the MIT license.
Documentation: http://www.hashids.org/php/
Source: https://github.com/ivanakimov/hashids.php
*/
namespace Hashids;
class Hashids {
const VERSION = '0.3.0';
/* internal settings */
const MIN_ALPHABET_LENGTH = 16;
const SEP... | PHP |
<?php
class Page_auth
{
private $CI;
public function __construct()
{
$this->CI =& get_instance();
}
// redirects page to specified controller only
public function secure_page($redirect_to = FALSE)
{
if($this->CI->session->userdata('logged_in') === TRUE)
{
if($this->CI->uri->segment(1) !== $this->CI->se... | PHP |
<?php
class MY_Controller Extends CI_Controller
{
var $school_name = FALSE;
var $school_address = FALSE;
var $school_telephone = FALSE;
var $school_email = FALSE;
var $school_tag_name = FALSE;
var $current_grading_period = FALSE; // returns id of current grading period
var $current_school_year = FALSE; // r... | PHP |
<?php
class MY_Model Extends CI_Model
{
protected $c_user;
protected $c_gp;
protected $c_sy;
private $ci;
public function __construct()
{
parent::__construct();
$this->ci =& get_instance();
$this->c_user = $this->get_user();
$this->c_sy = $this->get_sy();
$this->c_gp = $this->get_gp();
... | PHP |
<?php
class Offline Extends MY_Controller
{
public function __construct()
{
parent::__construct();
if($this->offline_status !== TRUE)
{
redirect();
}
}
public function index(){}
} | PHP |
<?php
class Inquiry Extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->load->model(array('M_levels','M_users','M_new_enrollee','M_for_enrollment_id','M_pre_applicant','M_fees','M_school_years'));
$this->load->library(array('authlink','create_captcha','token'));
$this... | PHP |
<?php
class Enrollment Extends MY_Controller
{
var $test_repo;
var $profile_data;
var $user_data;
public function __construct()
{
parent::__construct();
$this->load->model(array('M_levels','M_users','M_new_enrollee','M_for_enrollment_id'));
$this->load->library(array('authlink','create_captcha','to... | PHP |
<?php
class Register Extends MY_Controller
{
var $test_repo;
var $profile_data;
var $user_data;
public function __construct()
{
parent::__construct();
$this->load->model(array('M_levels','M_users','M_new_enrollee','M_for_enrollment_id'));
$this->load->library(array('authlink','create_captcha','toke... | PHP |
<?php
class Status Extends MY_Controller
{
public function __construct()
{
parent::__construct();
$this->layout_view = 'application_error';
$this->load->library('authlink');
}
public function index()
{
show_404();
}
public function success($auth='')
{
//$this->disable_browser_c... | PHP |
<?php
class Test Extends MY_Controller
{
public function index()
{
print_r($this->_accronymizer());
}
private function _accronymizer($string = FALSE)
{
if($string !== FALSE)
{
$clean_string = htmlspecialchars(strip_tags($string));
$number_of_words = str_word_count($clean_string,... | PHP |
<?php
/* Default Timezone */
ini_set('date.timezone', 'Asia/Manila');
/*
*---------------------------------------------------------------
* APPLICATION ENVIRONMENT
*---------------------------------------------------------------
*
* You can load different configurations depending on your
* current environment. ... | PHP |
<?php
$lang['date_year'] = "Year";
$lang['date_years'] = "Years";
$lang['date_month'] = "Month";
$lang['date_months'] = "Months";
$lang['date_week'] = "Week";
$lang['date_weeks'] = "Weeks";
$lang['date_day'] = "Day";
$lang['date_days'] = "Days";
$lang['date_hour'] = "Hour";
$lang['date_hours'] = "Hours";
$lang['date_m... | PHP |
<?php
$lang['terabyte_abbr'] = "TB";
$lang['gigabyte_abbr'] = "GB";
$lang['megabyte_abbr'] = "MB";
$lang['kilobyte_abbr'] = "KB";
$lang['bytes'] = "Bytes";
/* End of file number_lang.php */
/* Location: ./system/language/english/number_lang.php */ | PHP |
<?php
$lang['email_must_be_array'] = "The email validation method must be passed an array.";
$lang['email_invalid_address'] = "Invalid email address: %s";
$lang['email_attachment_missing'] = "Unable to locate the following email attachment: %s";
$lang['email_attachment_unreadable'] = "Unable to open this attachment: %... | PHP |
<?php
$lang['required'] = "The %s field is required.";
$lang['isset'] = "The %s field must have a value.";
$lang['valid_email'] = "The %s field must contain a valid email address.";
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
$lang['valid_url'] = "The %s field must contain ... | PHP |
<?php
$lang['imglib_source_image_required'] = "You must specify a source image in your preferences.";
$lang['imglib_gd_required'] = "The GD image library is required for this feature.";
$lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties.";
... | PHP |
<?php
$lang['cal_su'] = "Su";
$lang['cal_mo'] = "Mo";
$lang['cal_tu'] = "Tu";
$lang['cal_we'] = "We";
$lang['cal_th'] = "Th";
$lang['cal_fr'] = "Fr";
$lang['cal_sa'] = "Sa";
$lang['cal_sun'] = "Sun";
$lang['cal_mon'] = "Mon";
$lang['cal_tue'] = "Tue";
$lang['cal_wed'] = "Wed";
$lang['cal_thu'] = "Th... | PHP |
<?php
$lang['ftp_no_connection'] = "Unable to locate a valid connection ID. Please make sure you are connected before peforming any file routines.";
$lang['ftp_unable_to_connect'] = "Unable to connect to your FTP server using the supplied hostname.";
$lang['ftp_unable_to_login'] = "Unable to login to your FTP serv... | PHP |
<?php
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could ... | PHP |
<?php
$lang['ut_test_name'] = 'Test Name';
$lang['ut_test_datatype'] = 'Test Datatype';
$lang['ut_res_datatype'] = 'Expected Datatype';
$lang['ut_result'] = 'Result';
$lang['ut_undefined'] = 'Undefined Test Name';
$lang['ut_file'] = 'File Name';
$lang['ut_line'] = 'Line Number';
$lang['ut_passed'] = 'Passed'... | PHP |
<?php
$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASS/METHOD';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES';
$lang['profiler_get_data'] = 'GET DATA';
$lang['profiler_post_data'] = 'POST DATA';
$lang['profiler_uri_string'] = 'URI STRING';
$la... | PHP |
<?php
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$... | PHP |
<?php
$lang['upload_userfile_not_set'] = "Unable to find a post variable called userfile.";
$lang['upload_file_exceeds_limit'] = "The uploaded file exceeds the maximum allowed size in your PHP configuration file.";
$lang['upload_file_exceeds_form_limit'] = "The uploaded file exceeds the maximum size allowed by the sub... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.1.6 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
* @license http://codei... | PHP |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.