Skip to content

Instantly share code, notes, and snippets.

@Rachind
Created September 13, 2016 21:35
Show Gist options
  • Save Rachind/782945e60e31746a61a5a40252e2da08 to your computer and use it in GitHub Desktop.
Save Rachind/782945e60e31746a61a5a40252e2da08 to your computer and use it in GitHub Desktop.
MODX API create alias
<?
$new_res = $modx->newObject('modResource', $resource_data);
$alias = $new_res->cleanAlias($title);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment