API17

Difference between revisions of "JTableAsset::loadByName"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JTableAsset->loadByName ($name)
+
public JTableAsset::loadByName ($name)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 28:
 
int
 
int
 
===Defined in===
 
===Defined in===
libraries/joomla/database/table/asset.php
+
libraries/joomla/database/table/asset.php (line 66)
 +
* see source code in [[jplatform:database/table/asset.php#cl-66|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:22, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTableAsset::loadByName[edit]

Description[edit]

Method to load an asset by it's name.

Template:Description:JTableAsset::loadByName [Edit Descripton]

Synopsis[edit]

public JTableAsset::loadByName ($name)
Parameter Type Default Description
$name string The name of the asset.

Returns[edit]

int

Defined in[edit]

libraries/joomla/database/table/asset.php (line 66)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JTableAsset::loadByName

Examples[edit]

<CodeExamplesForm />