Profile
Achievement
    
                brettbergeron's Recent SnippetsTagged codeigniter
- All /
 
 « Prev 1 Next »
Below are two functions I've been using to make event tracking a little easier in CodeIgniter.
Two functions are available, google_analytics() & track_event().
google_analytics() takes one argument and uses it as the UA code for your tracking p...
        
        
        
            5 
        
        
            1893 
        
                    posted 16 years ago by brettbergeron
            The below code helps you move your site assets (images, css, javascript) to a public folder inside the application directory of CodeIgniter.
One thing you'll need to do is define ASSETPATH to be the path to the location of your public items. For m...
        
        
        
            1 
        
        
            1235 
        
                    posted 16 years ago by brettbergeron
            I recently found the need to run multiple CodeIgniter applications inside of a single codebase for development & test purposes. So, I rewrote a few lines of the primary index file (/index.php) to automatically route URLs like subdomain.domain.com to...
        
        
        
            3 
        
        
            1506 
        
                    posted 16 years ago by brettbergeron