File path: dist/twist/Core/Models/Tools.model.php
Namespace: Twist\Core\Models
Type: Model
Tools
— A set of useful tools that have been designed to be used throughout the framework, these tools are to stop repartition of common code and data processing algorithms.
<?php
//Set the variables for the example
$strKey = 'foo';
$arrData = array(0 => 'foo', 1 => 'bar');
$strSplitChar = ';
//Call the function arrayParseUnset with the example vars
$resTools = new \Twist\Core\Models\Tools();
$resTools -> arrayParseUnset($strKey, $arrData, $strSplitChar);
Method | Access | Returns |
---|---|---|
arrayPrint | public | void |
arrayParse | public | void |
arrayParseUnset | public | void |
array3dTo2d | public | void |
array2dTo3d | public | void |
arrayMergeRecursive | public | void |
arrayReindex | public | void |
ghostArray | public | void |
arrayRelationalTree | public | void |
buildRelationalTree | private | void |
varDump | public | void |
traverseURI | public | void |
randomString | public | void |
slug | public | void |
zipStrings | public | void |