Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fatfree-core to use the top level vendor namespace F3. Refs #110 #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 10, 2016

  1. Update fatfree core to use the top level vendor namespace F3. Refs f…

    …3-factory#110. Required following refactoring most of which was automatable:
    
      * Add `namespace F3` to all top level files programatically, and amend the namespace of files that already had a namespace to include prefix `F3`.
      * Replace all relative refs to non F3 classes in the to level with absolute refs.
      * Amend all absolute refs to F3 class in non top level classes.
      * Minor touch up to autoloader - use require_once() not require().
      * Fix some implicit refs to non prefixed namespaces in Preview::token().
      * The sample app and test at /bcosca/fatfree will have to be updated. Already done sucessfully. Will push shortly.
    sgpinkus committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    1963370 View commit details
    Browse the repository at this point in the history