Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Bonfire: favorite frontend tech?
Post: Angular ?

You might want to consider Angular: to build a complete application, I'd think it's the best framework as it comes with all what's needed included (routing, etc) when Vue.js and React need extra compo...
20,563 Views
14 Replies
07-25-2019, 10:35 AM
ComputingFroggy
    Thread: CodeIgniter 4.0.0-beta.3 released
Post: RE: CodeIgniter 4.0.0-beta.3 released

Is there any plans to manage plugins (like WordPress plugins) in CI4 application ? I could not find any mention of this in the documentation ... but may be I did not search correctly.
71,543 Views
41 Replies
06-24-2019, 02:54 AM
ComputingFroggy
    Thread: extensions for an existing CI app (hooks)
Post: RE: extensions for an existing CI app (hooks)

ciadmin Wrote: (03-31-2019, 12:15 PM) -- Did you check the user guide? You might consider https://www.codeigniter.com/user_guide/general/hooks.html -- Thanks for that: indeed, I was not aware of h...
3,532 Views
4 Replies
04-02-2019, 02:46 AM
ComputingFroggy
    Thread: extensions for an existing CI app (hooks)
Post: extensions for an existing CI app (hooks)

Hi, Let say, I have an CodeIgniter application that's going to be deployed in many sites. They all have the same needs (hence they use the same app), but they also have specific needs. Is there a ...
3,532 Views
4 Replies
03-31-2019, 08:38 AM
ComputingFroggy
    Thread: Starting with Community Auth
Post: RE: Starting with Community Auth

1) a shame that Community Auth does not provide an interface to access and modify the users ... but then again, it's possible to use a CRUD tool to generate the code to do it. 2) Thanks, I oversaw it...
9,132 Views
8 Replies
01-06-2018, 10:25 AM
ComputingFroggy
    Thread: Starting with Community Auth
Post: RE: Starting with Community Auth

A few more questions : Is there an easy (i.e. integrated to Community Auth) way to get the users list and to modify it ? Is there a possibility to stay logged in (i.e. "Remember me" feature), so tha...
9,132 Views
8 Replies
01-05-2018, 06:14 PM
ComputingFroggy
    Thread: Starting with Community Auth
Post: RE: Starting with Community Auth

Thanks to both of you : problem solved now ! A shame the .install.sh script is not as thorough as the .development_install.sh script ! May be a nice way to avoid duplication and to make sure everyth...
9,132 Views
8 Replies
01-05-2018, 06:26 AM
ComputingFroggy
    Thread: Starting with Community Auth
Post: Starting with Community Auth

Hi, I've installed Community Auth to use on a new project (CodeIgniter Version 3.1.6). I've followed the readme instructions, however I must have done something wrong as I get the errors, when d...
9,132 Views
8 Replies
01-04-2018, 07:54 PM
ComputingFroggy
    Thread: Unit testing and Continuous Integration
Post: Unit testing and Continuous Integration

Hi, I am back at using CodeIgniter. It seems the Unit Testing class has quite improved. What's the consensus about it ? Is it good to use now ? Can it be used for Continuous Integration ? Are ...
2,017 Views
0 Replies
10-19-2017, 04:46 PM
ComputingFroggy
    Thread: Login library
Post: Login library

Hi, I am back at using CodeIgniter. I need to use an authentication library. What's the situation with these libraries and CI3, now ? (I could not find any thing recent on the forum) Is Commun...
8,900 Views
6 Replies
10-19-2017, 04:45 PM
ComputingFroggy
    Thread: TOAST and CI 3
Post: RE: TOAST and CI 3

I've fixed the Toast_all URL problem (related to the way CURL was called). The two others problem are related to the way controler/model are tested and the tested class being instantiated in the co...
5,921 Views
1 Replies
07-29-2016, 10:00 AM
ComputingFroggy
    Thread: [solved] upload problem - dont see it - pls have a look
Post: RE: upload problem - dont see it - pls have a look

Just havin a quick look: either an authentification problem or the media parameter is not set. If I were you, I would change  redirect(base_url(), 'refresh'); with something like  echo 'no log...
6,630 Views
4 Replies
07-29-2016, 06:05 AM
ComputingFroggy
    Thread: TOAST and CI 3
Post: TOAST and CI 3

Hi, I am trying to use TOAST (https://github.com/UnliCrea/TOAST) to perform Unit Testing with a lightweight library. I have managed to get it to work, but I still have a couple of questions (whi...
5,921 Views
1 Replies
07-24-2016, 03:51 PM
ComputingFroggy
    Thread: Unit Testing and Continuous Integration
Post: Unit Testing and Continuous Integration

Hi, I want to add Unit testing to my CI projects. I have seen there is ci-phpunit-test from kenjis. It seems nice however I came across TOAST and I quite like the 5 criteria that led to its cre...
6,403 Views
2 Replies
07-21-2016, 07:54 AM
ComputingFroggy
    Thread: CodeIgniter 3.0.6 Released
Post: RE: CodeIgniter 3.0.6 Released

After all these things with DIRECTORY_SEPARATOR in index.php, the last line ends with: 'core/CodeIgniter.php' ! ? ! Shouldn't the last line be ? require_once BASEPATH.'core' . DIRECTORY_SEPAR...
93,438 Views
28 Replies
03-24-2016, 04:36 AM
ComputingFroggy
    Thread: Catch DB error
Post: RE: Catch DB error

I've tracked down the problem to the display_error method in system/database/DB_driver class. At line 1704 (last line of the method), there's : PHP Code: -- exit(8); // EXIT_DATABASE -- So, n...
16,545 Views
7 Replies
01-22-2016, 08:18 AM
ComputingFroggy
    Thread: Catch DB error
Post: RE: Catch DB error

@josepostiga: I've just tried, and it's still the same thing !
16,545 Views
7 Replies
01-22-2016, 06:41 AM
ComputingFroggy
    Thread: Catch DB error
Post: RE: Catch DB error

@Diederik: the column name was just an example. I want to catch any DB error, for instance it could be losing the connexion, the table being dropped etc @joespostiga: I've tried using the try/catch...
16,545 Views
7 Replies
01-22-2016, 05:40 AM
ComputingFroggy
    Thread: Catch DB error
Post: Catch DB error

Hi, I have a CI application that inserts data received from CSV files. The CSV file contains table columns names that are used to create insert statements. If there's an error in the table colu...
16,545 Views
7 Replies
01-21-2016, 06:15 PM
ComputingFroggy
    Thread: Problem to send email to gmail adresse
Post: RE: Problem to send email to gmail adresse

Hi, In message #5, you mention you are using gmail SMTP ! So is your problem about receiving the email or about sending it ? If you really are sending emails using gmail SMTP, then you have to...
14,493 Views
13 Replies
01-21-2016, 06:10 PM
ComputingFroggy

Theme © iAndrew 2016 - Forum software by © MyBB