Created
October 11, 2017 17:04
-
-
Save qwersk/85decff1cfc5b22dda0c3733783043d1 to your computer and use it in GitHub Desktop.
Get custom article field in module #JOOMLA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php'); | |
$jcFields = FieldsHelper::getFields('com_content.article', $item, true); | |
$jsfields = json_decode(json_encode($jcFields), True); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment