I have a sitemap generator controller which generates the sitemap.xml when url,lastmod,priority values are given. But how can i get the all urls on my site dynamically?
Site is built using CI.
Please Help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the reflection class to get feedback about your public controllers. Loop your controller directory and grab the names of each file.