Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Codeigniter Help

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #151066

    I am properly try to set up codeigniter for my template engine. Just re designing it.

    I my applications folder there is a core and config folder that would like to move to systems folder but every time I do so and refresh page it comes up with errors.

    In the applications folder only wan’t to show controller, language , model. views

    In the systems folder I have created a startup.php file in copied all the data the is in the index.php and put that into the startup. php and replaced the data that was in index.php with

    <?php
    
    
    // Startup
    require_once('system/startup.php');
    
    
    ?>
    
Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.