Skip to content
Snippets Groups Projects
Commit 6a3cb233 authored by xamgore's avatar xamgore
Browse files

DataArray class marked as deprecated

parent 20770fa0
Branches
Tags
No related merge requests found
<?php defined('SYSPATH') or die('No direct script access.');
/** @deprecated */
class DataArray
{
/** @deprecated */
public static function factory($type = NULL) {
if($type == NULL)
return false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment