Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 4.1.5
Post: RE: CodeIgniter 4.1.5

Thank you team ci4
14,379 Views
18 Replies
11-11-2021, 09:00 AM
paliz
    Thread: All Users Must Read this NOW!
Post: RE: All Users Must Read this NOW!

thanks you i 'm express.js developer too i ddint know that
1,975 Views
2 Replies
10-25-2021, 11:15 AM
paliz
    Thread: Best way to implement public access token
Post: RE: Best way to implement public access token

best way is jwt token
3,332 Views
3 Replies
10-24-2021, 09:27 AM
paliz
    Thread: Config/Services getSharedInstance returns an empty array
Post: RE: Config/Services getSharedInstance returns an e...

we have these layers controller service entity model migrtation seeder for  problem  use config not service  use service like that PHP Code: --
1,997 Views
3 Replies
10-15-2021, 05:55 AM
paliz
    Thread: CORS in method delete
Post: RE: CORS in method delete

your well come man
3,808 Views
5 Replies
10-11-2021, 12:00 PM
paliz
    Thread: redirect question
Post: RE: redirect question

its not work in  construct  it should  use filter  PHP Code: --
1,530 Views
3 Replies
10-11-2021, 09:18 AM
paliz
    Thread: issue after migration windows to Linux
Post: RE: issue after migration windows to Linux

use wsl for win10 https://docs.microsoft.com/en-us/windows/wsl/install see it used an its wonderfullll tools for win10 developers
1,897 Views
4 Replies
10-11-2021, 09:11 AM
paliz
    Thread: CORS in method delete
Post: RE: CORS in method delete

Use this middlewear (filter)
3,808 Views
5 Replies
10-09-2021, 12:57 AM
paliz
    Thread: How to send an html email with dynamic data
Post: RE: How to send an html email with dynamic data

$isSent = $this->email ->setTo($entity->email) ->setSubject(lang('Auth.activationSubject')) ->setMessage(view($this->authConfig->views['emailActivati...
1,175 Views
2 Replies
10-07-2021, 03:05 AM
paliz
    Thread: ResourceController and model->update, is this a bug
Post: RE: ResourceController and model->update, is this ...

see PHP Code: -- use CodeIgniter\RESTful\ResourceController; class Feedback extends ResourceController {     protected $modelName = 'App\Models\FeedbackModel';     protected $format    = 'js...
1,460 Views
2 Replies
10-05-2021, 01:36 PM
paliz
    Thread: Hacktoberfest 2021
Post: RE: Hacktoberfest 2021

Hill yes
7,139 Views
6 Replies
10-01-2021, 01:22 AM
paliz
    Thread: Roster: Relation Name Lookup
Post: RE: Roster: Relation Name Lookup

Thank you its great feature
5,227 Views
5 Replies
09-30-2021, 02:54 AM
paliz
    Thread: Accessing OS env variables?
Post: RE: Accessing OS env variables?

call getenv() function
2,094 Views
4 Replies
09-26-2021, 10:06 AM
paliz
    Thread: RestFull Api Design filter search sort pagination
Post: RE: RestFull Api Design filter search sort pagina...

it looks like grapgql but its not grapgql its sample way get end point it needs
2,240 Views
1 Replies
09-26-2021, 10:05 AM
paliz
    Thread: Codeigniter 4 Model Aggregation
Post: RE: Codeigniter 4 Model Aggregation

go there and see why wee needs aggregation functions https://forum.codeigniter.com/thread-80190-post-390299.html#pid390299
3,691 Views
3 Replies
09-26-2021, 09:09 AM
paliz
    Thread: RestFull Api Design filter search sort pagination
Post: RestFull Api Design filter search sort pagination

they access data via restful api is call get request   and its needs  Design  filter search sort pagination  too   i developed library to do that for us  before  explain code first open this link  i...
2,240 Views
1 Replies
09-26-2021, 09:02 AM
paliz
    Thread: PHP 7.4.24 and PHP 8.0.11 Released.
Post: RE: PHP 7.4.24 and PHP 8.0.11 Released.

yeahhhhhhhhhhhh
1,953 Views
1 Replies
09-25-2021, 03:35 PM
paliz
    Thread: Codeigniter 4 Model Aggregation
Post: Codeigniter 4 Model Aggregation

mogoosse library is support  Aggregation  and l Aggregate Pagination  ci4  base model needs this    Aggregation this   mogoosse  inerface for   Aggregate Code: -- export interface AggregatePipeLine...
3,691 Views
3 Replies
09-25-2021, 11:00 AM
paliz
    Thread: How To Call A Model Or Class Using Custom Directory Path In Codeigniter 4
Post: RE: How To Call A Model Or Class Using Custom Dire...

define namesapce then call it class
2,741 Views
3 Replies
09-25-2021, 10:31 AM
paliz
    Thread: How to extend PagerRenderer and add additional methods
Post: RE: How to extend PagerRenderer and add additional...

i extend HttpIncoing Class you follow patern to  extend pageRender see my codes PHP Code: --
2,721 Views
4 Replies
09-23-2021, 02:14 AM
paliz

Theme © iAndrew 2016 - Forum software by © MyBB