Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: database query combine possibility
Post: database query combine possibility

i currently have to following 2 query's: Code: -- SELECT `PersonelID` FROM `vacations` WHERE ( `FromDate` = '2017-07-16' OR ( `ToDate` BETWEEN '2017-07-10' AND '2017-07-16' ) ) -- from which i use ...
2,743 Views
1 Replies
07-16-2017, 12:19 PM
eagle00789
    Thread: Latest stable version of codeigniter
Post: RE: Latest stable version of codeigniter

https://forum.codeigniter.com/thread-68279.html
5,759 Views
2 Replies
07-02-2017, 11:16 PM
eagle00789
    Thread: CodeIgniter 3.1.5 Released
Post: RE: CodeIgniter 3.1.5 Released

Thanks guys for this update. Updating my site went without any hassle.
101,794 Views
43 Replies
06-21-2017, 07:11 AM
eagle00789
    Thread: Which browser do you guys recommend?
Post: RE: Which browser do you guys recommend?

firefox as my default browser, but i have IE, Edge, FireFox, Chrome, Opera and WaterFox (64 bit fork of firefox) for website testing and development.
128,821 Views
97 Replies
06-13-2017, 02:34 AM
eagle00789
    Thread: Developer Toolbar for CodeIgniter 3.0
Post: RE: Developer Toolbar for CodeIgniter 3.0

CiUser Wrote: (05-14-2017, 07:25 AM) -- Hi jcsma! Is there any way to view de Toolbar as looks this pic https://raw.githubusercontent.com/JCSama/CodeIgniter-develbar/gh-pages/images/Screen-Shot-deve...
28,960 Views
18 Replies
06-07-2017, 02:22 AM
eagle00789
    Thread: Yay! Reputation 50! How childish am I?
Post: RE: Yah! Reputation 50! How childish am I?

Congrats to you for exceeding the reputation of 50, but i'm still at a rating of 0... :'(
10,574 Views
4 Replies
06-02-2017, 01:51 AM
eagle00789
    Thread: Asking for help or asking for free build time
Post: RE: Asking for help or asking for free build time

natanfelles Wrote: (05-27-2017, 03:25 PM) -- [Non-English redacted] -- i agreee with this completely. the warning (or alert) would be fair, but if they now already don't feel like searching for it, a...
18,993 Views
15 Replies
05-27-2017, 03:42 PM
eagle00789
    Thread: Asking for help or asking for free build time
Post: RE: Asking for help or asking for free build time

dave friend Wrote: (05-26-2017, 09:05 AM) -- rtenny Wrote: (05-26-2017, 07:27 AM) -- I always preferred answered that pointed me in the right direction rather then finished solutions as I learned mu...
18,993 Views
15 Replies
05-26-2017, 12:00 PM
eagle00789
    Thread: how to implement image crop using codeigniter3?
Post: RE: how to implement image crop using codeigniter3...

you should put the needed files in your header and add some javascript to your view(s) to use the library
2,090 Views
1 Replies
05-24-2017, 03:59 AM
eagle00789
    Thread: [3.1.4 modification] modify calendar library, add extra column before calendar
Post: RE: modify calendar library

if you want a quick and dirty method like me, you can do the following: the mentiond line numbers represent the original line numbers from the original calendar.php file. that is why the changes are i...
4,686 Views
3 Replies
05-22-2017, 12:46 PM
eagle00789
    Thread: Codeigniter Website Showing Blank Page in AWS Elastic Beanstalk
Post: RE: Codeigniter Website Showing Blank Page in AWS ...

/var/log/httpd/error_log Wrote: -- PHP Fatal error:  Uncaught Error: Call to undefined function mysql_pconnect() -- that is your error you are getting. Please make sure u have a php with mysqli avail...
15,465 Views
11 Replies
05-22-2017, 01:58 AM
eagle00789
    Thread: [3.1.4 modification] modify calendar library, add extra column before calendar
Post: [3.1.4 modification] modify calendar library, add ...

i love the calendar library, but i just miss a single feature. i need to add a column before or after the calendar for (for example) the weeknumber or other thing relevant for that week. Is there any...
4,686 Views
3 Replies
05-20-2017, 12:24 PM
eagle00789
    Thread: Why the hate for CI still
Post: RE: Why the hate for CI still

Just a quick comment on this topic from someone who isn't as good of a programmer in php and for my first application build in php I was looking for a good and solid base. I found many frameworks on t...
39,055 Views
19 Replies
05-19-2017, 01:34 PM
eagle00789
    Thread: Switch Language
Post: RE: Switch Language

I'm going to answer my own question here. In my SetLanguage route i added the following line as last line PHP Code: -- redirect($this->session->current_url); -- In my controller(s) i just add t...
2,354 Views
1 Replies
02-27-2017, 01:53 AM
eagle00789
    Thread: Switch Language
Post: Switch Language

I'm turning my current english only site to a multi-lingual site (currently LtR only, but RtL comming at a later date), but i hit one small snag. My current language switching method is using a route...
2,354 Views
1 Replies
02-27-2017, 01:40 AM
eagle00789
    Thread: Database Error Occured
Post: RE: Database Error Occured

Do you have apache module mod_rewrite enabled on your centos server? this module handles the rewriting
5,435 Views
4 Replies
01-31-2017, 06:06 AM
eagle00789
    Thread: Logging library or helper?
Post: RE: Logging library or helper?

i autoload it even though it is not recommended by the developer and don't see/experience any downsides to doing so.
9,154 Views
6 Replies
01-11-2017, 04:04 PM
eagle00789
    Thread: codeigniter database connection to google cloud SQL
Post: RE: codeigniter database connection to google clou...

you need a google cloud sql proxy which is explained in detail on cloud.google.com (https://cloud.google.com/sql/docs/external) can you show us how you start the sql proxy? (the complete command)
5,627 Views
2 Replies
01-11-2017, 03:12 PM
eagle00789
    Thread: Logging library or helper?
Post: RE: Logging library or helper?

Avenirer, i really love your work with this Rat library. it does exactly what i need. Thanks for this :D
9,154 Views
6 Replies
01-11-2017, 08:18 AM
eagle00789
    Thread: Logging library or helper?
Post: RE: Logging library or helper?

I'm going to try that library Avenirer. It looks like exactly what i need.
9,154 Views
6 Replies
01-11-2017, 02:25 AM
eagle00789

Theme © iAndrew 2016 - Forum software by © MyBB