minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pyeri Folks, We already know about CodeIgniter and its enormous capabilities as a PHP framework, this very … Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by Dani …, I commend you on what looks like you really understanding Codeigniter 3, and then taking that knowledge to roll your own… Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pritaeas Why would I choose this over a package like [Slim](https://www.slimframework.com/)? Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pyeri @pritaeas Most modern PHP frameworks like Slim make heavy use of OOP which introduces cruft and bloat. As you can see in that example itself, just for printing a simple Hello string, they ended up creating one Factory class and two other classes for request and response. While OOP certainly has its uses, not all use cases need this level of … Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by Dani > In the case of DaniWeb, there are Post objects, Thread objects, Forum objects, and Member objects, and pretty much all functionality can be accomplished with methods that act upon any combination of those four things. I just want to also add that I rolled my own ORM such that each instance of any of these classes maps directly to a row in a… Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri Glad to know that Daniweb uses CodeIgniter! It's a very minimal but robust framework and has … Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani Wow, this is old. I just stumbled upon it and it’s so crazy looking back at old code you wrote once upon a time. Especially since we are still working off the same framework so it’s just interesting to see how much it’s morphed and evolved over the years. Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani I started with CI3 probably like a decade ago, and that’s what I’m continuing to use, albeit with a bunch of security updates and so forth. It’s not worth it to me to upgrade to CI4 right now since that would pretty much be a complete rewrite of the entire app for not much upside. Do you have any experience with CI4? Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri I have never bothered to check CI4 as CI3 fulfilled all my web development needs. It required some modifications when PHP 8 came (PHP 8 didn't allow dynamic properties which are used in CI3). But otherwise, it works fine for most small to medium sized projects. One of the best things about CI3 is that it works out of the box with minimum initial … Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by Dani … with the CI framework: * [Laravel vs Codeigniter discussion](https://www.daniweb.com/programming/web-development/…threads/462743/laravel-or-codeigniter) * [Me talking about how CI is …igniter#post1844552) * [How I got started with Codeigniter](https://www.daniweb.com/programming/software-development/threads/… Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by pyeri … Internet. As the PHP creator himself once said, CodeIgniter is a PHP framework that feels the least like … like `$_SESSION`, `$_POST`, etc. With a framework like CodeIgniter, you're much more "near" to the …or Symfony. Thanks for the discussion links pertaining to CodeIgniter, those are a goldmine! Looking forward to more interaction… Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by pyeri … stack which also happens to be my favorite (Bootstrap + jquery + CodeIgniter), I am starting to have a sense that I might… there which get discussed ad-nauseum every single day, but CodeIgniter still has some advantages today which are hard to beat… CodeIgniter 3.0 & Learning Resources Programming Web Development by Lorele …being a basic-to-intermediate web worker, I decided CodeIgniter had the best potential for flexibility, and also … lead to me learning CSS. Although various tutorials for CodeIgniter have expressed that the blurry area between model, view… skills -- and still maintain some closeness to the CodeIgniter 3.0 base? Is there anyone working with CI… CodeIgniter highlight_phrase Programming Web Development by Dani CodeIgniter's highlight_phrase() function, in the Text Helper library, looks like … Re: Codeigniter - Clone form field, entering in database Programming Web Development by LastMitch >Codeigniter - Clone form field, entering in database Have you post this on **Codeigniter** forum? I assume you did. I think someone over there already gave a good direct answer: http://ellislab.com/forums/viewthread/235630/ CodeIgniter Help. Programming Web Development by kevinyu … for the sake of experimentation to headstart my journey in CodeIgniter. :D Hello Stackoverflow. Why is it that my page only… Codeigniter Programming Web Development by Harmeet_2 Hi i m new with codeigniter Kindly help me how i display data in dropbox from database and save into datbase. Re: Codeigniter Programming Web Development by cereal Hi, you can use the Form helper, like in the documentation example: * https://codeigniter.com/user_guide/helpers/form_helper.html?highlight=form#form_dropdown Otherwise you can use custom code. Have you tried to write some code? Show it to us, so we can suggest you how to fix it, bye. Re: CodeIgniter 3.0 & Learning Resources Programming Web Development by veedeoo …were written like this.. //namespace myspace; // does not apply in codeigniter Class MyClass { private $dialog; public function __construct($dialog) { $…begin writing our basic "Hello World" program in CodeIgniter. First, the Model: application/models/myclass_model.php <?… Re: CodeIgniter 3.0 & Learning Resources Programming Web Development by Dani DaniWeb uses CodeIgniter 2.x, as do a handful of other people here, so any questions that you may have I'm sure we can help with. I don't know anyone using CodeIgniter 3 as it's still under active development and not production-ready. codeigniter and frontend access issues Programming Web Development by Casperjames …./index.php/$1 [L] and in my header inside of codeigniter redirected back to the index.html if the user was…a 404 back the other way! However everything else through codeigniter works at this point... I am confused. Right now…essentially want to load the frontend first and then load codeigniter when the user has logged in and been authenticated.… codeigniter sessions Programming Web Development by iamthwee …. First let me explain. So I've been using codeigniter's session library without much thought. I assumed the code…'] = TRUE;` <--True isn't it storing all your codeigniter sessions in plain text!!! So if I set a session…the user's to enter an encryption key before using codeigniter's sessions!? Second I've been reading about countless … Re: codeigniter sessions Programming Web Development by Dani …, even if using unencrypted session cookies. DaniWeb uses CodeIgniter sessions, and we also rely heavily on AJAX. …we actually don't use the session database. The CodeIgniter session cookie is encrypted and stores simply a hashed … functionality. We have a separate table (outside of CodeIgniter's session library) that keeps track of the applicable… CodeIgniter book??? Programming Web Development by veledrom …get staring: [URL="http://www.amazon.co.uk/CodeIgniter-Professional-Development-Adam-Griffith/dp/1849510903/ref=sr_1_1?s=books…ie=UTF8&qid=1304357639&sr=1-1"]CodeIgniter 1.7 Professional Development[/URL] [URL="http://…www.amazon.co.uk/CodeIgniter-1-7-J-Blanco/dp/1847199488/ref=sr_1_3?s=books… CodeIgniter CLI trainer script ( creates simple application) Programming Web Development by veedeoo … by others, we cannot deny how important CodeIgniter's contributions to PHP MVC framework developers. …http://sourceforge.net/projects/miniserver/) 2. [CodeIgniter](http://ellislab.com/codeigniter/user-guide/installation/downloads.html). **Few Steps… are good to go. Step Two: Unzipped CodeIgniter to htdocs directory or www directory for uniform … Re: CodeIgniter CLI trainer script ( creates simple application) Programming Web Development by Adrian_5 … On the other hand, like you said, other frameworks, Codeigniter included, have the "autoload" which load the …We feel comfortable not learning something new. I really like Codeigniter, it does all I need it to do, but… is actually a great framework which learned alot from Codeigniter and from other frameworks. Thank you again for the… Re: CodeIgniter CLI trainer script ( creates simple application) Programming Web Development by veedeoo …above by way of Artisan. In the case of CodeIgniter, codeigniter needs to simultaneously load at least 50 or more…codeigniter3\index.php C:\server\www\codeigniter3\system\core\CodeIgniter.php C:\server\www\codeigniter3\system\core\Common.php… also include the PDO CRUD I wrote for the CodeIgniter. Looking at the results, I honestly believe that … Re: codeigniter and frontend access issues Programming Web Development by Casperjames … loading the other modules right. UPDATE: I can now get codeigniter to work under /dev/ but only the dashboard/index.php… page again... Is there somewhere to set codeigniter directory path? I DID set them in the index.php… Re: codeigniter sessions Programming Web Development by cereal …'t start. **Ref:** * https://github.com/EllisLab/CodeIgniter/blob/2.1-stable/system/libraries/Encrypt.php#L116 *… https://github.com/EllisLab/CodeIgniter/blob/2.2-stable/system/libraries/Encrypt.php#L122… * https://github.com/EllisLab/CodeIgniter/blob/2.2-stable/system/libraries/Encrypt.php#… Re: CodeIgniter has finally found a new home. Programming Web Development by veedeoo …php [updated](https://github.com/bcit-ci/CodeIgniter/blob/develop/system/core/Controller.php) …12 days ago. <?php /** * CodeIgniter * * An open source application development framework for…OR OTHER DEALINGS IN * THE SOFTWARE. * * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) …