MESSAGE: Undefined index: 4
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 182
DEBUG INFO:

177 }
178 } else SGL::raiseError('problem with Unordered List query');
179
180 // jump into the cat tree at a predefined depth
181 // if $id = 0 return the hole tree OR if $id != 0 return from $id branch

182 $result = ($id) ? $nodeList[$id] : $tree;

183 return $result;
184 }
185 }
186 ?>
187



MESSAGE: Trying to get property of non-object
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 83
DEBUG INFO:

78 }
79 }
80
81 $html = "



MESSAGE: Trying to get property of non-object
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 83
DEBUG INFO:

78 }
79 }
80
81 $html = "



MESSAGE: Invalid argument supplied for foreach()
TYPE: Warning
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 83
DEBUG INFO:

78 }
79 }
80
81 $html = "


Francophilia - Home

Categories

    Getting started with Seagull

    Fixed layouts with top navigation
    Fluid layout with top navigation
    Fixed layouts with left navigation
    Fixed layouts with right navigation
    Fluid layouts with left navigation
    Fluid layouts with right navigation

    This page is a static template for you to replace with your own content, you can find it here:

    [install-dir]/modules/default/templates/home.html
    

    You can now login as admin and start creating your own content.

    The Seagull framework is an OO PHP framework, with core components BSD licensed, that has the following design goals:

    • independence of data, logic & presentation layers
    • extensible component architecture
    • reduction of repetitive programming tasks
    • simplifying data access
    • comprehensive error handling
    • module workflow routines
    • form handling without the donkey work
    • component reuse
    • authentication management
    • integration with PEAR libraries
    • PHP coding standards
    • platform/PHP version/browser independence
    • self-generating documentation
    • quality end user docs

    Seagull works 'out of the box' and is simple to install and configure, please follow the instructions in INSTALL.txt. Developer info is availabe in the project docs.

    There are some default modules that come with the framework, these handle tasks related to:

    • user/group management
    • content management
    • document management
    • category management
    • messaging
    • navigation