fatfree icon indicating copy to clipboard operation
fatfree copied to clipboard

Update fatfree app and test to support namespace F3 update made to fatfree-core in #112.

Open sgpinkus opened this issue 10 years ago • 1 comments

All references to fatfree-core now prefixed with vendor namespace "F3". Please refer to bcosca/fatfree-core#110.

Note fatfree-core directory has moved from lib to f3, just because it just worked with the existing f3 autoloader. Submodule references also needs to be updated, but need a commit to reference before that can be done.

sgpinkus avatar Jan 10 '16 09:01 sgpinkus

BTW to test this:

git clone -b namespace-fatfree-core https://github.com/sam-at-github/fatfree
cd fatfree/
git rm -rf f3/
git submodule add -b namespace-fatfree https://github.com/sam-at-github/fatfree-core f3
php index.php # or setup HTTP server to serve cwd.

sgpinkus avatar Jan 11 '16 02:01 sgpinkus

solved in v4 test app

ikkez avatar Nov 04 '22 18:11 ikkez