Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem sitemap.xml
Post: RE: Problem sitemap.xml

If it doesn't need to be generated dynamically you could just put sitemap.xml file in the root directory, no need to route to it.
7,607 Views
6 Replies
11-03-2015, 11:02 AM
AidanW
    Thread: Dynamic routing names
Post: RE: Dynamic routing names

Cheers for the link, I wouldn't worry too much about caching the routes, one extra DB query isn't going to make much difference for most apps. Having a dedicated routes table would defo be an optio...
21,941 Views
7 Replies
10-22-2015, 12:06 AM
AidanW
    Thread: Dynamic routing names
Post: RE: Dynamic routing names

I would often load the DB class in the routes file and do something like this PHP Code: -- require_once( BASEPATH .'database/DB'. EXT ); $db =& DB(); $uri = explode('?', $_SERVER['REQUEST_UR...
21,941 Views
7 Replies
10-21-2015, 03:28 PM
AidanW
    Thread: Creating Web Installer for CI Based Application
Post: RE: Creating Web Installer for CI Based Applicatio...

Pyro CMS had a good installer, they've moved over to Laravel now but you can still get the Codeigniter version in the 2.2 branch. Might be worth installing and looking at the installer code to see how...
11,042 Views
8 Replies
10-20-2015, 09:35 AM
AidanW
    Thread: Dependent drop down not displaying anything
Post: RE: Dependent drop down not displaying anything

Hey karmad Be good if you could post up the whole function in the model. Also are there any errors coming back on the request or is it empty? You can check using developer tools on your browser eg ...
6,855 Views
2 Replies
10-19-2015, 02:01 PM
AidanW

Theme © iAndrew 2016 - Forum software by © MyBB