|
cvs: pear /Cache_Lite/docs examples: msg#00584php.cvs.pear
fab Wed Sep 25 18:19:02 2002 EDT Modified files: /pear/Cache_Lite/docs examples Log: Little fixes because of new file names Index: pear/Cache_Lite/docs/examples diff -u pear/Cache_Lite/docs/examples:1.4 pear/Cache_Lite/docs/examples:1.5 --- pear/Cache_Lite/docs/examples:1.4 Sat Aug 10 17:05:08 2002 +++ pear/Cache_Lite/docs/examples Wed Sep 25 18:19:01 2002 @@ -6,7 +6,7 @@ <?php // Include the package -require_once('Cache_Lite/Cache_Lite.php'); +require_once('Cache/Lite.php'); // Set a id for this cache $id = '123'; @@ -44,7 +44,7 @@ <?php -require_once('Cache_Lite/Cache_Lite.php'); +require_once('Cache/Lite.php'); $options = array( 'cacheDir' => '/tmp/', @@ -80,7 +80,7 @@ <?php -require_once('Cache_Lite_Output.php'); +require_once('Cache/Lite/Output.php'); $options = array( 'cacheDir' => '/tmp/', @@ -104,7 +104,7 @@ <?php -require_once('Cache_Lite_Output.php'); +require_once('Cache/Lite/Output.php'); $options = array( 'cacheDir' => '/tmp/', @@ -135,7 +135,7 @@ <?php -require_once('Cache_Lite/Cache_Lite_Function'); +require_once('Cache/Lite/Function.php'); $options = array( 'cacheDir' => '/tmp/', @@ -158,7 +158,7 @@ <?php -require_once('Cache_Lite/Cache_Lite_Function'); +require_once('Cache/Lite/Function.php'); $options = array( 'cacheDir' => '/tmp/', @@ -190,7 +190,7 @@ <?php -require_once('Cache_Lite/Cache_Lite_Function'); +require_once('Cache/Lite/Function'); $options = array( 'cacheDir' => '/tmp/', -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear /Cache_Lite package.xml: 00584, Fabien MARTY |
|---|---|
| Next by Date: | cvs: pear /PECL/mailparse/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt: 00584, Stig Bakken |
| Previous by Thread: | cvs: pear /Cache_Lite package.xmli: 00584, Fabien MARTY |
| Next by Thread: | cvs: pear /Cache_Lite/docs examples: 00584, Fabien MARTY |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |