Моя функция прерывается на линии, где я выполняю вызов Active Record, поэтому я не должен вызывать вещи правильно.
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class Stuff {
public function specific($passedArray) {
echo "Test";
$CI =& get_instance();
$CI->load->database();
$CI->load->helper('array');
$CI->load->helper('format_helper');
$dataArray = $this->db->where($column_name, $StockNum);
$dataArray = $this->db->get($tablename);
echo "Bollocks!";
«Тест» будет эхом, но не блоками!