Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
also [CODE=php] $url['google'] = "http://www.google.com"; echo "<a href=\"{$url['google']}\" target=\"_blank\">Link</a>"; [/CODE]
To gain a better understanding as to 'why' use OO-PHP, perhaps you should look into some of it's more useful design patterns, it took me a while to understand [URL="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller"]MVC[/URL] (the model view controller) design pattern, however now I find I am using it on a daily basis, separating logic …
The End.
xaeon