| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of afshin akhgar (3) | > | Mission progress status | > | Reputation |
|
|||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| |||||||||
| ||||
| This class can create a slug text for a URL from another text. It takes a given text string and processes it to generate a slug text only with plain ASCII text characters that can be used in URLs that are readable and friendly for the users. The class replaces all spaces by dashes, and transliterate letters with accents and cedillas to the corresponding characters in ASCII. |
| ||||
| This class can route requests to different scripts based on URLs. It takes an array of supported routes and checks it to see if the current request URL matches any of the routes. The class can route the requests to the respective script defined in the routes array. Missing routes makes the class handle the request with a not found script. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |