root

Changeset 69

Show
Ignore:
Timestamp:
06/28/08 15:45:08 (2 years ago)
Author:
wbond
Message:

Added @package tags to every class, slight documentation tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • database/fDatabase.php

    r58 r69 Hide Line Numbers
    3535 * @license    http://flourishlib.com/license 
    3636 *  
    37  * @link  http://flourishlib.com/fDatabase 
     37 * @package    Flourish 
     38 * @link       http://flourishlib.com/fDatabase 
    3839 *  
    39  * @version  1.0.0 
    40  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     40 * @version    1.0.0b 
     41 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    4142 */ 
    4243class fDatabase 
  • database/fISchema.php

    r48 r69 Hide Line Numbers
    11<?php 
    22/** 
    3  * Gets database schema information 
     3 * Provides database schema information 
    44 *  
    55 * @copyright  Copyright (c) 2007-2008 William Bond 
     
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fISchema 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fISchema 
    1011 *  
    1112 * @internal 
    1213 *  
    13  * @version  1.0.0 
    14  * @changes  1.0.0    The initial definition [wb, 2008-01-15] 
     14 * @version    1.0.0b 
     15 * @changes    1.0.0b  The initial definition [wb, 2008-01-15] 
    1516 */ 
    1617interface fISchema 
  • database/fResult.php

    r66 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fResult 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fResult 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    1314 */ 
    1415class fResult implements Iterator 
  • database/fSQLParsing.php

    r48 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fSQLParsing 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fSQLParsing 
    1011 *  
    1112 * @internal 
    1213 *  
    13  * @version  1.0.0 
    14  * @changes  1.0.0    The initial implementation [wb, 2008-02-18] 
     14 * @version    1.0.0b 
     15 * @changes    1.0.0b  The initial implementation [wb, 2008-02-18] 
    1516 */ 
    1617class fSQLParsing 
  • database/fSQLTranslation.php

    r48 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fSQLTranslation 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fSQLTranslation 
    1011 *  
    1112 * @internal 
    1213 *  
    13  * @version  1.0.0 
    14  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     14 * @version    1.0.0b 
     15 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    1516 */ 
    1617class fSQLTranslation 
  • database/fSchema.php

    r54 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fSchema 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fSchema 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    1314 */ 
    1415class fSchema implements fISchema 
  • database/fUnbufferedResult.php

    r66 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fUnbufferedResult 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-05-07] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fUnbufferedResult 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-05-07] 
    1314 */ 
    1415class fUnbufferedResult implements Iterator 
  • database/object_relational_mapping/fActiveRecord.php

    r60 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fActiveRecord 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fActiveRecord 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-04] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-04] 
    1314 */ 
    1415abstract class fActiveRecord 
  • database/object_relational_mapping/fORM.php

    r68 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fORM 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fORM 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-04] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-04] 
    1314 */ 
    1415class fORM 
  • database/object_relational_mapping/fORMColumn.php

    r59 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fORMColumn 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-05-27] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fORMColumn 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-05-27] 
    1314 */ 
    1415class fORMColumn 
  • database/object_relational_mapping/fORMDatabase.php

    r60 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fORMDatabase 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fORMDatabase 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-04] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-04] 
    1314 */ 
    1415class fORMDatabase 
  • database/object_relational_mapping/fORMFile.php

    r66 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fORMFile 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fORMFile 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-05-28] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-05-28] 
    1314 */ 
    1415class fORMFile 
  • database/object_relational_mapping/fORMRelated.php

    r49 r69 Hide Line Numbers
    99 * @license    http://flourishlib.com/license 
    1010 *  
    11  * @link  http://flourishlib.com/fORMRelated 
    12  *  
    13  * @version  1.0.0 
    14  * @changes  1.0.0    The initial implementation [wb, 2007-12-30] 
     11 * @package    Flourish 
     12 * @link       http://flourishlib.com/fORMRelated 
     13 *  
     14 * @version    1.0.0b 
     15 * @changes    1.0.0b  The initial implementation [wb, 2007-12-30] 
    1516 */ 
    1617class fORMRelated 
  • database/object_relational_mapping/fORMSchema.php

    r48 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fORMSchema 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fORMSchema 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fORMSchema 
  • database/object_relational_mapping/fORMValidation.php

    r60 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fORMValidation 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fORMValidation 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-04] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-04] 
    1314 */ 
    1415class fORMValidation 
  • database/object_relational_mapping/fRecordSet.php

    r66 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fRecordSet 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fRecordSet 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-04] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-04] 
    1314 */ 
    1415class fRecordSet implements Iterator 
  • datetime/fDate.php

    r22 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fDate 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-02-10] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fDate 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-02-10] 
    1314 */ 
    1415class fDate 
  • datetime/fTime.php

    r22 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fTime 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-02-12] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fTime 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-02-12] 
    1314 */ 
    1415class fTime 
  • datetime/fTimestamp.php

    r66 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fTimestamp 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fTimestamp 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-02-12] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-02-12] 
    1314 */ 
    1415class fTimestamp 
  • ecommerce/fFinancialTransaction.php

    r30 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fFinancialTransaction 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fFinancialTransaction 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-20] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-20] 
    1314 */ 
    1415class fFinancialTransaction 
  • ecommerce/fShippingRates.php

    r30 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fShippingRates 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fShippingRates 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-08-20] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-08-20] 
    1314 */ 
    1415class fShippingRates 
  • email/fEmail.php

    r66 r69 Hide Line Numbers
    1313 * @license    http://flourishlib.com/license 
    1414 *  
    15  * @link  http://flourishlib.com/fEmail 
     15 * @package    Flourish 
     16 * @link       http://flourishlib.com/fEmail 
    1617 *  
    17  * @version  1.0.0 
    18  * @changes  1.0.0    The initial implementation [wb, 2008-06-23] 
     18 * @version    1.0.0b 
     19 * @changes    1.0.0b  The initial implementation [wb, 2008-06-23] 
    1920 */ 
    2021class fEmail 
  • exceptions/fConnectivityException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fConnectivityException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fConnectivityException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fConnectivityException extends fUnexpectedException 
  • exceptions/fEmptySetException.php

    r20 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fEmptySetException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fEmptySetException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fEmptySetException extends fExpectedException 
  • exceptions/fEnvironmentException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fEnvironmentException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fEnvironmentException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fEnvironmentException extends fUnexpectedException 
  • exceptions/fExpectedException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fExpectedException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fExpectedException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415abstract class fExpectedException extends fPrintableException 
  • exceptions/fNoRemainingException.php

    r27 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fProgrammerException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fNoRemainingException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fNoRemainingException extends fExpectedException 
  • exceptions/fNoResultsException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fNoResultsException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fNoResultsException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fNoResultsException extends fExpectedException 
  • exceptions/fNotFoundException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fNotFoundException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fNotFoundException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fNotFoundException extends fExpectedException 
  • exceptions/fPrintableException.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fPrintableException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fPrintableException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415abstract class fPrintableException extends Exception 
  • exceptions/fProgrammerException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fProgrammerException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fProgrammerException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fProgrammerException extends fUnexpectedException 
  • exceptions/fSQLException.php

    r20 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fSQLException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fSQLException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fSQLException extends fUnexpectedException 
  • exceptions/fUnexpectedException.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fUnexpectedException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fUnexpectedException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415abstract class fUnexpectedException extends fPrintableException 
  • exceptions/fValidationException.php

    r10 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fValidationException 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fValidationException 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fValidationException extends fExpectedException 
  • filesystem/fDirectory.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fDirectory 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-12-21] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fDirectory 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-12-21] 
    1314 */ 
    1415class fDirectory 
  • filesystem/fFile.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fFile 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fFile 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fFile 
  • filesystem/fFilesystem.php

    r53 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fFilesystem 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fFilesystem 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-03-24] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-03-24] 
    1314 */ 
    1415class fFilesystem 
  • filesystem/fImage.php

    r53 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fImage 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fImage 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-12-19] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-12-19] 
    1314 */ 
    1415class fImage extends fFile 
  • filesystem/fUpload.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fUpload 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fUpload 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fUpload 
  • request/fRequest.php

    r57 r69 Hide Line Numbers
    1010 * @license    http://flourishlib.com/license 
    1111 *  
    12  * @link  http://flourishlib.com/fRequest 
    13  *  
    14  * @version  1.0.0 
    15  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @package    Flourish 
     13 * @link       http://flourishlib.com/fRequest 
     14 *  
     15 * @version    1.0.0b 
     16 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1617 */ 
    1718class fRequest 
  • request/fURL.php

    r61 r69 Hide Line Numbers
    11<?php 
    22/** 
    3  * Provides url-related methods 
     3 * Provides URL related functionality 
    44 *  
    55 * @copyright  Copyright (c) 2007-2008 William Bond 
     
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fURL 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fURL 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fURL 
  • request/fValidation.php

    r63 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fValidation 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fValidation 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fValidation 
  • response/fBuffer.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fBuffer 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fBuffer 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-03-16] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-03-16] 
    1314 */ 
    1415class fBuffer 
  • response/fCRUD.php

    r49 r69 Hide Line Numbers
    1010 * @license    http://flourishlib.com/license 
    1111 *  
    12  * @link  http://flourishlib.com/fCRUD 
    13  *  
    14  * @version  1.0.0 
    15  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @package    Flourish 
     13 * @link       http://flourishlib.com/fCRUD 
     14 *  
     15 * @version    1.0.0b 
     16 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1617 */ 
    1718class fCRUD 
  • response/fHTML.php

    r57 r69 Hide Line Numbers
    1010 * @license    http://flourishlib.com/license 
    1111 *  
    12  * @link  http://flourishlib.com/fHTML 
    13  *  
    14  * @version  1.0.0 
    15  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     12 * @package    Flourish 
     13 * @link       http://flourishlib.com/fHTML 
     14 *  
     15 * @version    1.0.0b 
     16 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    1617 */ 
    1718class fHTML 
  • response/fTemplating.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fTemplating 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fTemplating 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fTemplating 
  • response/fXML.php

    r57 r69 Hide Line Numbers
    1010 * @license    http://flourishlib.com/license 
    1111 *  
    12  * @link  http://flourishlib.com/fXML 
     12 * @package    Flourish 
     13 * @link       http://flourishlib.com/fXML 
    1314 *  
    14  * @version  1.0.0 
    15  * @changes  1.0.0    The initial implementation [wb, 2008-01-13] 
     15 * @version    1.0.0b 
     16 * @changes    1.0.0b  The initial implementation [wb, 2008-01-13] 
    1617 */ 
    1718class fXML 
  • security/fCryptography.php

    r49 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fCryptography 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-11-27] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fCryptography 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-11-27] 
    1314 */ 
    1415class fCryptography 
  • session/fAuthorization.php

    r66 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fAuthorization 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fAuthorization 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fAuthorization 
  • session/fMessaging.php

    r59 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fMessaging 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fMessaging 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2008-03-05] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2008-03-05] 
    1314 */ 
    1415class fMessaging 
  • session/fSession.php

    r23 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fSession 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fSession 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-06-14] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-06-14] 
    1314 */ 
    1415class fSession 
  • utility/fCore.php

    r59 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fCore 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fCore 
    1011 *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    1314 */ 
    1415class fCore 
  • utility/fInflection.php

    r53 r69 Hide Line Numbers
    77 * @license    http://flourishlib.com/license 
    88 *  
    9  * @link  http://flourishlib.com/fInflection 
    10  *  
    11  * @version  1.0.0 
    12  * @changes  1.0.0    The initial implementation [wb, 2007-09-25] 
     9 * @package    Flourish 
     10 * @link       http://flourishlib.com/fInflection 
     11 *  
     12 * @version    1.0.0b 
     13 * @changes    1.0.0b  The initial implementation [wb, 2007-09-25] 
    1314 */ 
    1415class fInflection 
  • utility/fUTF8.php

    r57 r69 Hide Line Numbers
    1111 * @license    http://flourishlib.com/license 
    1212 *  
    13  * @link  http://flourishlib.com/fUTF8 
     13 * @package    Flourish 
     14 * @link       http://flourishlib.com/fUTF8 
    1415 *  
    15  * @version  1.0.0 
    16  * @changes  1.0.0    The initial implementation [wb, 2008-06-01] 
     16 * @version    1.0.0b 
     17 * @changes    1.0.0b  The initial implementation [wb, 2008-06-01] 
    1718 */ 
    1819class fUTF8