Pastoid

Search Results

January 19, 2011 at 3:39 pm - View

<?php /** * email me (FormUI) * @package postfields

January 11, 2011 at 3:43 am - View

January 10, 2011 at 2:12 pm - View

<?php class DB extends Singleton { protected $connection;

January 10, 2011 at 2:12 pm - View

<?php abstract class DB_Connection { protected $pdo; protected $statements = array();

January 10, 2011 at 2:12 pm - View

<?php class DB_Connection_SQLite extends DB_Connection { public function connect ( $config = null ) { try { parent::connect( $config );

January 5, 2011 at 1:09 pm - View

Array ( [MAX_FILE_SIZE] => 1048576000 [dropoff] => 35037eb152355665f601fd8f9a346ef7 [sendername] =>

January 5, 2011 at 1:05 pm - View

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#recipientAdd').click(function() {

January 5, 2011 at 10:07 am - View

<div id='recipientTemplate' class='recipient'> Name: <input type='text' class='recipientname' name='recipient[X][name]' size='20'> Email: <input type='text' class='recipientemail' name='recipient[X][email]' size='20'> </div> <div id='fileTemplate' class='file'>

January 5, 2011 at 10:02 am - View

<script type="text/javascript"> $(document).ready(function() { $('#recipientAdd').click(function() { var num = $('.recipient').length; var newNum = new Number(num + 1);

January 5, 2011 at 8:03 am - View

[recipient] => Array ( [1] => Array ( [name] => ONE

January 5, 2011 at 8:01 am - View

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#btnAdd').click(function() {

December 16, 2010 at 1:47 pm - View

<?php $list = array('alice', 'abby', 'bob', 'dave', 'drew'); function getAlphabetList($list) {

November 18, 2010 at 4:26 pm - View

<?php function __call($name, $params) { $fields = $this->model->get_fields();

November 18, 2010 at 3:58 pm - View

<?php namespace Domain\Model; use Fv\Domain\Service\Doctrine as Service;

November 18, 2010 at 9:28 am - View

string(8) "Memcache" 2 array(23) { 3 ["application.php"]=> 4 string(42) "/var/www/microsite/classes/application.php" 5 ["auth.php"]=>

November 8, 2010 at 11:27 am - View

/** * Test a Term's descendants. * @return boolean true if $term is an ancestor of $this */ public function is_descendant_of( Term $term )

November 3, 2010 at 11:11 pm - View

$other = Post::get('limit=1&vocabulary[tags:all:term]=habari'); //$other = Post::get('limit=1&vocabulary=tags:all:term_display=habari'); //$other = Post::get(array('vocabulary' => 'tags[all:term]=habari')); //$other = Post::get(array('limit'=> 1, 'before' => $post->pubdate->format('Y-m-d'), 'vocabulary'=> 'tags[all:term]=' . $tag->term)); //$other = Post::get('limit=1&before=' . $post->pubdate->format('Y-m-d') . '&vocabulary[tags][all:term]=' . $tag->term);

rick_c - View

Index: system/classes/posts.php =================================================================== --- system/classes/posts.php (revision 4511) +++ system/classes/posts.php (working copy) @@ -179,116 +179,74 @@

November 1, 2010 at 3:26 pm - View

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <meta name="generator" content="PSPad editor, www.pspad.com">

November 1, 2010 at 3:26 pm - View

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <meta name="generator" content="PSPad editor, www.pspad.com">

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161

<Hide