Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'oop'

1414840 - smartTime function: php class function oop smarttime
  1. <?php
  2.  
  3.         /**
  4.          * Name:        Smart Time
  5.          * Description: Think realistically. Everyone likes you when you do :)
  6.  
  7.                        Note to self: You need to rewrite this function to use
  8.                         CASE instead of elseif statements, because nathan doesn't
  9.  
  10.  
956055 - Plugin using OOP and wp_cron: cron wordpress oop
  1. <?php
  2. /*
  3. Plugin Name: Verse of the Day
  4. Version: 3.5 beta
  5. Plugin URI: http://blog.slaven.net.au/wordpress-plugins/wordpress-verse-of-the-day-plugin/
  6. Description: Places the bible 'Verse of the Day' on your site.  Defaults to the ESV feed provided by Good News Publishers, but can accept any feed url. <strong>Requires WordPress 2.2</strong>
  7. Author: Glenn Slaven
  8. Author URI: http://blog.slaven.net.au/
  9.  
  10.  
708909 - Someone: oop phpirc
  1. <?php
  2. if (!defined('STDIN')) {
  3.   define('STDIN', fopen('php://stdin', 'r'));
  4. }
  5.  
  6. class stdin {
  7.   public function read() {
  8.     $read = array(STDIN);
  9.  
worth-right