Skip to content

Instantly share code, notes, and snippets.

View zeelot's full-sized avatar

zeelot zeelot

  • Microsoft Research
  • Seattle
View GitHub Profile
<?php
try
{
$test = ARB::cancel()
->test_mode(TRUE)
->set('subscription_id' => '924332')
->execute();
}
catch (ARB_Validation_Exception $e)
{
<?php defined('SYSPATH') or die('No direct script access.');
class TicketsCommentsStatusesLabels extends Doctrine_Migration_Base
{
public function up()
{
// Types
$int = array('type' => 'integer', 'length' => 8);
$varchar = array('type' => 'varchar', 'length' => 255);
$text = array('type' => 'text');
# HTTPDOCS .htaccess
# Created by Redirection Module: Apache
# Thu, 06 Aug 2009 13:14:48 -0400
# Redirection 2.1.22 - http://urbangiraffe.com/plugins/redirection/
<Files .htaccess,.svn>
order allow,deny
deny from all
</Files>