Pastoid

Search Results

June 24, 2008 at 5:05 pm - View

June 24, 2008 at 10:06 am - View

<script type="text/javascript"> $(document).ready(function() { $( 'div#column2 p img' ).each( function() { var alt= $(this).attr('alt'); var direction= $(this).attr('align');

June 23, 2008 at 7:40 am - View

June 23, 2008 at 3:34 am - View

Warning: PDOStatement::execute() [pdostatement.execute]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'habarisvn.habari__scratchpads' doesn't exist in system\classes\databaseconnection.php line 261

June 22, 2008 at 8:30 pm - View

June 22, 2008 at 8:00 pm - View

> function foo() { .. echo 'foo'; .. } >

Harde session - View

[twofish@creative] habari/extras/harde % ./harde http://localhost:8888/habari/extras 9:53 Welcome to HARDE, The Habari Rapid Deployment Environment. please provide the Habari base url: http://localhost:8888/habari/extras Loading Habari ... [======================>](100%)

ScratchPad rewrites - View

public function filter_rewrite_rules( $rules ) { $rules[] = new RewriteRule(array( 'name' => 'scratchpad_html', 'parse_regex' => '%scratchpad$%i',

June 20, 2008 at 3:41 pm - View

// Creates an excerpt option. echo $post->content_excerpt; Format::apply( 'autop', 'post_content_excerpt'); Format::apply_with_hook_params( 'more', 'post_content_excerpt', 'Read more', 60, 1 );

June 20, 2008 at 8:21 am - View

/** * Plugin init action, executed when plugins are initialized. */ public function action_init() {

June 19, 2008 at 10:48 pm - View

public function action_plugin_activation( $file='' ) { // Was this plugin activated? if ( Plugins::id_from_file( $file ) == Plugins::id_from_file( __FILE__ ) ) {

June 19, 2008 at 2:55 pm - View

June 19, 2008 at 2:19 pm - View

//should offset recent posts by number of posts set in admin options //and exclude the linkoid tag $page=Controller::get_var( 'page' ); $pagination=Options::get('pagination'); //exclude the linkoid tag if active, else...

June 19, 2008 at 9:37 am - View

<?php class EmptyPlugin extends Plugin {

create DB table - View

public function action_plugin_activation( $file ) { if ( realpath($file) == __FILE__ ) { // Register a default event log type for this plugin EventLog::register_type(); // Defaults to ( "default", __CLASS__ )

ScratchPad schema - View

CREATE TABLE {scratchpad} ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, scratchpad VARCHAR(255) NOT NULL, title VARCHAR(255) NOT NULL, url VARCHAR(255) NOT NULL,

ScratchPad data - View

CREATE TABLE ' . DB::table('scratchpads') . ' ( id INT NOT NULL AUTO_INCREMENT, scratchpad VARCHAR(255) NOT NULL, title VARCHAR(255) NOT NULL, url VARCHAR(255) NOT NULL,

Die on cache expiry - View

Error: unlink(/) [function.unlink]: Is a directory /home/xnwq/public_html/twofish/michael/blog/system/classes/filecache.php : Line 228

Die on cache expiry - View

Error: unlink(/) [function.unlink]: Is a directory /home/xnwq/public_html/twofish/michael/blog/system/classes/filecache.php : Line 228

Feedlist data - View

DB::register_table('scratchpads'); // 'plugin_activation' hook is called without first calling 'init' // Create the database table, or upgrade it // TODO think about the data DB::dbdelta( ' CREATE TABLE ' . DB::table('scratchpads') . ' (

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