Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Flashdata clearing after redirect
Post: RE: Flashdata clearing after redirect

superior Wrote: (10-24-2022, 08:00 AM) -- Why not just:  return redirect()->to('groups')->with('success', 'Grupo remivido com sucesso'); -- Hello. Not Working yet. Redirect clean the flash data.
1,241 Views
6 Replies
10-24-2022, 09:07 AM
Thiaxl
    Thread: Flashdata clearing after redirect
Post: Flashdata clearing after redirect

Hello,  Flashdata is clearing up after I do the redirect. My code: PHP Code: --     public function deleteGroup()     {         $model = new \App\Models\GroupModel();         $post = $thi...
1,241 Views
6 Replies
10-24-2022, 07:11 AM
Thiaxl
    Thread: Filter Cors now working
Post: Filter Cors now working

I have the following cors filter: PHP Code: -- ... public function before(RequestInterface $request, $arguments = null)     {                 header("Access-Control-Allow-Origin: *");     ...
1,437 Views
2 Replies
06-26-2022, 01:21 PM
Thiaxl
    Thread: API Response Exception in production environment
Post: API Response Exception in production environment

I can't return a response in the API when a try catch exception occurs. It always returns a blank response.  Is it possible to return a json in an exception in the API Response Trait in the producti...
1,079 Views
1 Replies
06-20-2022, 07:15 PM
Thiaxl
    Thread: Call to a member function getResult() on bool
Post: Call to a member function getResult() on bool

Hello, You are getting this error when I make a query: PHP Code: -- Call to a member function getResult() on bool -- My Query PHP Code: -- $result = $this->ingressolounge_model          ...
1,204 Views
0 Replies
03-30-2022, 04:25 PM
Thiaxl
    Thread: Model query with paging does not work
Post: RE: Model query with paging does not work

wdeda Wrote: (09-16-2021, 05:50 PM) -- My apologies, for greater understanding I will use our native language, mine and #thiaxi's, Portuguese. Vamos lá. Acredito que as coisas estão invertidas, pa...
1,539 Views
2 Replies
09-17-2021, 04:30 AM
Thiaxl
    Thread: Model query with paging does not work
Post: Model query with paging does not work

When I use pagination and in the query there is an 'orderBy()',  codeigniter returns an error: Duplicate column name 'created_at'. Does anyone know how to resolve this situation? My code: Code: ...
1,539 Views
2 Replies
09-16-2021, 09:26 AM
Thiaxl

Theme © iAndrew 2016 - Forum software by © MyBB