Pastoid

Search Results

May 8, 2008 at 9:58 pm - View

<?php $theme->display('header'); ?> <form name="create-content" id="create-content" method="post" action="<?php URL::out( 'admin', 'page=publish' ); ?>"> <div class="publish"> <div class="container">

Habari Cron Creation - View

CronTab::add_cron(array( 'name' => 'testcron', 'callback' => 'test_cron', 'next_run' => time(), 'increment' => 30,

Chatterfest 2002 - View

May 8, 2008 at 12:50 pm - View

May 8, 2008 at 10:44 am - View

/* backup first!! */ mysqldump -uundersigned -p database WP_posts > posts.sql mysql -uundersigned -p database;

May 8, 2008 at 10:27 am - View

<?php class DashExtendPlugin extends Plugin { /**

flickrtag - View

<?php include 'header.php'; ?> <!-- page.single --> <div id="content"> <?php #foreach ( $posts as $post ) { ?> <div class="post">

May 8, 2008 at 1:22 am - View

May 8, 2008 at 1:15 am - View

May 8, 2008 at 1:12 am - View

May 8, 2008 at 1:11 am - View

May 8, 2008 at 1:10 am - View

May 8, 2008 at 1:09 am - View

Broken FlickrTag - View

<?php include 'header.php'; ?> <!-- page.single --> <div id="content"> <?php #foreach ( $posts as $post ) { ?> <div class="post">

May 7, 2008 at 11:37 pm - View

<ol> <li>An</li> <li>Unordered</li> <li>List<ul><li>With a list</li><li>in it</li></ul><p></li></ol></p>

Prototype - View

<?php class Test implements Prototype { private $prototype;

May 7, 2008 at 10:32 pm - View

$temparray = explode(" ",strrev($post->pubdate_out)); $thistime = strrev($temparray[0]); $thisdate = str_replace(" $thistime","",$post->pubdate_out);

My Paste - View

<?p-code if ( $posts) { $first = true; $lastdate = ''; foreach ($posts as $post) { $thisdate = $post->date; // only want the date, not the time!

May 7, 2008 at 9:42 pm - View

<?p-code if ( $posts) { $first = true; $lastdate = ''; foreach ($posts as $post) { $thisdate = $post->date; // only want the date, not the time!

May 7, 2008 at 9:40 pm - View

<?p-code if ( $posts) { $first = true; $lastdate = ''; foreach ($posts as $post) { $thisdate = $post->date; // only want the date, not the time!

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 · 162 · 163

<Hide