Zend - The PHP Company




Code Gallery: blueshoes


Bs_CsvUtil  

Type: class
Added by: blueshoes
Entered: 05/11/2002
Last modified: 01/11/2001
Rating: - (fewer than 3 votes)
Views: 6317
comma separated values - read and write Features: supports any separator char sequence, default is semicolon ";". supports separator characters in the values. eg you use a ; as separator, your line may look like blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo as you can see, the values can be in "quotes". if your text uses quotes itself as in the "string" example, they are escaped in ms-style with 2 quotes. and by using quotes we can even have your separator inside the text (example "foo;bar"). line breaks. a csv line may spread over multiple lines using crlf in a field value. see the checkMultiline param and the _checkMultiline() method. this class is part of the blueshoes application framework.


Bs_HtmlNavigation (Navigation and Sitemap class)  

Type: class
Added by: blueshoes
Entered: 21/12/2002
Last modified: 02/11/2001
Rating: **** (5 votes)
Views: 14061
Only 3 steps are needed to have your fully customized dynamic navigation or sitemap: 1. give the navigation data (PHP array or XML file, 2. specify the styles, 3. specify the current page the user is looking at


Bs_IniHandler  

Type: class
Added by: blueshoes
Entered: 09/11/2002
Last modified: 01/11/2001
Rating: - (fewer than 3 votes)
Views: 5027
The IniHandler can read and write ini-style files (and strings). Many options can be set.


Bs_StopWatch  

Type: class
Added by: blueshoes
Entered: 09/11/2002
Last modified: 01/11/2001
Rating: - (fewer than 3 votes)
Views: 5069
class to measure time intervals in microseconds. You can take times during a code run and at the end get a time table as HTML or text table. The output will contain total and as delta between each take in microseconds.




Search