Share

FLP

Project News for FLP

  • Project moved to Google Code

    I have moved all the project files to http://code.google.com/p/flaimo-php/. I won't close the project page on sourceforge, but i won't update it either. please visit http://code.google.com/p/flaimo-php/ for the latest versions of my classes.

    2008-04-07 18:02:44 UTC by flaimo

  • RSSBuilder classes under GPL from now on

    From now on you are free to use the RSSBuilder classes under the GPL licence. The header-comments in the classes won't be updated right now. I will do that with the next release (if there is a next release)

    2007-05-10 17:22:39 UTC by flaimo

  • i18n V2.2 released

    This is a maintenance release, with only minor updates:

    # Updated code to work with PHP 5.1.0
    # Added support for SQLite 3 databases using the PDO Object (enabled per default in PHP 5.1.0)
    # The currency method of the I18Nnumber class now takes an additional argument $position which can be „before“ or „after“ (string) to position the currency symbol before or after the numeric value. It only works if $notation is „symbol“. You can set the default position in the l10n.ini file, but you can override it with the argument in the function.
    # I18Nlocale class now has a __toString() function which outputs the locale.
    # I18Ntranslator class now implements the Iterator Interface, so if you use the object with foreach, it iterates though the translationtable (foreach ($translator as $translation_string => $translation)).

    2005-11-26 16:02:23 UTC by flaimo

  • AtomBuilder Final now available

    AtomBuilder Final is now available. Corrected some major bugs and tested it with PHP 5.1 final.

    2005-11-26 12:10:28 UTC by flaimo

  • Atom Builder now available

    Atom Builder is now available. It's based on the Atom 1.0 draft. The methods used are similar to the ones in the RSS Builder classes. Just take a look into the sample script that's included in the zip file to see how it works. The scripts have been testet with PHP 5.1RC

    2005-10-29 22:50:16 UTC by flaimo