⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 edit.php

📁 这是一个开源的博客源码
💻 PHP
字号:
<?php/** * 缂栬緫鏂囩珷 *  * @category typecho * @package Widget * @copyright Copyright (c) 2008 Typecho team (http://www.typecho.org) * @license GNU General Public License 2.0 * @version $Id$ *//** * 缂栬緫鏂囩珷缁勪欢 *  * @author qining * @category typecho * @package Widget * @copyright Copyright (c) 2008 Typecho team (http://www.typecho.org) * @license GNU General Public License 2.0 */class Widget_Contents_Post_Edit extends Widget_Abstract_Contents implements Widget_Interface_Do{    /**     * 灏唗ags鍙栧嚭     *      * @access protected     * @return array     */    protected function ___tags()    {        if ($this->have()) {            return $this->db->fetchAll($this->db            ->select()->from('table.metas')            ->join('table.relationships', 'table.relationships.mid = table.metas.mid')            ->where('table.relationships.cid = ?', $this->cid)            ->where('table.metas.type = ?', 'tag'), array($this->widget('Widget_Abstract_Metas'), 'filter'));        }                return array();    }        /**     * 鑾峰彇褰撳墠鎵

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -