horst Posted March 22, 2013 Share Posted March 22, 2013 There maybe something interesting in it for the PHP-Pros around here: 26 Ways to Show that PHP Can Be Better Than PHPFeatures that PHP does not have yet: 1. Aspect Oriented Programming 2. Annotations 3. Extended class meta-data beyond reflection 4. Prototype variables like in JavaScript 5. Dynamically extend class with plugins 6. Friend or package access classes 7. Class generics (templates) 8. Turn errors into exceptions 9. Introspection of private functions and variables10. Alternative auto-loading of classes11. Running multiple scripts in parallel12. Named parameters13. Running unaudited PHP code in a sandbox14. Class composition15. Deferred execution of long tasks16. Satisfy needless dependencies with dummy interfaces17. Comparable interface18. Iterable interfaceFeatures that PHP already has:19. Executing code automatically when exiting a function20. Class destructors21. Namespaces22. Overloading23. Closures24. Function parameter type checking25. Mixing the functionality of different classes26. Serializing objects that reference each other Link to comment Share on other sites More sharing options...
MarcC Posted March 22, 2013 Share Posted March 22, 2013 Thanks for sharing the list--It's neat that he points out ways people have found to implement similar features. That sort of content deserves a better website I get PHP Classes emails but can barely stand to read them. 1 Link to comment Share on other sites More sharing options...
horst Posted March 23, 2013 Author Share Posted March 23, 2013 Hi MarcC, <irony>does you receive the plain-text or the HTML-formatted ?</irony> He has 'overworked' and renewed the design just some years ago (3-4 ?). Do you know the previous one, too? Link to comment Share on other sites More sharing options...
Recommended Posts