Can CodeIgniter auto-generate named routes? |
Is it possible to automatically generate named routes in CodeIgniter when using the $routes->resource() method?
For example, can the following named routes be generated: posts for the index page new_post for the new post form show_post for displaying an individual post Is there a way to generate all the necessary named routes automatically? |
Messages In This Thread |
Can CodeIgniter auto-generate named routes? - by AnmamKoodh - 07-13-2023, 05:07 AM
RE: Can CodeIgniter auto-generate named routes? - by raicou - 04-12-2024, 06:14 AM
|