Decoda v2.6

Decoda is a lightweight class that extracts and parses a custom markup language; based on the concept of BB code.

Blog entries with the tag "Suffix"

Before PHP 5.3 was released, many programmers would suffix their classnames with the package and or module that it pertains to. For example, SessionHelper, UsersController, CommentModel, so on and so forth. But with the recent upgrade to namespaces, are these types of suffixes still required? Continue reading...