Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to set CodeIgniter 4 coding standard in a phpcs.xml file ?
Post: RE: How to set CodeIgniter 4 coding standard in a ...

I found a solution with this phpcs.xml : Code: -- application tests/app --
6,613 Views
6 Replies
12-19-2018, 06:29 AM
bvrignaud
    Thread: Redirect on a Controller contruct
Post: RE: Redirect on a Controller contruct

PHP Code: -- public function __construct() {                 $this->ionAuth = new \App\Libraries\IonAuth();                if(!$this->loggedIn()){ var_dump('asdasd');        return redir...
2,325 Views
2 Replies
12-19-2018, 06:20 AM
bvrignaud
    Thread: Help need for composer package
Post: Help need for composer package

Hello, I'm starting a simple composer package for ci4 : https://github.com/bvrignaud/ci4-admin The goal is to have a simple admin panel. It's base on Ion-Auth and AdminLTE. I'm noob with creat...
1,310 Views
0 Replies
12-10-2018, 11:01 AM
bvrignaud
    Thread: How to use ajax/json with validation ?
Post: RE: How to use ajax/json with validation ?

Thanks. Sorry for the late, I haven't seen you have post a reply. A had the same solution. Thanks
4,453 Views
4 Replies
12-10-2018, 10:54 AM
bvrignaud
    Thread: How to use ajax/json with validation ?
Post: RE: How to use ajax/json with validation ?

Piotr Wrote: (11-23-2018, 11:13 AM) -- Code: -- $this->return $this->response->setJSON([ //  true, ]); -- -- Sorry, I changed for return $this->...
4,453 Views
4 Replies
11-23-2018, 11:54 AM
bvrignaud
    Thread: How to use ajax/json with validation ?
Post: How to use ajax/json with validation ?

Hello, I'm actually working on a new project with CI4. It's greats :-) But I have some problems wit ajax request and validation. My view : Code: -- axios.post({ method: 'post', url: '/my_url', ...
4,453 Views
4 Replies
11-23-2018, 10:48 AM
bvrignaud
    Thread: How to set CodeIgniter 4 coding standard in a phpcs.xml file ?
Post: How to set CodeIgniter 4 coding standard in a phpc...

Hello, I'm working on IonAuth for CI4 : https://github.com/bvrignaud/CodeIgniter-Ion-Auth/tree/4 I'm trying to set travis jobs. I have problems with the CodeIgniter coding standard implementa...
6,613 Views
6 Replies
10-24-2018, 02:05 AM
bvrignaud
    Thread: auto database generate
Post: RE: auto database generate

https://codeigniter.com/user_guide/libraries/migration.html?highlight=migration
4,555 Views
3 Replies
09-13-2018, 05:08 AM
bvrignaud
    Thread: Facebook login
Post: RE: Facebook login

Hello, You can use my library : https://github.com/bvrignaud/ci-fb-ion-auth
12,469 Views
5 Replies
01-17-2018, 12:31 AM
bvrignaud
    Thread: How to include footer and header in error/html/error_404.php
Post: RE: How to include footer and header in error/html...

You can use : include_once 'header.php'
3,907 Views
2 Replies
12-05-2017, 06:46 AM
bvrignaud
    Thread: Wich library for Auth
Post: RE: Wich library for Auth

InsiteFX Wrote: (11-23-2017, 04:41 AM) -- Packagist -- Thanks your comment is very useful
8,294 Views
6 Replies
11-23-2017, 06:25 AM
bvrignaud
    Thread: Use namespaces in Codeigniter 3.1.6
Post: RE: Use namespaces in Codeigniter 3.1.6

I am interesting to.
9,949 Views
3 Replies
11-22-2017, 06:10 AM
bvrignaud
    Thread: Wich library for Auth
Post: RE: Wich library for Auth

InsiteFX Wrote: (11-22-2017, 04:34 AM) -- You can use any of them, it's your choice. -- Thanks for your "help". And which choice I have ?
8,294 Views
6 Replies
11-22-2017, 05:52 AM
bvrignaud
    Thread: Wich library for Auth
Post: RE: Wich library for Auth

Thanks for your answer. Yes I know that. My question is just which one can I Use ? Have you any recommendations ? Thanks
8,294 Views
6 Replies
11-20-2017, 09:49 AM
bvrignaud
    Thread: Wich library for Auth
Post: Wich library for Auth

Hello every body, I'm looking to start a new project on CI4. Usually, I use Ion-Auth in my CI3 developments. Is there any CI 4 auth library ready ? Thanks
8,294 Views
6 Replies
11-20-2017, 06:32 AM
bvrignaud
    Thread: Login function Problem
Post: RE: Login function Problem

Hello, I suggest you to use a dedicated library like : http://benedmunds.com/ion_auth/
5,205 Views
4 Replies
11-06-2017, 03:59 AM
bvrignaud
    Thread: ci-phpunit-test for CodeIgniter 3.0
Post: RE: ci-phpunit-test for CodeIgniter 3.0

Hello everyone, I'm trying to test GroceryCRUD pages with ci-phpunit-test, but I have strange result. PHP Code: -- class Examples_test extends TestCase { public function test_index() { ...
205,273 Views
106 Replies
09-14-2017, 10:22 AM
bvrignaud
    Thread: Use multi extend Model
Post: RE: Use multi extend Model

Hi, I use only one file : MY_Model.php and inside I have all the main model I want : PHP Code: -- class MY_Model extends CI_Model { protected $table; protected $primaryKey; [...] ...
7,756 Views
6 Replies
08-30-2017, 09:22 AM
bvrignaud
    Thread: Facebook plug-in for Ion-Auth
Post: RE: Facebook plug-in for Ion-Auth

benedmunds Wrote: (08-28-2017, 07:58 AM) -- Hey bvrignaud, This is really great work.  Good example of using hooks to extend Ion Auth as well. One thing I'd recommend is changing the file_get_c...
5,884 Views
4 Replies
08-28-2017, 03:51 PM
bvrignaud
    Thread: Facebook plug-in for Ion-Auth
Post: Facebook plug-in for Ion-Auth

Hello, I just put my Facebook plug-in for Ion-Auth on GitHub : https://github.com/bvrignaud/ci-fb-ion-auth Feedback are welcome.
5,884 Views
4 Replies
08-25-2017, 08:38 AM
bvrignaud

Theme © iAndrew 2016 - Forum software by © MyBB