Class names conflict
Reported by Luiz Alberto Zaiats | February 20th, 2009 @ 01:29 PM | in 2.0
Houston we have a problem ;)
If i use one recess install to host 2 or more apps, their classes names conflict and causes some trouble.
Imagine this scenario:
apps/myApp1/models/User.class.php [user_id, password] apps/myApp2/models/User.class.php [user_id, password, email, active]
When i try to instantiate an User in myApp2 the object created is from the class defined on myApp1. ;(
I havent searched the cause yet!
LZ
Comments and changes to this ticket
-
Kris Jordan March 30th, 2009 @ 10:00 PM
- Milestone changed from 0.11.1 to 2.0
- State changed from new to open
Moving this to the 2.0 release which is 5.3 specific.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Recess PHP Framework is an open source, full stack, RESTful PHP framework.
http://www.recessframework.org/