Skip to content
View tbl0605's full-sized avatar
Block or Report

Block or report tbl0605

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. PHPYAM PHPYAM Public

    Really simple, yet easily extendable, MVC framework for PHP developers that helps you quickly write simple yet powerful web applications and APIs.

    PHP

  2. Propel-pervasive Propel-pervasive Public

    Propel is an open-source Object-Relational Mapping (ORM) for PHP5. This fork tries to add support for Pervasive DB (and includes most pending Propel v1 pull requests).

    PHP

  3. wsdl2phpgenerator wsdl2phpgenerator Public

    Forked from wsdl2phpgenerator/wsdl2phpgenerator

    Simple utility and class library for generating php classes from a wsdl file.

    PHP 1 1

  4. eclipse-pdt/pdt eclipse-pdt/pdt Public

    PHP Development Tools project (PDT)

    PHP 187 50

  5. CSV managing class: Store and retrie... CSV managing class: Store and retrieve data from CSV files using an Iterator implementation
    1
    <?php
    2
    namespace tbl0605\Spreadsheet;
    3
    
                  
    4
    /**
    5
     * CSV managing class: Store and retrieve data from CSV files<br>
  6. How to find&store base URL in .htacc... How to find&store base URL in .htaccess files (as environment variable HTTP_BASE)
    1
    # Necessary to prevent problems when using a controller named "index" and having a root index.php
    2
    # more here: http://httpd.apache.org/docs/2.2/content-negotiation.html
    3
    Options -MultiViews
    4
    
                  
    5
    # Prevent people from looking directly into folders