忍者ブログ
Live as though heaven is on earth 生きなさい 今日が最後の日であるように
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

$this->getFrontController()->unregisterPlugin('Zend_Controller_Plugin_ActionStack');

or

        $front = Zend_Controller_Front::getInstance();
        if (! $front->hasPlugin('Zend_Controller_Plugin_ActionStack')) {
            $actionStack = new Zend_Controller_Plugin_ActionStack();
            $front->registerPlugin($actionStack, 97);
        } else {
            $actionStack = $front->getPlugin('Zend_Controller_Plugin_ActionStack');
        }               

拍手[0回]

PR
$this->_helper->viewRenderer->renderBySpec('index', array('module' =>$module, 'controller' =>$controller));

拍手[2回]


rsync -rlpgoDvzrc --exclude='.svn' --delete -e ssh /* root@servername:/

--exclude ファイルを除外

-e ssh コネクト方法

補足:最初は確認を取るため、--dry-run
つまり:
rsync --dry-run -rlpgoDvzrc -e ssh /hom/hoge*.gz  hoge.vpn:/home/hoge/ 
確認をして、問題がなければ、--dry-runを外して、実際に同期させる 

拍手[1回]

cronファイル 所在 ディレクトリー は

/var/spool/cron/crontabs

上記のファイル、直接Viで修正できない

修正するときはcrontab コマンド を使う

拍手[0回]


ORDER BY IF(ISNULL(my_field),1,0),my_field;

拍手[0回]

ブログ内検索
AD
忍者カウンター

プロフィール
HN:
Lynn
年齢:
38
性別:
女性
誕生日:
1985/10/20
職業:
クリエーター
バーコード
アクセス解析
忍者ブログ [PR]
"Lynn" WROTE ALL ARTICLES.
PRODUCED BY SHINOBI.JP @ SAMURAI FACTORY INC.