¡@

Home 

php Programming Glossary: rolename

PHP - Indirect modification of overloaded property

http://stackoverflow.com/questions/10454779/php-indirect-modification-of-overloaded-property

obj In my code i do user createObject 'user' user role rolename This works so far. The 'User' object doesn't have a property.. from the 'role' object. But when i try to modify the 'rolename' user createUser user role rolename 'Test' Then it gives me.. i try to modify the 'rolename' user createUser user role rolename 'Test' Then it gives me the following error Notice Indirect..