Bunkermaster / Nymfony

Nymfony is Not-Symfony, a toy PHP framework
MIT License
21 stars 7 forks source link

CLI Router debug command #13

Closed Bunkermaster closed 8 years ago

Bunkermaster commented 8 years ago
  [Router information]
    route info...
Bunkermaster commented 8 years ago
 [Router]
    +-----------+------+-----------+---------+-------+
    |identifier |name  |controller |action   |method |
    +-----------+------+-----------+---------+-------+
    |home       |home  |Page       |home     |GET    |
    +-----------+------+-----------+---------+-------+
    |home       |home  |Page       |homePost |POST   |
    +-----------+------+-----------+---------+-------+
    |about      |about |Page       |about    |N/A    |
    +-----------+------+-----------+---------+-------+