JArrayHelper/1.5

From Joomla! Documentation
< JArrayHelper(Difference between revisions)
Jump to: navigation, search
(Layout updates)
m (See also: fixing link to API)
 
Line 50: Line 50:
 
<source lang="php">jimport( 'joomla.utilities.arrayhelper' );</source>
 
<source lang="php">jimport( 'joomla.utilities.arrayhelper' );</source>
 
===See also===
 
===See also===
* {{JVer|1.5}} '''JArrayHelper''' on [http://api.joomla.org/Joomla-Framework/Utilities/JArrayHelper.html api.joomla.org]
+
* {{JVer|1.5}} '''JArrayHelper''' on [http://api.joomla.org/1.5/Joomla-Framework/Utilities/JArrayHelper.html api.joomla.org]
 
* {{JVer|1.5}} '''JArrayHelper source code''' on [[jframework15:utilities/arrayhelper.php|JoomlaCode]]
 
* {{JVer|1.5}} '''JArrayHelper source code''' on [[jframework15:utilities/arrayhelper.php|JoomlaCode]]
 
* {{JVer|1.5}} Subpackage [[Subpackage Utilities/1.5|Utilities]]
 
* {{JVer|1.5}} Subpackage [[Subpackage Utilities/1.5|Utilities]]

Latest revision as of 13:02, 13 February 2013

[edit] Joomla 1.5 JArrayHelper

[edit] Description

Description:JArrayHelper [Edit Descripton]

[edit] Methods

Visibility Method name Description
public toString
public _sortObjects Private callback function for sorting an array of objects on a key.
public fromObject Utility function to map an object to an array.
public getColumn Extracts a column from an array of arrays or objects.
public getValue Utility function to return a value from a named array or a specified default.
public sortObjects Utility function to sort an array of objects on a given field.
public toInteger Function to convert array to integer values.
public toObject Utility function to map an array to a stdClass object.
  • Defined in libraries/joomla/utilities/arrayhelper.php

[edit] Importing

jimport( 'joomla.utilities.arrayhelper' );

[edit] See also

SeeAlso:JArrayHelper [Edit See Also]

[edit] User contributed notes

<CodeExamplesForm />


Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox