Re: What is your main tool for building website? Programming Web Development by Dani …. Our backend is PHP. Specifically, an old version of the CodeIgniter framework. For the front end, we use the Bootstrap CSS… 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. Re: CodeIgniter session cookie vulnerability Community Center Meta DaniWeb by cereal … discussed in your link. About 2.2.0: > CodeIgniter 2.2.0 has been released today, and is a… ready for the update. * http://ellislab.com/blog/entry/codeigniter-2.2.0-released Just make sure to have **mcrypt…which includes also few minor bug fixes: * http://ellislab.com/codeigniter/user-guide/installation/upgrade_220.html * http://ellislab.com… Codeigniter - Bootstrap Questions Programming Web Development by Ventech_IT Hi Guys i am currently building an app and using codeigniter as my framework and bootstrap to handle the Site so … in two parts. Im new to Codeigniter so please bear with me. Part One: Codeigniter Here is my current website header and… Re: Codeigniter - Bootstrap Questions Programming Web Development by Ventech_IT I fixed the nav link in codeigniter by using <?php echo site_url('home'); ?> now all i need is an answer on how to use the bootstrap active class with codeigniter to display what link is active? CodeIgniter session cookie vulnerability Community Center Meta DaniWeb by iamthwee Hi guys, I just came across an interesting article regarding codeigniter cookie sessions. http://www.dionach.com/blog/codeigniter-session-decoding-vulnerability It seems it is fixed in 3.0 but I know that version isn't stable. I wonder what Dani thinks about this? CodeIgniter routing Programming Web Development by iamthwee … switching, but I do like the way routing works. In codeigniter it seems so convoluted. I gotta create a controller to… CodeIgniter Facebook Login Issue Programming Web Development by brianbabu … am really having a problem with the facebook login with codeigniter. I am getting the login part, session and db query… 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) … Re: CodeIgniter has finally found a new home. Programming Web Development by veedeoo … you can view flavors option[ here](http://www.codeigniter.com/download). I will be bribing my [mentor…tutorial focusing on modularization (similar to HMVC) of codeIgniter which can truly demonstrate the great potential of CI3…. Modularization can make codeIgniter to handle many applications running in just ONE framework… Re: codeigniter and frontend access issues Programming Web Development by cereal You could move CodeIgniter to a subdirectory: /index.html /backend/index.php /backend/system/ /… Re: codeigniter and frontend access issues Programming Web Development by cereal …('ENVIRONMENT', 'development'); and retry, if it does not work check CodeIgniter, PHP and Apache logs for errors. __EDIT__ Ok, glad you… Re: codeigniter sessions Programming Web Development by iamthwee … to set cookie_encrypt to TRUE is because I never realised codeigniter sessions are in fact cookies! So I guess I am… side note why the hell does the vanilla install of codeigniter force you to set an encryption key but doesn't… CodeIgniter has finally found a new home. Programming Web Development by veedeoo … [here](https://ellislab.com/blog/entry/your-favorite-php-framework-codeigniter-has-a-new-home). IMHO, the decision made by the… EllisLab is in the best interest of CodeIgniter. Although, I am not sure how far this framework … what type of license the BCIT will have on their CodeIgniter release. I am hoping that BCIT will remove the PHP…