On 7 March 2014 21:10, John Wynstra <[email protected]> wrote: > I am experimenting with Doctrine 2 in ZendFramework 2 and am getting the > following error: > > PHP Fatal error: Cannot redeclare class Application\\Entity\\articles in > > ../../ZendSkeletonApplication/module/Application/src/Application/Entity/articles.php > on line 8 >
This looks like a typo of some kind. The information provided is insufficient to debug the problem, though. Could you provide a gist with the file paths, autoloader config and file contents of the class? Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/
