thecodingmachine / mouf

The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54 stars 28 forks source link

User classes overriding mouf classes #5

Closed moufmouf closed 12 years ago

moufmouf commented 12 years ago

Start a new project. Add the bootstrap template package (that is used also by mouf) change the template.php file in your vendor/mouf/bootstraptemplate package.

This change should not be reflected in MoufUI. Yet, it is.

The Mouf autoloader uses the wrong classes first. User classes are overwriting Mouf classes. It should be the opposite.

moufmouf commented 12 years ago

Fixed (needs the latest version of Composer)