Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [split] Composer?
Post: RE: [split] Composer?

dmyers Wrote: (04-08-2015, 06:09 AM) -- I think the core should be 100% included (which BTW I currently download via composer). As for some of the other Libraries and Helpers. I think the team should...
55,226 Views
31 Replies
04-09-2015, 12:23 AM
GeorgeD
    Thread: Test-driven development
Post: Test-driven development

Test-driven development are good or bad ? Do you use it ? What do you think about them ? I saw this: https://youtu.be/asLUTiJJqdE and got me thinking about TDD. Until now I didn't wrote any testi...
7,604 Views
5 Replies
04-08-2015, 01:26 AM
GeorgeD
    Thread: Improve Error Logging
Post: RE: Improve Error Logging

On logging I don't think that are everyone has his own requirements, despite on auth library where everyone would have own requirements. For exemple on most servers the mail() function is disabled to...
13,511 Views
8 Replies
04-07-2015, 07:12 AM
GeorgeD
    Thread: Improve Error Logging
Post: Improve Error Logging

CodeIgniter should have a better error logging system. I suggest that error logging should have some options: 1- send error to email (I would like SMTP) 2- save POST, GET, SESSION variables. 3- sa...
13,511 Views
8 Replies
04-07-2015, 01:28 AM
GeorgeD
    Thread: Send error log to email
Post: RE: Send error log to email

I am altering CI_Log directly, that why I didn't post all the code. I must send mail through smtp, because on the server the mail() function is disabled. I don't know how to extend that class, so a...
23,631 Views
8 Replies
03-20-2015, 09:58 AM
GeorgeD
    Thread: Send error log to email
Post: RE: Send error log to email

$ci is NULL With that If I didn't get the error, but also It doesn't send any email. The problem is that get_instance(); return NULL UPDATE: If I move get_instance() in __construct() as I saw here...
23,631 Views
8 Replies
03-20-2015, 04:54 AM
GeorgeD
    Thread: Send error log to email
Post: RE: Send error log to email

In system/core/Log.php, in function write_log, before last return ( return is_int($result); ). I have written the next code: PHP Code: -- $ci =& get_instance(); $ci->load->library('email'); $con...
23,631 Views
8 Replies
03-20-2015, 01:06 AM
GeorgeD
    Thread: Send error log to email
Post: Send error log to email

Until RC versions, I was able to send email from CI_Log file. PHP Code: -- $ci =& get_instance(); $ci->load->library('email'); // Trying to get property of non-object // Call to a member functi...
23,631 Views
8 Replies
03-19-2015, 04:06 AM
GeorgeD
    Thread: CodeIgniter 3.0 Release Candidate
Post: RE: CodeIgniter 3.0 Release Candidate

What I like most is that it is more light, it has more focus: - The Cart library is DEPRECATED - The Smiley helper is DEPRECATED and other. We must get rid of useless classes and functions.
149,483 Views
57 Replies
01-30-2015, 05:53 AM
GeorgeD
    Thread: Questions about sessions in CI 3.0
Post: RE: Questions about sessions in CI 3.0

Thanks, now I understand it.
7,357 Views
0 Replies
01-28-2015, 01:06 AM
GeorgeD
    Thread: Questions about sessions in CI 3.0
Post: Questions about sessions in CI 3.0

1. I see 3 method for accessing/creating sessions: PHP Code: -- $name = $_SESSION['name']; // or: $name = $this->session->name // or: $name = $this->session->userdata('name'); -- What ...
7,357 Views
0 Replies
01-27-2015, 04:08 AM
GeorgeD
    Thread: CodeIgniter Fan Art
Post: CodeIgniter Fan Art

We should have a section or this topic, where designers can post and the rest of us can download wallpapers with CodeIgniter, Codeigniter logo, stickers and other stuff like that. CodeIgniter could...
5,243 Views
0 Replies
12-19-2014, 03:26 PM
GeorgeD
    Thread: Auth
Post: RE: Auth

Narf Wrote: (11-27-2014, 07:38 AM) -- Unlikely? Here's a promise: I am abandoning CodeIgniter if it gets a built-in "Auth tool". For the last time: not a f*****g chance this is happening while I'm ar...
120,002 Views
0 Replies
11-28-2014, 03:59 AM
GeorgeD
    Thread: What CI friendly text editor do you use?
Post: RE: What CI friendly text editor do you use?

I use Sublime Text, very light, fast...just like CodeIgniter. I installed 'Code​Igniter Snippets'(a package/plugin for Sublime Text) and if I write 'form' automatically appear a list(form_open, form_...
80,949 Views
0 Replies
11-27-2014, 12:52 AM
GeorgeD
    Thread: Code Igniter vs Laravel
Post: RE: Code Igniter vs Laravel

I totally agree with @jg6075, your clients/visitators doesn't which framework do you use, as long as your product works. Focus on what you like. For a lot of projects it doesn't matter if you build t...
146,122 Views
0 Replies
11-15-2014, 05:59 PM
GeorgeD
    Thread: CodeIgniter or PhalconPHP ?
Post: RE: CodeIgniter or PhalconPHP ?

zaltanklis Wrote: (11-14-2014, 04:41 PM) -- Will use mongodb as database. -- If you care so much for performance and you will use mongedb, I suggest you could go with nodejs.
63,409 Views
0 Replies
11-15-2014, 05:36 PM
GeorgeD
    Thread: Monitor CodeIgniter framework performance
Post: RE: Monitor CodeIgniter framework performance

You can try http://newrelic.com/php/codeigniter (they have a free account you can use) . I use newrelic for an app written in node.js, and for me it's a good monitoring tool.
9,731 Views
0 Replies
11-14-2014, 01:20 AM
GeorgeD
    Thread: Auth
Post: RE: Auth

In 7 years, I have never need an auth library. For every projects I have worked for the auth was different(If it was the same I would copy/paste the model&controller). For exemple some projects need ...
120,002 Views
0 Replies
11-06-2014, 08:23 AM
GeorgeD
    Thread: Is This a Bit Better?
Post: RE: Is This a Bit Better?

It looks great! One small think that I would like is to change the class attribute of div who hold the text "CodeIgniter Roks" from : Code: -- class="col-xs-12 col-sm-12 col-md-4 col-lg-4" --...
57,281 Views
0 Replies
11-05-2014, 12:54 AM
GeorgeD
    Thread: We don't have "design" yet, but...
Post: RE: We don't have "design" yet, but...

bclinton Wrote: (11-02-2014, 10:30 AM) -- I'd also recommend that you change the theme of this forum to something that doesn't scream "default BB installation". This is something that should take 10...
11,901 Views
4 Replies
11-03-2014, 12:47 AM
GeorgeD

Theme © iAndrew 2016 - Forum software by © MyBB