448191 Posted November 4, 2006 Share Posted November 4, 2006 I seem to have some trouble finding a discription of the "token pattern".I'm looking at the inner workings of ZF, and find myself looking at class Zend_Controller_Dispatcher_Token. The "token pattern" is mentioned on some java forums, but I can't find any description.Pfff... If I query google with "Token pattern" php -j2ee -java I only get 211 results, none of them relevant. Link to comment https://forums.phpfreaks.com/topic/26172-token-pattern/ Share on other sites More sharing options...
Jenk Posted November 6, 2006 Share Posted November 6, 2006 Might have better luck looking up "Value Object" pattern. Link to comment https://forums.phpfreaks.com/topic/26172-token-pattern/#findComment-120301 Share on other sites More sharing options...
448191 Posted November 7, 2006 Author Share Posted November 7, 2006 First off, thanks, there are quite a few resources on that pattern. However I can't find anything explaining the difference between the two, if any.So you're saying those are different names for the same pattern? Link to comment https://forums.phpfreaks.com/topic/26172-token-pattern/#findComment-120845 Share on other sites More sharing options...
Jenk Posted November 7, 2006 Share Posted November 7, 2006 My interpretation of them is they are the same. Both are simply objects with predefined, and often immutable values. Link to comment https://forums.phpfreaks.com/topic/26172-token-pattern/#findComment-120867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.