hey!!!
it worked like a charm
thanks a lot...
Search found 3 matches
- Thu Sep 11, 2008 8:24 pm
- Forum: PHP - Code
- Topic: implementing named parameters & automatic accessors [SOLVED]
- Replies: 3
- Views: 182
- Wed Sep 10, 2008 12:43 pm
- Forum: PHP - Code
- Topic: implementing named parameters & automatic accessors [SOLVED]
- Replies: 3
- Views: 182
Re: implementing named parameters & automatic accessors
right now I can't give it a try, but is sounds promissing, I've just checked the documentation (yes, I know, RTFM) http://ar.php.net/manual/en/language.oop5.visibility.php and it says: Protected limits access to inherited and parent classes (and to the class that defines the item). thanks a lot... I...
- Wed Sep 10, 2008 1:26 am
- Forum: PHP - Code
- Topic: implementing named parameters & automatic accessors [SOLVED]
- Replies: 3
- Views: 182
implementing named parameters & automatic accessors [SOLVED]
hi everybody I'm giving my first steps with php, and I was trying to implement a few things I find pretty useful in asp (ok, it's mainly ruby inspired stuff, actually)... I wanted to implement named parameters, using an associative array to access the actual the properties of the object and i wanted...