Showing source for: https://forum.codeigniter.com/
Duration: 0.286714s
Server: cloudflare

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>
   CodeIgniter Forums
        </title>
        <link href="https://forum.codeigniter.com/syndication.php" rel="alternate" title="Latest Threads (RSS 2.0)" type="application/rss+xml">
        <link href="https://forum.codeigniter.com/syndication.php?type=atom1.0" rel="alternate" title="Latest Threads (Atom 1.0)" type="application/atom+xml">
        <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
        <meta content="width=device-width,initial-scale=1.0" name="viewport">
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="text/javascript" http-equiv="Content-Script-Type">
        <script src="https://forum.codeigniter.com/jscripts/jquery.js?ver=1823" type="text/javascript">
        </script>
        <script src="jscripts/theme-effects.js" type="text/javascript">
        </script>
        <script src="https://forum.codeigniter.com/jscripts/jquery.plugins.min.js?ver=1821" type="text/javascript">
        </script>
        <script src="https://forum.codeigniter.com/jscripts/general.js?ver=1821" type="text/javascript">
        </script>
        <script src="images/duende/bootstrap.min.js" type="text/javascript">
        </script>
        <script src="images/duende/main.js" type="text/javascript">
        </script>
        <script src="https://use.fontawesome.com/e1801bd06b.js">
        </script>
        <link href="https://forum.codeigniter.com/cache/themes/theme4/extra.css?t=1647835235" rel="stylesheet" type="text/css">
        <link href="https://forum.codeigniter.com/cache/themes/theme4/global.css?t=1647835236" rel="stylesheet" type="text/css">
        <link href="https://forum.codeigniter.com/cache/themes/theme4/mediaqueries.css?t=1647835236" rel="stylesheet" type="text/css">
        <link href="https://forum.codeigniter.com/cache/themes/theme4/css3.css?t=1647835235" rel="stylesheet" type="text/css">
        <link href="https://forum.codeigniter.com/cache/themes/theme4/dropdowns.css?t=1647835235" rel="stylesheet" type="text/css">
        <link href="https://forum.codeigniter.com/cache/themes/theme4/avatarep.css?t=1647835235" rel="stylesheet" type="text/css">
        <link href="https://forum.codeigniter.com/cache/themes/theme4/nav.css?t=1647835236" rel="stylesheet" type="text/css">
        <script type="text/javascript">
            $(document).ready(function() {
                if ($('.header_avatar img', this).attr('src') == '') {
                    $('.header_avatar img').attr('src', "images/duende/default_avatar.png");
                }
            });
        </script>
        <script type="text/javascript">
            jQuery(function() {
                jQuery(".latestthreads").load("https://forum.codeigniter.com/portal.php .latestthreads_portal");
            });
        </script>
        <script type="text/javascript">
            jQuery(document).ready(function() {
                var offset = 100;
                var duration = 250;
                jQuery(window).scroll(function() {
                    if (jQuery(this).scrollTop() > offset) {
                        jQuery(".topforum").fadeIn(duration);
                    } else {
                        jQuery(".topforum").fadeOut(duration);
                    }
                });
                jQuery('.topforum').click(function(event) {
                    event.preventDefault();
                    jQuery('html, body').animate({
                        scrollTop: 0
                    }, 600);
                    return false;
                });
            });
        </script>
        <script type="text/javascript">
            <!--
            	lang.unknown_error = "An unknown error has occurred.";
            
            	lang.select2_match = "One result is available, press enter to select it.";
            	lang.select2_matches = "{1} results are available, use up and down arrow keys to navigate.";
            	lang.select2_nomatches = "No matches found";
            	lang.select2_inputtooshort_single = "Please enter one or more character";
            	lang.select2_inputtooshort_plural = "Please enter {1} or more characters";
            	lang.select2_inputtoolong_single = "Please delete one character";
            	lang.select2_inputtoolong_plural = "Please delete {1} characters";
            	lang.select2_selectiontoobig_single = "You can only select one item";
            	lang.select2_selectiontoobig_plural = "You can only select {1} items";
            	lang.select2_loadmore = "Loading more results&hellip;";
            	lang.select2_searching = "Searching&hellip;";
            
            	var templates = {
             modal: '<div class=\"modal\">\
                <div style=\"overflow-y: auto; max-height: 400px;\">\
                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" class=\"tborder\">\
                        <tr>\
                            <td class=\"thead\"><strong>__title__</strong></td>\
                        </tr>\
                        <tr>\
                            <td class=\"trow1\">__message__</td>\
                        </tr>\
                        <tr>\
                            <td class=\"tfoot\">\
                                <div style=\"text-align: center\" class=\"modal_buttons\">__buttons__</div>\
                            </td>\
                        </tr>\
                    </table>\
                </div>\
            </div>',
                    modal_button: '<input type=\"submit\" class=\"button\" value=\"__title__\"/>&nbsp;'
            	};
            
            	var cookieDomain = ".forum.codeigniter.com";
            	var cookiePath = "/";
            	var cookiePrefix = "";
            	var cookieSecureFlag = "0";
            	var deleteevent_confirm = "Are you sure you want to delete this event?";
            	var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
            	var loading_text = 'Loading. <br />Please Wait&hellip;';
            	var saving_changes = 'Saving changes&hellip;';
            	var use_xmlhttprequest = "1";
            	var my_post_key = "6a9ccdd9970abf05086d48d3d9f894d6";
            	var rootpath = "https://forum.codeigniter.com";
            	var imagepath = "https://forum.codeigniter.com/images";
             var yes_confirm = "Yes";
            	var no_confirm = "No";
            	var MyBBEditor = null;
            	var spinner_image = "https://forum.codeigniter.com/images/spinner.gif";
            	var spinner = "<img src='" + spinner_image +"' alt='' />";
            	var modal_zindex = 9999;
            //-->
        </script>
        <script type="text/javascript">
            <!--
            	lang.no_new_posts = "Forum Contains No New Posts";
            	lang.click_mark_read = "Click to mark this forum as read";
            //-->
        </script>
        <style>
            .navigation {
                display             : none;
            }
            /*Index only*/
        </style>
    </head>
    <body>
        <div class="wow fadeInRight box topforum">
            <i class="fa fa-angle-double-up fa-1x">
            </i>
        </div>
        <div id="mainwidth">
            <div id="cssmenu">
                <ul>
                    <li>
                        <a href="portal.php">
                            <span>
                                Home
                            </span>
                        </a>
                    </li>
                    <li>
                        <a href="index.php">
                            <span>
                                Forums
                            </span>
                        </a>
                    </li>
                    <li>
                        <a href="https://forum.codeigniter.com/memberlist.php">
                            Members
                        </a>
                    </li>
                    <li>
                        <a href="https://forum.codeigniter.com/search.php">
                            Search
                        </a>
                    </li>
                    <li>
                        <a href="misc.php?action=help">
                            <span>
                                Help
                            </span>
                        </a>
                    </li>
                    <li class="last">
                        <a href="search.php?action=getnew">
                            <span>
                                New topics
                            </span>
                        </a>
                    </li>
                    <li class="last">
                        <a href="search.php?action=getdaily">
                            <span>
                                Todays topics
                            </span>
                        </a>
                    </li>
                    <li class="last">
                        <a href="https://codeigniter.com">
                            <span>
                                Website
                            </span>
                        </a>
                    </li>
                </ul>
            </div>
            <div class="logo" style="margin-top: 5px;">
                <a href="https://forum.codeigniter.com/index.php">
                    <img alt="CodeIgniter Forums" class="logolink" src="https://forum.codeigniter.com/images/duende/logo.png" style="max-width:100%;height:auto;" title="CodeIgniter Forums">
                </a>
            </div>
            <br>
            <table border="0" cellpadding="5" cellspacing="0" class="trowm" width="100%">
                <tbody>
                    <tr>
                        <td>
                            <span class="hide htc float_left">
                                Welcome Guest, Not a member yet?
                            </span>
                            <span class="wow fadeInUp box float_right">
                                <a class="button4" href="https://forum.codeigniter.com/member.php?action=register">
                                    <i class="fa fa-check fa-fw" style="font-size: 14px;">
                                    </i>
                                    <strong>
                                        Register
                                    </strong>
                                </a>
                                &nbsp;
                                <a class="button4" href="https://forum.codeigniter.com/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true }); return false;">
                                    <i class="fa fa-sign-in fa-fw" style="font-size: 14px;">
                                    </i>
                                    <strong>
                                        Sign In
                                    </strong>
                                </a>
                            </span>
                        </td>
                    </tr>
                </tbody>
            </table>
            <div class="card animated zoomIn modal" id="quick_login" style="display: none;">
                <form action="https://forum.codeigniter.com/member.php" method="post">
                    <input name="action" type="hidden" value="do_login">
                    <input name="url" type="hidden" value="">
                    <input name="quick_login" type="hidden" value="1">
                    <input name="my_post_key" type="hidden" value="6a9ccdd9970abf05086d48d3d9f894d6">
                    <table autocomplete="off" border="0" cellpadding="5" cellspacing="0" class="tborder" width="100%">
                        <tbody>
                            <tr>
                                <td class="thead" colspan="2" style="padding: 9px  12px;">
                                    <strong>
                                        Login
                                    </strong>
                                </td>
                            </tr>
                            <tr class="trow1">
                                <td class="remember_me" style="padding: 20px 90px;">
                                    <strong>
                                        Username:
                                    </strong>
                                    <br>
                                    <p class="field">
                                        <input class="textbox initial_focus" id="quick_login_username" name="quick_username" placeholder="Username" style="width: 90%; max-width: 500px; box-sizing: border-box;margin-left: -3px; padding: 9px  12px;" type="text" value="">
                                        <i class="fa fa-user" style="color: #646464; margin-left: -20px;">
                                        </i>
                                    </p>
                                    <br>
                                    <strong>
                                        Password:
                                    </strong>
                                    <br>
                                    <p class="field">
                                        <input autocomplete="off" class="textbox" id="quick_login_password" name="quick_password" placeholder="Password" style="width: 90%; max-width: 500px; box-sizing: border-box;margin-left: -2px; padding: 9px  12px;" type="password" value="">
                                        <i class="fa fa-lock" style="color: #646464; margin-left: -20px;">
                                        </i>
                                    </p>
                                    <br>
                                    <div align="center">
                                        <input checked="checked" class="checkbox" id="quick_login_remember" name="quick_remember" type="checkbox" value="yes">
                                        <label for="quick_login_remember">
                                            Remember me
                                        </label>
                                        <br>
                                        <br>
                                        <a class="button5 lost_password" href="https://forum.codeigniter.com/member.php?action=lostpw">
                                            Lost Password?
                                        </a>
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <td class="trow1" colspan="2">
                                    <div align="center">
                                        <strong>
                                            <input class="button" name="submit" style="font-weight: bold; padding: 6px  12px;" type="submit" value="Login">
                                        </strong>
                                    </div>
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </form>
            </div>
            <script type="text/javascript">
                $("#quick_login input[name='url']").val($(location).attr('href'));
            </script>
            <div class="container">
                <div id="content">
                    <div class="wrapper">
                        <div class="navigation">
                            <i class="fa fa-home fa-fw" style="font-size: 14px;">
                            </i>
                            <span class="hide">
                                <span class="active">
                                    CodeIgniter Forums
                                </span>
                            </span>
                        </div>
                        <div class="indexmain">
                            <div id="indexmainone">
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <thead>
                                        <tr>
                                            <td class="thead" colspan="5">
                                                <div class="expcolimage">
                                                    <img alt="[-]" class="expander" id="cat_1_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                                </div>
                                                <div>
                                                    <strong>
                                                        <a href="forumdisplay.php?fid=1">
                                                            General
                                                        </a>
                                                    </strong>
                                                </div>
                                            </td>
                                        </tr>
                                    </thead>
                                    <tbody id="cat_1_e" style="">
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_2" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=2">
                                                                News &amp; Discussion
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Project announcements &amp; questions.
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90586&amp;action=lastpost" title="CodeIgniter v4.5.0 Released!">
                                                                <strong>
                                                                    CodeIgniter v4.5.0 Releas...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-12-2024, 05:51 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=101311">
                                                                Bosborne
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90586&amp;action=lastpost" title="CodeIgniter v4.5.0 Released!">
                                                                    <strong>
                                                                        CodeIgniter v4.5.0 Releas...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-12-2024, 05:51 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=101311">
                                                                    Bosborne
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        207
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90586&amp;action=lastpost" title="CodeIgniter v4.5.0 Released!">
                                                        <strong>
                                                            CodeIgniter v4.5.0 Releas...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-12-2024, 05:51 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=101311">
                                                        Bosborne
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90586&amp;action=lastpost" title="CodeIgniter v4.5.0 Released!">
                                                            <strong>
                                                                CodeIgniter v4.5.0 Releas...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-12-2024, 05:51 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=101311">
                                                            Bosborne
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_4" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=4">
                                                                Events
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Upcoming events of interest to the CI community.
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=87282&amp;action=lastpost" title="Meme Monday from DEV.TO">
                                                                <strong>
                                                                    Meme Monday from DEV.TO
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            04-03-2023, 11:45 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                                InsiteFX
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=87282&amp;action=lastpost" title="Meme Monday from DEV.TO">
                                                                    <strong>
                                                                        Meme Monday from DEV.TO
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                04-03-2023, 11:45 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                                    InsiteFX
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        25
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=87282&amp;action=lastpost" title="Meme Monday from DEV.TO">
                                                        <strong>
                                                            Meme Monday from DEV.TO
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    04-03-2023, 11:45 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                        InsiteFX
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=87282&amp;action=lastpost" title="Meme Monday from DEV.TO">
                                                            <strong>
                                                                Meme Monday from DEV.TO
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        04-03-2023, 11:45 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                            InsiteFX
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_3" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=3">
                                                                Lounge
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Off topic discussions. Be nice! No politics or religion, thanks.
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90892&amp;action=lastpost" title="Where can I find a reliable service to convert PDFs to other formats?">
                                                                <strong>
                                                                    Where can I find a reliab...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            <span title="05-19-2024">
                                                                Yesterday
                                                            </span>
                                                            , 10:24 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                                InsiteFX
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90892&amp;action=lastpost" title="Where can I find a reliable service to convert PDFs to other formats?">
                                                                    <strong>
                                                                        Where can I find a reliab...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                <span title="05-19-2024">
                                                                    Yesterday
                                                                </span>
                                                                , 10:24 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                                    InsiteFX
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        907
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90892&amp;action=lastpost" title="Where can I find a reliable service to convert PDFs to other formats?">
                                                        <strong>
                                                            Where can I find a reliab...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    <span title="05-19-2024">
                                                        Yesterday
                                                    </span>
                                                    , 10:24 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                        InsiteFX
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90892&amp;action=lastpost" title="Where can I find a reliable service to convert PDFs to other formats?">
                                                            <strong>
                                                                Where can I find a reliab...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        <span title="05-19-2024">
                                                            Yesterday
                                                        </span>
                                                        , 10:24 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                            InsiteFX
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_25" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=25">
                                                                Regional User Groups
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Connect with CodeIgniter developers closer to you!
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90810&amp;action=lastpost" title="CI NEEDS A PROPER DOCUMENTATION">
                                                                <strong>
                                                                    CI NEEDS A PROPER DOCUMEN...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-09-2024, 06:45 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                                ALTITUDE_DEV
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90810&amp;action=lastpost" title="CI NEEDS A PROPER DOCUMENTATION">
                                                                    <strong>
                                                                        CI NEEDS A PROPER DOCUMEN...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-09-2024, 06:45 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                                    ALTITUDE_DEV
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        270
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90810&amp;action=lastpost" title="CI NEEDS A PROPER DOCUMENTATION">
                                                        <strong>
                                                            CI NEEDS A PROPER DOCUMEN...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-09-2024, 06:45 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                        ALTITUDE_DEV
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90810&amp;action=lastpost" title="CI NEEDS A PROPER DOCUMENTATION">
                                                            <strong>
                                                                CI NEEDS A PROPER DOCUMEN...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-09-2024, 06:45 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                            ALTITUDE_DEV
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <thead>
                                        <tr>
                                            <td class="thead" colspan="5">
                                                <div class="expcolimage">
                                                    <img alt="[-]" class="expander" id="cat_5_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                                </div>
                                                <div>
                                                    <strong>
                                                        <a href="forumdisplay.php?fid=5">
                                                            Using CodeIgniter
                                                        </a>
                                                    </strong>
                                                </div>
                                            </td>
                                        </tr>
                                    </thead>
                                    <tbody id="cat_5_e" style="">
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_9" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=9">
                                                                Installation &amp; Setup
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Help getting CodeIgniter installed and configured
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90888&amp;action=lastpost" title="Codeignighter not resonding">
                                                                <strong>
                                                                    Codeignighter not resondi...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            <span title="05-20-2024, 03:50 AM">
                                                                11 hours ago
                                                            </span>
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=107513">
                                                                mikehoague
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90888&amp;action=lastpost" title="Codeignighter not resonding">
                                                                    <strong>
                                                                        Codeignighter not resondi...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                <span title="05-20-2024, 03:50 AM">
                                                                    11 hours ago
                                                                </span>
                                                                by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=107513">
                                                                    mikehoague
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        942
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90888&amp;action=lastpost" title="Codeignighter not resonding">
                                                        <strong>
                                                            Codeignighter not resondi...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    <span title="05-20-2024, 03:50 AM">
                                                        11 hours ago
                                                    </span>
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=107513">
                                                        mikehoague
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90888&amp;action=lastpost" title="Codeignighter not resonding">
                                                            <strong>
                                                                Codeignighter not resondi...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        <span title="05-20-2024, 03:50 AM">
                                                            11 hours ago
                                                        </span>
                                                        by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=107513">
                                                            mikehoague
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_10" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=10">
                                                                Model-View-Controller
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        What goes where? Why?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90824&amp;action=lastpost" title="Insert in joint table before inserting in another one">
                                                                <strong>
                                                                    Insert in joint table bef...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-12-2024, 10:29 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                ozornick
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90824&amp;action=lastpost" title="Insert in joint table before inserting in another one">
                                                                    <strong>
                                                                        Insert in joint table bef...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-12-2024, 10:29 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                    ozornick
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        463
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90824&amp;action=lastpost" title="Insert in joint table before inserting in another one">
                                                        <strong>
                                                            Insert in joint table bef...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-12-2024, 10:29 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                        ozornick
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90824&amp;action=lastpost" title="Insert in joint table before inserting in another one">
                                                            <strong>
                                                                Insert in joint table bef...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-12-2024, 10:29 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                            ozornick
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_11" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=11">
                                                                Libraries &amp; Helpers
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        How do you use the built-in helpers and libraries?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90893&amp;action=lastpost" title="Caching Question">
                                                                <strong>
                                                                    Caching Question
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            <span title="05-19-2024">
                                                                Yesterday
                                                            </span>
                                                            , 08:26 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                ozornick
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90893&amp;action=lastpost" title="Caching Question">
                                                                    <strong>
                                                                        Caching Question
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                <span title="05-19-2024">
                                                                    Yesterday
                                                                </span>
                                                                , 08:26 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                    ozornick
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        924
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90893&amp;action=lastpost" title="Caching Question">
                                                        <strong>
                                                            Caching Question
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    <span title="05-19-2024">
                                                        Yesterday
                                                    </span>
                                                    , 08:26 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                        ozornick
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90893&amp;action=lastpost" title="Caching Question">
                                                            <strong>
                                                                Caching Question
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        <span title="05-19-2024">
                                                            Yesterday
                                                        </span>
                                                        , 08:26 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                            ozornick
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_12" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=12">
                                                                Best Practices
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Good programming practices using CodeIgniter
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=89043&amp;action=lastpost" title='Routes: Which style is "better"?'>
                                                                <strong>
                                                                    Routes: Which style is "b...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-07-2024, 02:37 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106070">
                                                                mickmartin
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=89043&amp;action=lastpost" title='Routes: Which style is "better"?'>
                                                                    <strong>
                                                                        Routes: Which style is "b...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-07-2024, 02:37 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106070">
                                                                    mickmartin
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        732
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=89043&amp;action=lastpost" title='Routes: Which style is "better"?'>
                                                        <strong>
                                                            Routes: Which style is "b...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-07-2024, 02:37 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106070">
                                                        mickmartin
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=89043&amp;action=lastpost" title='Routes: Which style is "better"?'>
                                                            <strong>
                                                                Routes: Which style is "b...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-07-2024, 02:37 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106070">
                                                            mickmartin
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_8" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=8">
                                                                Choosing CodeIgniter
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Is CodeIgniter right for you?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90877&amp;action=lastpost" title="CLI Apps with Codeigniter?">
                                                                <strong>
                                                                    CLI Apps with Codeigniter...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-16-2024, 09:23 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                ozornick
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90877&amp;action=lastpost" title="CLI Apps with Codeigniter?">
                                                                    <strong>
                                                                        CLI Apps with Codeigniter...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-16-2024, 09:23 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                    ozornick
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        250
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90877&amp;action=lastpost" title="CLI Apps with Codeigniter?">
                                                        <strong>
                                                            CLI Apps with Codeigniter...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-16-2024, 09:23 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                        ozornick
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90877&amp;action=lastpost" title="CLI Apps with Codeigniter?">
                                                            <strong>
                                                                CLI Apps with Codeigniter...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-16-2024, 09:23 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                            ozornick
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_24" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=24">
                                                                General Help
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Programming questions? Not sure where else to ask something?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90902&amp;action=lastpost" title="Why Does CodeIgniter Shield Hash Passwords After User Data Insertion?">
                                                                <strong>
                                                                    Why Does CodeIgniter Shie...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            <span title="05-20-2024, 01:18 PM">
                                                                1 hour ago
                                                            </span>
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=78908">
                                                                tarcisiodev1
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90902&amp;action=lastpost" title="Why Does CodeIgniter Shield Hash Passwords After User Data Insertion?">
                                                                    <strong>
                                                                        Why Does CodeIgniter Shie...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                <span title="05-20-2024, 01:18 PM">
                                                                    1 hour ago
                                                                </span>
                                                                by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=78908">
                                                                    tarcisiodev1
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        6,113
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90902&amp;action=lastpost" title="Why Does CodeIgniter Shield Hash Passwords After User Data Insertion?">
                                                        <strong>
                                                            Why Does CodeIgniter Shie...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    <span title="05-20-2024, 01:18 PM">
                                                        1 hour ago
                                                    </span>
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=78908">
                                                        tarcisiodev1
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90902&amp;action=lastpost" title="Why Does CodeIgniter Shield Hash Passwords After User Data Insertion?">
                                                            <strong>
                                                                Why Does CodeIgniter Shie...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        <span title="05-20-2024, 01:18 PM">
                                                            1 hour ago
                                                        </span>
                                                        by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=78908">
                                                            tarcisiodev1
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <thead>
                                        <tr>
                                            <td class="thead" colspan="5">
                                                <div class="expcolimage">
                                                    <img alt="[-]" class="expander" id="cat_28_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                                </div>
                                                <div>
                                                    <strong>
                                                        <a href="forumdisplay.php?fid=28">
                                                            CodeIgniter 4
                                                        </a>
                                                    </strong>
                                                </div>
                                            </td>
                                        </tr>
                                    </thead>
                                    <tbody id="cat_28_e" style="">
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_33" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=33">
                                                                CodeIgniter 4 Roadmap
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Where we are. Where we are going.
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=80153&amp;action=lastpost" title="Welcoming New Maintainer">
                                                                <strong>
                                                                    Welcoming New Maintainer
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            10-20-2022, 05:47 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=16881">
                                                                chakycool
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=80153&amp;action=lastpost" title="Welcoming New Maintainer">
                                                                    <strong>
                                                                        Welcoming New Maintainer
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                10-20-2022, 05:47 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=16881">
                                                                    chakycool
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        20
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=80153&amp;action=lastpost" title="Welcoming New Maintainer">
                                                        <strong>
                                                            Welcoming New Maintainer
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    10-20-2022, 05:47 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=16881">
                                                        chakycool
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=80153&amp;action=lastpost" title="Welcoming New Maintainer">
                                                            <strong>
                                                                Welcoming New Maintainer
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        10-20-2022, 05:47 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=16881">
                                                            chakycool
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_27" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=27">
                                                                CodeIgniter 4 Development
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        The next generation of CodeIgniter
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90643&amp;action=lastpost" title="How to Test CI4 under Development">
                                                                <strong>
                                                                    How to Test CI4 under Dev...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            04-12-2024, 06:18 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=90">
                                                                kenjis
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90643&amp;action=lastpost" title="How to Test CI4 under Development">
                                                                    <strong>
                                                                        How to Test CI4 under Dev...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                04-12-2024, 06:18 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=90">
                                                                    kenjis
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        47
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90643&amp;action=lastpost" title="How to Test CI4 under Development">
                                                        <strong>
                                                            How to Test CI4 under Dev...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    04-12-2024, 06:18 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=90">
                                                        kenjis
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90643&amp;action=lastpost" title="How to Test CI4 under Development">
                                                            <strong>
                                                                How to Test CI4 under Dev...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        04-12-2024, 06:18 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=90">
                                                            kenjis
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_29" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=29">
                                                                CodeIgniter 4 Feature Requests
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Propose &amp; discuss new features
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90868&amp;action=lastpost" title="Set a $_GET value">
                                                                <strong>
                                                                    Set a $_GET value
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-16-2024, 12:36 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                ozornick
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90868&amp;action=lastpost" title="Set a $_GET value">
                                                                    <strong>
                                                                        Set a $_GET value
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-16-2024, 12:36 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                    ozornick
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        468
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90868&amp;action=lastpost" title="Set a $_GET value">
                                                        <strong>
                                                            Set a $_GET value
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-16-2024, 12:36 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                        ozornick
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90868&amp;action=lastpost" title="Set a $_GET value">
                                                            <strong>
                                                                Set a $_GET value
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-16-2024, 12:36 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                            ozornick
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_30" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=30">
                                                                CodeIgniter 4 Support
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Help with using CI4
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90894&amp;action=lastpost" title="Myth Auth register a new user">
                                                                <strong>
                                                                    Myth Auth register a new ...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            <span title="05-20-2024, 02:17 PM">
                                                                34 minutes ago
                                                            </span>
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=94094">
                                                                Newbie_Mark998
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90894&amp;action=lastpost" title="Myth Auth register a new user">
                                                                    <strong>
                                                                        Myth Auth register a new ...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                <span title="05-20-2024, 02:17 PM">
                                                                    34 minutes ago
                                                                </span>
                                                                by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=94094">
                                                                    Newbie_Mark998
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        3,338
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90894&amp;action=lastpost" title="Myth Auth register a new user">
                                                        <strong>
                                                            Myth Auth register a new ...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    <span title="05-20-2024, 02:17 PM">
                                                        34 minutes ago
                                                    </span>
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=94094">
                                                        Newbie_Mark998
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90894&amp;action=lastpost" title="Myth Auth register a new user">
                                                            <strong>
                                                                Myth Auth register a new ...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        <span title="05-20-2024, 02:17 PM">
                                                            34 minutes ago
                                                        </span>
                                                        by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=94094">
                                                            Newbie_Mark998
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_31" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=31">
                                                                CodeIgniter 4 Discussion
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Talk about CI4
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90267&amp;action=lastpost" title="Cache best practice?">
                                                                <strong>
                                                                    Cache best practice?
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            04-24-2024, 11:10 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=76623">
                                                                BhambriRohunu
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90267&amp;action=lastpost" title="Cache best practice?">
                                                                    <strong>
                                                                        Cache best practice?
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                04-24-2024, 11:10 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=76623">
                                                                    BhambriRohunu
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        647
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90267&amp;action=lastpost" title="Cache best practice?">
                                                        <strong>
                                                            Cache best practice?
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    04-24-2024, 11:10 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=76623">
                                                        BhambriRohunu
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90267&amp;action=lastpost" title="Cache best practice?">
                                                            <strong>
                                                                Cache best practice?
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        04-24-2024, 11:10 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=76623">
                                                            BhambriRohunu
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_34" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=34">
                                                                CodeIgniter 4 Addins
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90898&amp;action=lastpost" title="Running Codeigniter Queue">
                                                                <strong>
                                                                    Running Codeigniter Queue
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            <span title="05-20-2024, 07:29 AM">
                                                                7 hours ago
                                                            </span>
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=102558">
                                                                warcooft
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90898&amp;action=lastpost" title="Running Codeigniter Queue">
                                                                    <strong>
                                                                        Running Codeigniter Queue
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                <span title="05-20-2024, 07:29 AM">
                                                                    7 hours ago
                                                                </span>
                                                                by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=102558">
                                                                    warcooft
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        168
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90898&amp;action=lastpost" title="Running Codeigniter Queue">
                                                        <strong>
                                                            Running Codeigniter Queue
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    <span title="05-20-2024, 07:29 AM">
                                                        7 hours ago
                                                    </span>
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=102558">
                                                        warcooft
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90898&amp;action=lastpost" title="Running Codeigniter Queue">
                                                            <strong>
                                                                Running Codeigniter Queue
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        <span title="05-20-2024, 07:29 AM">
                                                            7 hours ago
                                                        </span>
                                                        by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=102558">
                                                            warcooft
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <thead>
                                        <tr>
                                            <td class="thead" colspan="5">
                                                <div class="expcolimage">
                                                    <img alt="[-]" class="expander" id="cat_6_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                                </div>
                                                <div>
                                                    <strong>
                                                        <a href="forumdisplay.php?fid=6">
                                                            Development
                                                        </a>
                                                    </strong>
                                                </div>
                                            </td>
                                        </tr>
                                    </thead>
                                    <tbody id="cat_6_e" style="">
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_17" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=17">
                                                                CodeIgniter 3.x
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        News &amp; feature requests - what do we need?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90884&amp;action=lastpost" title="sql sorgu farklılıkları">
                                                                <strong>
                                                                    sql sorgu farklılıkları
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-17-2024, 08:07 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=26451">
                                                                mywebmanavgat
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90884&amp;action=lastpost" title="sql sorgu farklılıkları">
                                                                    <strong>
                                                                        sql sorgu farklılıkları
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-17-2024, 08:07 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=26451">
                                                                    mywebmanavgat
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        849
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90884&amp;action=lastpost" title="sql sorgu farklılıkları">
                                                        <strong>
                                                            sql sorgu farklılıkları
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-17-2024, 08:07 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=26451">
                                                        mywebmanavgat
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90884&amp;action=lastpost" title="sql sorgu farklılıkları">
                                                            <strong>
                                                                sql sorgu farklılıkları
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-17-2024, 08:07 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=26451">
                                                            mywebmanavgat
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_18" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=18">
                                                                CodeIgniter 2.x
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Support &amp; security fixes only
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90474&amp;action=lastpost" title="Malformed from field email address only when received by Gmail &amp; Hotmail addresses">
                                                                <strong>
                                                                    Malformed from field emai...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            03-24-2024, 12:22 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=100964">
                                                                amazeme
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90474&amp;action=lastpost" title="Malformed from field email address only when received by Gmail &amp; Hotmail addresses">
                                                                    <strong>
                                                                        Malformed from field emai...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                03-24-2024, 12:22 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=100964">
                                                                    amazeme
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        211
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90474&amp;action=lastpost" title="Malformed from field email address only when received by Gmail &amp; Hotmail addresses">
                                                        <strong>
                                                            Malformed from field emai...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    03-24-2024, 12:22 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=100964">
                                                        amazeme
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90474&amp;action=lastpost" title="Malformed from field email address only when received by Gmail &amp; Hotmail addresses">
                                                            <strong>
                                                                Malformed from field emai...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        03-24-2024, 12:22 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=100964">
                                                            amazeme
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_19" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=19">
                                                                Issues
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Is this a bug? Is there a workaround?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90802&amp;action=lastpost" title="Optimize.php make a problem cached">
                                                                <strong>
                                                                    Optimize.php make a probl...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-09-2024, 06:35 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                                ALTITUDE_DEV
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90802&amp;action=lastpost" title="Optimize.php make a problem cached">
                                                                    <strong>
                                                                        Optimize.php make a probl...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-09-2024, 06:35 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                                    ALTITUDE_DEV
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        573
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90802&amp;action=lastpost" title="Optimize.php make a problem cached">
                                                        <strong>
                                                            Optimize.php make a probl...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-09-2024, 06:35 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                        ALTITUDE_DEV
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90802&amp;action=lastpost" title="Optimize.php make a problem cached">
                                                            <strong>
                                                                Optimize.php make a probl...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-09-2024, 06:35 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=65667">
                                                            ALTITUDE_DEV
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_offclose ajax_mark_read" id="mark_read_26" title="Forum is Closed">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=26">
                                                                NetBeans Plugin
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        NetBeans IDE plugin for CodeIgniter. Abandoned.
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=71700&amp;action=lastpost" title="Project archived">
                                                                <strong>
                                                                    Project archived
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            09-14-2018, 09:18 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=2">
                                                                jlp
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=71700&amp;action=lastpost" title="Project archived">
                                                                    <strong>
                                                                        Project archived
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                09-14-2018, 09:18 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=2">
                                                                    jlp
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        10
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=71700&amp;action=lastpost" title="Project archived">
                                                        <strong>
                                                            Project archived
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    09-14-2018, 09:18 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=2">
                                                        jlp
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=71700&amp;action=lastpost" title="Project archived">
                                                            <strong>
                                                                Project archived
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        09-14-2018, 09:18 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=2">
                                                            jlp
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <thead>
                                        <tr>
                                            <td class="thead" colspan="5">
                                                <div class="expcolimage">
                                                    <img alt="[-]" class="expander" id="cat_7_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                                </div>
                                                <div>
                                                    <strong>
                                                        <a href="forumdisplay.php?fid=7">
                                                            External Resources
                                                        </a>
                                                    </strong>
                                                </div>
                                            </td>
                                        </tr>
                                    </thead>
                                    <tbody id="cat_7_e" style="">
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_16" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=16">
                                                                Spotlight
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Sites built with CodeIgniter - share the love :-)
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=88642&amp;action=lastpost" title="Customer management">
                                                                <strong>
                                                                    Customer management
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            10-11-2023, 02:08 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                ozornick
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=88642&amp;action=lastpost" title="Customer management">
                                                                    <strong>
                                                                        Customer management
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                10-11-2023, 02:08 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                                    ozornick
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        73
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=88642&amp;action=lastpost" title="Customer management">
                                                        <strong>
                                                            Customer management
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    10-11-2023, 02:08 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                        ozornick
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=88642&amp;action=lastpost" title="Customer management">
                                                            <strong>
                                                                Customer management
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        10-11-2023, 02:08 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=52428">
                                                            ozornick
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_15" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=15">
                                                                Learn More
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Where can you learn more about CodeIgniter?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=87751&amp;action=lastpost" title="World-class tutorials">
                                                                <strong>
                                                                    World-class tutorials
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            07-31-2023, 10:57 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                                InsiteFX
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=87751&amp;action=lastpost" title="World-class tutorials">
                                                                    <strong>
                                                                        World-class tutorials
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                07-31-2023, 10:57 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                                    InsiteFX
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        88
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=87751&amp;action=lastpost" title="World-class tutorials">
                                                        <strong>
                                                            World-class tutorials
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    07-31-2023, 10:57 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                        InsiteFX
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=87751&amp;action=lastpost" title="World-class tutorials">
                                                            <strong>
                                                                World-class tutorials
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        07-31-2023, 10:57 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=75">
                                                            InsiteFX
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_14" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=14">
                                                                Jobs
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Looking for or offering CodeIgniter skills?
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=90570&amp;action=lastpost" title="Need PHP Developer">
                                                                <strong>
                                                                    Need PHP Developer
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            05-08-2024, 11:21 PM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106323">
                                                                Sid.M
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=90570&amp;action=lastpost" title="Need PHP Developer">
                                                                    <strong>
                                                                        Need PHP Developer
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                05-08-2024, 11:21 PM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106323">
                                                                    Sid.M
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        160
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=90570&amp;action=lastpost" title="Need PHP Developer">
                                                        <strong>
                                                            Need PHP Developer
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    05-08-2024, 11:21 PM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106323">
                                                        Sid.M
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=90570&amp;action=lastpost" title="Need PHP Developer">
                                                            <strong>
                                                                Need PHP Developer
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        05-08-2024, 11:21 PM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=106323">
                                                            Sid.M
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_on ajax_mark_read" id="mark_read_13" title="Forum Contains New Posts">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=13">
                                                                Addins
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                        Third party addins for use with CodeIgniter.  
Share what you have done :)
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=67895&amp;action=lastpost" title="codeigniter 3.0.1 equiped with opencart filemanager">
                                                                <strong>
                                                                    codeigniter 3.0.1 equiped...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            04-23-2024, 10:05 AM
                                                            <br>
                                                            by
                                                            <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=46896">
                                                                JustJohnQ
                                                            </a>
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=67895&amp;action=lastpost" title="codeigniter 3.0.1 equiped with opencart filemanager">
                                                                    <strong>
                                                                        codeigniter 3.0.1 equiped...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                04-23-2024, 10:05 AM by
                                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=46896">
                                                                    JustJohnQ
                                                                </a>
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        675
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=67895&amp;action=lastpost" title="codeigniter 3.0.1 equiped with opencart filemanager">
                                                        <strong>
                                                            codeigniter 3.0.1 equiped...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    04-23-2024, 10:05 AM
                                                    <br>
                                                    by
                                                    <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=46896">
                                                        JustJohnQ
                                                    </a>
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=67895&amp;action=lastpost" title="codeigniter 3.0.1 equiped with opencart filemanager">
                                                            <strong>
                                                                codeigniter 3.0.1 equiped...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        04-23-2024, 10:05 AM by
                                                        <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=46896">
                                                            JustJohnQ
                                                        </a>
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <thead>
                                        <tr>
                                            <td class="thead" colspan="5">
                                                <div class="expcolimage">
                                                    <img alt="[-]" class="expander" id="cat_20_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                                </div>
                                                <div>
                                                    <strong>
                                                        <a href="forumdisplay.php?fid=20">
                                                            Archived Discussions
                                                        </a>
                                                    </strong>
                                                </div>
                                            </td>
                                        </tr>
                                    </thead>
                                    <tbody id="cat_20_e" style="">
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_offclose ajax_mark_read" id="mark_read_21" title="Forum is Closed">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=21">
                                                                Archived General Discussion
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=60168&amp;action=lastpost" title="HMVC and Cjax">
                                                                <strong>
                                                                    HMVC and Cjax
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            10-29-2014, 02:18 AM
                                                            <br>
                                                            by El Forum
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=60168&amp;action=lastpost" title="HMVC and Cjax">
                                                                    <strong>
                                                                        HMVC and Cjax
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                10-29-2014, 02:18 AM by El Forum
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        14,859
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=60168&amp;action=lastpost" title="HMVC and Cjax">
                                                        <strong>
                                                            HMVC and Cjax
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    10-29-2014, 02:18 AM
                                                    <br>
                                                    by El Forum
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=60168&amp;action=lastpost" title="HMVC and Cjax">
                                                            <strong>
                                                                HMVC and Cjax
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        10-29-2014, 02:18 AM by El Forum
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow1" width="1">
                                                <div class="forum_status forum_offclose ajax_mark_read" id="mark_read_22" title="Forum is Closed">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=22">
                                                                Archived Libraries &amp; Helpers
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=61233&amp;action=lastpost" title="Add Arabic language in Codeigniter">
                                                                <strong>
                                                                    Add Arabic language in Co...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            10-27-2014, 09:54 AM
                                                            <br>
                                                            by El Forum
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=61233&amp;action=lastpost" title="Add Arabic language in Codeigniter">
                                                                    <strong>
                                                                        Add Arabic language in Co...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                10-27-2014, 09:54 AM by El Forum
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        5,482
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=61233&amp;action=lastpost" title="Add Arabic language in Codeigniter">
                                                        <strong>
                                                            Add Arabic language in Co...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    10-27-2014, 09:54 AM
                                                    <br>
                                                    by El Forum
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=61233&amp;action=lastpost" title="Add Arabic language in Codeigniter">
                                                            <strong>
                                                                Add Arabic language in Co...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        10-27-2014, 09:54 AM by El Forum
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td align="center" class="trow2" width="1">
                                                <div class="forum_status forum_offclose ajax_mark_read" id="mark_read_23" title="Forum is Closed">
                                                    <i class="fa fa-folder-open-o">
                                                    </i>
                                                </div>
                                            </td>
                                            <td class="trow1">
                                                <div class="float_left">
                                                    <span style="font-size: 14px;">
                                                        <strong>
                                                            <a href="forumdisplay.php?fid=23">
                                                                Archived Development &amp; Programming
                                                            </a>
                                                        </strong>
                                                    </span>
                                                    <span class="hide navh smalltext">
                                                    </span>
                                                    <span class="hide htc">
                                                        <br>
                                                    </span>
                                                    <span class="fdleft">
                                                        <span class="hide navh smalltext">
                                                            <a href="showthread.php?tid=61234&amp;action=lastpost" title="HELP:redirect function works on localhost, but not on live server">
                                                                <strong>
                                                                    HELP:redirect function wo...
                                                                </strong>
                                                            </a>
                                                            <br>
                                                            10-28-2014, 08:20 PM
                                                            <br>
                                                            by El Forum
                                                            <br>
                                                        </span>
                                                        <span class="fdleft">
                                                            <br>
                                                            <span class="smalltext">
                                                                <a href="showthread.php?tid=61234&amp;action=lastpost" title="HELP:redirect function works on localhost, but not on live server">
                                                                    <strong>
                                                                        HELP:redirect function wo...
                                                                    </strong>
                                                                </a>
                                                                <br>
                                                                10-28-2014, 08:20 PM by El Forum
                                                            </span>
                                                        </span>
                                                    </span>
                                                </div>
                                            </td>
                                            <td align="center" class="hide navh trow1" style="white-space: nowrap" width="8%">
                                                <span class="largetext">
                                                    <strong>
                                                        39,157
                                                    </strong>
                                                    <br>
                                                    Topics
                                                </span>
                                            </td>
                                            <td align="left" class="hide navh trow1" style="white-space: nowrap" width="26%">
                                                <span class="hide navh smalltext">
                                                    <a href="showthread.php?tid=61234&amp;action=lastpost" title="HELP:redirect function works on localhost, but not on live server">
                                                        <strong>
                                                            HELP:redirect function wo...
                                                        </strong>
                                                    </a>
                                                    <br>
                                                    10-28-2014, 08:20 PM
                                                    <br>
                                                    by El Forum
                                                    <br>
                                                </span>
                                                <span class="fdleft">
                                                    <br>
                                                    <span class="smalltext">
                                                        <a href="showthread.php?tid=61234&amp;action=lastpost" title="HELP:redirect function works on localhost, but not on live server">
                                                            <strong>
                                                                HELP:redirect function wo...
                                                            </strong>
                                                        </a>
                                                        <br>
                                                        10-28-2014, 08:20 PM by El Forum
                                                    </span>
                                                </span>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                            </div>
                            <div id="indexmaintwo">
                                <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                                    <tbody>
                                        <tr>
                                            <td class="thead">
                                                <strong>
                                                    Latest Activity
                                                </strong>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td class="trow1">
                                                <div class="latestthreads float_left">
                                                </div>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <br>
                            </div>
                        </div>
                        <br class="clear">
                        <table border="0" cellpadding="5" cellspacing="0" class="tborder">
                            <thead>
                                <tr>
                                    <td class="thead">
                                        <div class="float_left">
                                            <span class="smalltext">
                                                <strong>
                                                    <i class="fa fa-globe fa-fw" style="font-size: 16px;">
                                                    </i>
                                                    &nbsp;
                                                    <a href="online.php">
                                                        Who's online
                                                    </a>
                                                </strong>
                                            </span>
                                        </div>
                                        <div class="expcolimage">
                                            <img alt="[-]" class="expander" id="boardstats_img" src="https://forum.codeigniter.com/images/collapse.png" title="[-]">
                                        </div>
                                    </td>
                                </tr>
                            </thead>
                            <tbody id="boardstats_e" style="">
                                <tr>
                                    <td class="trow1">
                                        <span class="smalltext">
                                            <span class="boardstats_stat">
                                                376487
                                            </span>
                                            <span class="boardstats_text">
                                                Replies &nbsp;
                                            </span>
                                            <span class="boardstats_stat">
                                                77671
                                            </span>
                                            <span class="boardstats_text">
                                                Topics &nbsp;
                                            </span>
                                            <span class="boardstats_stat">
                                                88304
                                            </span>
                                            <span class="boardstats_text">
                                                Users &nbsp;
                                            </span>
                                            <span class="boardstats_stat">
                                                443
                                            </span>
                                            <span class="boardstats_text">
                                                Most online &nbsp;
                                            </span>
                                            <span class="boardstats_text">
                                                Latest
                                            </span>
                                            <span class="boardstats_stat">
                                                <a href="https://forum.codeigniter.com/member.php?action=profile&amp;uid=107745">
                                                    muratdutluu
                                                </a>
                                            </span>
                                        </span>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="trow1" style="text-align: right">
                                        <span class="smalltext">
                                            <a href="misc.php?action=markread" title="Mark all forums read">
                                                <i class="fa fa-check fa-fw" style="font-size: 15px;">
                                                </i>
                                                Mark all forums read
                                            </a>
                                        </span>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                        <br>
                    </div>
                </div>
                <div id="footer">
                    <div class="upper">
                        <div class="wrapper">
                            <div class="section group">
                                <div class="col span_1_of_3">
                                    <strong>
                                        <span class="textb largetext">
                                            MENU
                                        </span>
                                    </strong>
                                    <br>
                                    <div class="footermenu">
                                        <ul>
                                            <li>
                                                <a href="showteam.php">
                                                    <i class="fa fa-dot-circle-o fa-fw" style="font-size: 9px;">
                                                    </i>
                                                    Forum team
                                                </a>
                                            </li>
                                            <li>
                                                <a href="contact.php">
                                                    <i class="fa fa-dot-circle-o fa-fw" style="font-size: 9px;">
                                                    </i>
                                                    Contact us
                                                </a>
                                            </li>
                                            <li>
                                                <a href="https://forum.codeigniter.com/misc.php?action=syndication">
                                                    <i class="fa fa-dot-circle-o fa-fw" style="font-size: 9px;">
                                                    </i>
                                                    RSS Syndication
                                                </a>
                                            </li>
                                        </ul>
                                    </div>
                                </div>
                                <div class="col span_1_of_3">
                                    <strong>
                                        <span class="textb largetext">
                                            EXTRA MENU
                                        </span>
                                    </strong>
                                    <br>
                                    <div class="footermenu">
                                    </div>
                                </div>
                                <div class="col span_1_of_3">
                                    <strong>
                                        <span class="textb largetext">
                                            ABOUT US
                                        </span>
                                    </strong>
                                    <br>
                                    <p>
                                        CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
                                    </p>
                                    <div class="hide htc float_right">
                                    </div>
                                </div>
                            </div>
                            <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->
                            <!-- End task image code -->
                        </div>
                    </div>
                </div>
            </div>
            <br>
            <div>
                <span class="smalltext" id="copyright">
                    <!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
     to show your support for MyBB.  If you choose to remove or modify the copyright below,
     you may be refused support on the MyBB Community Forums.
                   
     This is free software, support us and we'll support you. -->
                    <a href="http://iandrew.org" rel="noopener" target="_blank">
                        Theme &copy; iAndrew 2016 -
                    </a>
                    <a href="https://www.mybb.com" rel="noopener" target="_blank">
                        Forum software by &copy; MyBB
                    </a>
                    <!-- End powered by -->
                </span>
            </div>
            <br>
            <br>
            <style>
                /*  SECTIONS  */
                .section {
                    clear               : both;
                    padding             : 0px;
                    margin              : 0px;
                }
                /*  COLUMN SETUP  */
                .col {
                    display             : block;
                    float               : left;
                    margin              : 1% 0 1% 1.6%;
                }
                .col:first-child {
                    margin-left         : 0;
                }
                /*  GROUPING  */
                .group:before,
                .group:after {
                    content             : "";
                    display             : table;
                }
                .group:after {
                    clear               : both;
                }
                .group {
                    zoom                : 1; /* For IE 6/7 */
                }
                /*  GRID OF THREE  */
                .span_3_of_3 {
                    width               : 100%;
                }
                .span_2_of_3 {
                    width               : 66.13%;
                }
                .span_1_of_3 {
                    width               : 32.26%;
                }
                /*  GO FULL WIDTH BELOW 480 PIXELS */
                @media only screen and (max-width: 680px) {
                    .col {
                        margin              : 1% 0 1% 0%;
                    }
                    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
                        width               : 100%;
                    }
                }
                /* CSSTerm.com Simple CSS menu */
                .footermenu ul {
                    margin              : 0;
                    padding             : 0;
                    width               : 185px;
                    list-style-type     : none;
                    font-size           : 14px;
                }
                .footermenu ul li a {
                    text-decoration     : none;
                    padding             : 3.5px 3px;
                    display             : block;
                    color               : #fff;
                    font-size           : 13px;
                }
                .footermenu ul li a:hover {
                    color               : #ccc;
                }
                .footermenu ul li a:visited {
                    color               : #fff;
                }
                .footermenu ul li .current {
                    color               : #ccc;
                }
                .textb {
                    color               : #fff;
                    display             : inline-block;
                    padding             : 9px 9px;
                    margin              : 2px 2px 5px 2px;
                    font-size           : 13px;
                }
            </style>
            <!-- MentionMe Autocomplete Scripts -->
            <script src="https://forum.codeigniter.com/jscripts/Caret.js/jquery.caret.min.js" type="text/javascript">
            </script>
            <script src="https://forum.codeigniter.com/jscripts/MentionMe/autocomplete.min.js" type="text/javascript">
            </script>
            <script type="text/javascript">
                <!--
                	MentionMe.autoComplete.setup({
                 lang: {
                 instructions: 'type a user name',
                 },
                 maxLength: '30',
                 maxItems: '5',
                 minWidth: '120',
                 tid: '',
                 fullText: '0',
                 showAvatars: '0',
                 imageDirectory: 'https://forum.codeigniter.com/images',
                 lockSelection: '1',
                	});
                //-->
            </script>
            <div class="mentionme_popup" id="mentionme_master_popup" style="display: none;">
                <div class="mentionme_spinner">
                    <img src="images/spinner.gif">
                    <span>
                    </span>
                </div>
                <div class="mentionme_popup_input_container">
                    <input autocomplete="off" class="mentionme_popup_input" type="text">
                </div>
                <div class="mentionme_popup_body">
                </div>
            </div>
            <script>
                (function() {
                    if (!document.body) return;
                    var js = "window['__CF$cv$params']={r:'886f8c167b0c24e1',t:'MTcxNjI0MTg3Ny42MzQwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";
                    var _0xh = document.createElement('iframe');
                    _0xh.height = 1;
                    _0xh.width = 1;
                    _0xh.style.position = 'absolute';
                    _0xh.style.top = 0;
                    _0xh.style.left = 0;
                    _0xh.style.border = 'none';
                    _0xh.style.visibility = 'hidden';
                    document.body.appendChild(_0xh);
                    function handler() {
                        var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;
                        if (_0xi) {
                            var _0xj = _0xi.createElement('script');
                            _0xj.innerHTML = js;
                            _0xi.getElementsByTagName('head')[0].appendChild(_0xj);
                        }
                    }
                    if (document.readyState !== 'loading') {
                        handler();
                    } else if (window.addEventListener) {
                        document.addEventListener('DOMContentLoaded', handler);
                    } else {
                        var prev = document.onreadystatechange || function() {
                
                    };
                    document.onreadystatechange = function(e) {
                      prev(e);
                      if (document.readyState !== 'loading') {
                        document.onreadystatechange = prev;
                        handler();
                      }
                    };
                    }
                })();
            </script>
        </div>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://forum.codeigniter.com/ 2024-05-20 21:51:17
2 https://thebolditalic.com/?gi=f408… 2024-05-20 21:51:17
3 https://thebolditalic.com/?gi=23ab… 2024-05-20 21:51:14
4 https://thebolditalic.com/?gi=38a4… 2024-05-20 21:51:13
5 https://thebolditalic.com/?gi=c6da… 2024-05-20 21:51:09
6 https://thebolditalic.com/?gi=ce2d… 2024-05-20 21:51:06
7 https://thebolditalic.com/?gi=f6be… 2024-05-20 21:51:05
8 https://thebolditalic.com/?gi=39ad… 2024-05-20 21:51:02
9 https://thebolditalic.com/?gi=d859… 2024-05-20 21:51:01
10 https://thebolditalic.com/?gi=7264… 2024-05-20 21:50:57
11 https://thebolditalic.com/?gi=d23a… 2024-05-20 21:50:53
12 https://thebolditalic.com/?gi=8d4d… 2024-05-20 21:50:52
13 https://thebolditalic.com/?gi=d197… 2024-05-20 21:50:49
14 https://thebolditalic.com/?gi=40d9… 2024-05-20 21:50:48
15 https://thebolditalic.com/?gi=f8d1… 2024-05-20 21:50:44
16 https://thebolditalic.com/?gi=e032… 2024-05-20 21:50:41
17 https://thebolditalic.com/?gi=f6d5… 2024-05-20 21:50:34
18 https://thebolditalic.com/?gi=890b… 2024-05-20 21:50:33
19 https://thebolditalic.com/?gi=3b1a… 2024-05-20 21:50:33
20 https://thebolditalic.com/?gi=fcf0… 2024-05-20 21:50:32