Git Product home page Git Product logo

fsc-bb's Introduction

fsc-bb

2012-10-30 - Added the BB SQL into the docs directory Need to change it to match standards and then change the PHP to match that.

2012-11-14 - there is now a holiday class in /common/external/class.holiday.php http://maccrafters.com/home/current-offerings/programming/php-holiday-class/

Example of how to check for weekend is: function isWeekend($date) { return (date('N', strtotime($date)) >= 6); }

2012-11-20 - Adding logging to the project via log4php https://logging.apache.org/log4php/install.html pear channel-discover pear.apache.org/log4php pear install log4php/Apache_log4php

$log->trace("My first message."); // Not logged because TRACE < WARN $log->debug("My second message."); // Not logged because DEBUG < WARN $log->info("My third message."); // Not logged because INFO < WARN $log->warn("My fourth message."); // Logged because WARN >= WARN $log->error("My fifth message."); // Logged because ERROR >= WARN $log->fatal("My sixth message."); // Logged because FATAL >= WARN

New stuff 2012-12-11 http://phpfileuploader.com/ http://www.tizag.com/phpT/fileupload.php

fsc-bb's People

Contributors

phelandhu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.