Instantly share code, notes, and snippets.
webber12
/ tagsaver.plugin.php
Last active
August 29, 2015 14:23
— forked from AgelxNash/tagsaver.plugin.php
This file contains hidden or 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 | |
/** | |
* TagSaver | |
* | |
* @category plugin,DocLister | |
* @version 0.1 | |
* @license GNU General Public License (GPL), http://www.gnu.org/copyleft/gpl.html | |
* @internal @properties &tv=ID TV-параметра;input; &tv_cats=ID категорий TV-параметров;input; &sep=Разделитель тегов;input; | |
* @internal @events OnDocFormSave | |
* @internal @modx_category Manager and Admin |
webber12
/ DocLister.BuildMenu.php
Created
August 10, 2014 14:53
This file contains hidden or 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 | |
$core = $modx; | |
if ( ! function_exists('getkey')) | |
{ | |
/** | |
* Код MODX гавно, поэтому забываем про TypeHinting | |
* @param mixed $data | |
* @param string $key | |
* @param mixed $default null | |
* @return mixed |