我想在多个页面上运行awesomeQuery.php代码,所以我使用。
<?php require_once("awesomeQuery.php") ?>
awesomeQuery.php看起来如下所示:
<?php
require 'vendor/autoload.php';
use Parse\ParseQuery;
[query code here that works]
?>
现在是spiffyPage.php
<?php
//This line here works beautifully!
我的自定义插件分为两部分: frontend.php和admin.php,用于有条件地加载代码。下面是代码的大致大纲:
<?php
/*
My plugin info here
*/
if (is_admin()) {
include_once('admin.php');
} else {
include_once('frontend.php');
}
?>
我已经写了几个在网页和帖子中使用的短代码。应该在哪个文件(admin.php或frontend.php)中放置与短代码相关的代码?
首先,我为我的英语感到抱歉,希望你能理解我。netbeans 7.0.1上的jVi 1.4.3插件..当我第一次点击编辑器窗口时,我会看到下面的对话框:
=====================================================================================
jVi works best with fixed size fonts.
Font size problem for Language: 'PHP (text/x-php5)'
The following specify a variable size