Advertising
advertising
related pastes to tag 'oop'
- 1414840 - smartTime function: php class function oop smarttime
-
- <?php
- /**
- * Name: Smart Time
- * Description: Think realistically. Everyone likes you when you do :)
- Note to self: You need to rewrite this function to use
- CASE instead of elseif statements, because nathan doesn't
- 956055 - Plugin using OOP and wp_cron: cron wordpress oop
-
- <?php
- /*
- Plugin Name: Verse of the Day
- Version: 3.5 beta
- Plugin URI: http://blog.slaven.net.au/wordpress-plugins/wordpress-verse-of-the-day-plugin/
- 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>
- Author: Glenn Slaven
- Author URI: http://blog.slaven.net.au/
- 708909 - Someone: oop phpirc
-
- <?php
- if (!defined('STDIN')) {
- define('STDIN', fopen('php://stdin', 'r'));
- }
- class stdin {
- public function read() {
- $read = array(STDIN);