Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: about codeigniter3 session
Post: RE: about codeigniter3 session

I would recommend you to use memcache as a session handler. Its fast, reliable and pretty easy to use. Once you install it you dont need any aditional configuration and it doubles as a caching system.
8,707 Views
5 Replies
11-14-2015, 08:40 AM
FlevasGR
    Thread: CI as a REST API?
Post: RE: CI as a REST API?

I'm using this: https://github.com/chriskacerguis/codeigniter-restserver on many projects as a REST server. CI pretty much does all the job. Especialy if you have the main website written in CI why wo...
23,570 Views
13 Replies
11-14-2015, 08:38 AM
FlevasGR
    Thread: Cannot access ubuntu's enviroment variables from PHP
Post: Cannot access ubuntu's enviroment variables from P...

I'm making a codeigniter website and i need to switch configs between production and development. By default Codeigniter searches for the var  Code: -- CI_ENV --  in PHP's  Code: -- $_SERVER...
2,448 Views
1 Replies
10-30-2015, 11:03 AM
FlevasGR
    Thread: Codeigniter for atom.io
Post: Codeigniter for atom.io

Hello coders, recently GitHub relesed version 1 of their text editor and it's pretty much awesome. So i took the chance to develop a plugin for codeingiter which has auto-complete functions and such. ...
4,243 Views
0 Replies
07-19-2015, 11:33 AM
FlevasGR
    Thread: Use more PHP standards (namespaces)
Post: RE: Use more PHP standards (namespaces)

Go for it! But please make it backwards compatible!
35,387 Views
21 Replies
07-12-2015, 04:07 AM
FlevasGR
    Thread: [Wiki] How to setup Codeigniter on Nginx
Post: [Wiki] How to setup Codeigniter on Nginx

Many users have come across this simple problem: How do i run Codeigniter with Nginx? This might be a little bit confusing since every single tutorial uses apache and htaccess files. For that reaso...
10,055 Views
3 Replies
06-26-2015, 04:46 PM
FlevasGR
    Thread: Codeigniter Essentials @ Livecoding.tv
Post: Codeigniter Essentials @ Livecoding.tv

Hello fellow coders, this Saturday (27/6) i will be live at https://www.livecoding.tv/flevasgr/ teaching the essentials of Codeingiter. If you have any suggestion on what topics i should cover please ...
11,139 Views
2 Replies
06-26-2015, 04:35 PM
FlevasGR
    Thread: Database optimized ubuntu setup
Post: Database optimized ubuntu setup

Hello fellow coders. Currently I'm studying how to use nginx with docker and codeigniter and deploy the entire thing to  Amazon elastic beanstalk.. Pretty much everyone recommends a separate database ...
3,608 Views
1 Replies
06-14-2015, 02:54 PM
FlevasGR
    Thread: Get name of parent method and classf
Post: RE: Get name of parent method and classf

Pretty much everything you suggested works. I will probably go with the segments :)
7,104 Views
5 Replies
06-14-2015, 06:23 AM
FlevasGR
    Thread: Regular Expression working on regexr but not in PHP
Post: RE: Regular Expression working on regexr but not i...

CroNiX Wrote: (06-13-2015, 08:31 AM) -- Try PHP Code: -- preg_match('/[0-9]{3}-[A-Z0-9]{3}-[A-Z]{3}/', $coupon) -- 3 digits followed by dash followed by mixture of 3 digits and/or A-Z chars fo...
8,430 Views
6 Replies
06-13-2015, 09:06 AM
FlevasGR
    Thread: Regular Expression working on regexr but not in PHP
Post: RE: Regular Expression working on regexr but not i...

CroNiX Wrote: (06-13-2015, 08:14 AM) -- The regex in your php code is not the same regex you posted in "The expression i have". Check the parenthesis. You're missing some. -- Sorry, i made a little...
8,430 Views
6 Replies
06-13-2015, 08:25 AM
FlevasGR
    Thread: Regular Expression working on regexr but not in PHP
Post: Regular Expression working on regexr but not in PH...

Hello, i want to use regex to validate the coupon format. I wrote the rules on regexr.com and it worked fine but not in php. The expression i have: ([0-9]{3})+(-)+([0-9A-Z]{3})+(-)+([A-Z]{3}) Coupon...
8,430 Views
6 Replies
06-13-2015, 08:11 AM
FlevasGR
    Thread: Get name of parent method and classf
Post: Get name of parent method and classf

Hello, i'm writing a log script which basicaly logs the user actions and stores them in the database for further analysis. Its a very basic script but it does the job. However i need a way to get the ...
7,104 Views
5 Replies
06-13-2015, 03:32 AM
FlevasGR
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

mario Wrote: (06-09-2015, 10:36 PM) -- Generally I agree but what if somebody copy your code and wait until some company break new ioncube 9 or zend guard? -- It takes 1 year to break the base encr...
24,570 Views
14 Replies
06-10-2015, 07:37 AM
FlevasGR
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

You can only decode ionCube less than 8.1 9 uses a new engine which for now is unbreable. When sompne manages to break it they will release a new version
24,570 Views
14 Replies
06-09-2015, 12:35 PM
FlevasGR
    Thread: Editor for CI
Post: RE: Editor for CI

I'm using Sublime Text 3 which is almost free and i can run it on my laptop, my toaster and pretty much everywhere. It has awesome plugins and its extremely fast. You add a plugin like Emmet and its j...
5,277 Views
3 Replies
06-08-2015, 09:45 AM
FlevasGR
    Thread: Codeigniter vs LArave;
Post: RE: Codeigniter vs LArave;

Codeigniter is the way to go. I'm verry happy with it. If you wanna know an other simpler framework you can check Slim which has no installation whatsoever.
40,780 Views
20 Replies
06-08-2015, 09:43 AM
FlevasGR
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

Thanks for your answers. I will clarify everything i can @advoor  The development time is not a problem. It's automated anyway so when i want to deploy on the server i just push a new verion on th...
24,570 Views
14 Replies
06-08-2015, 09:37 AM
FlevasGR
    Thread: ionCube and Codeigniter
Post: ionCube and Codeigniter

Hello guys, currently i'm working on a project which requires alot of seciruty. I stumbled upon a problem with the source code being plain php and human readable. After googling for PHP obfuscators i ...
24,570 Views
14 Replies
06-08-2015, 04:52 AM
FlevasGR
    Thread: [Tutorial] Codeigniter on Vagrant
Post: [Tutorial] Codeigniter on Vagrant

Welcome to my guide on how to setup and configure Vagrant with CodeIgniter First of all, what is Vagrant? Vagrant provides easy to configure, reproducible, and portable work environments built...
12,805 Views
0 Replies
12-31-2014, 09:56 AM
FlevasGR

Theme © iAndrew 2016 - Forum software by © MyBB