Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CORS for API
Post: RE: CORS for API

titounnes Wrote: (05-10-2019, 03:28 PM) -- Maybe, a setting that makes it easy for developers to set such as allowing cross origin when using API. We just set parameter true with a default value of f...
7,611 Views
13 Replies
10-03-2019, 03:16 PM
prezire
    Thread: Git flow / contribution question
Post: RE: Git flow / contribution question

But why so awesome though? Good reply. Thanks Nathan! :-)
7,079 Views
5 Replies
02-20-2018, 04:21 AM
prezire
    Thread: Git flow / contribution question
Post: RE: Git flow / contribution question

So the issue really has to be solved in my own repo first before doing a PR to the original repo. That means I need the contributors to fork my forked repo as well, correct?
7,079 Views
5 Replies
02-19-2018, 01:42 AM
prezire
    Thread: Git flow / contribution question
Post: Git flow / contribution question

May I know how to proceed with an unfinished work? Let's say I wanted to push my contributution but I got stuck to an issue 90% along the way. How and where should I push my code to get some help? Sho...
7,079 Views
5 Replies
02-18-2018, 09:49 PM
prezire
    Thread: Helpers and Other Conventions
Post: RE: Helpers and Other Conventions

meta Wrote: (12-19-2017, 01:57 PM) -- prezire Wrote: (12-10-2017, 05:40 PM) -- helper('number'); -- The byte_format function? Already outputs the symbol, doesn't help with currencies for example. B...
88,716 Views
67 Replies
12-19-2017, 10:23 PM
prezire
    Thread: Helpers and Other Conventions
Post: RE: Helpers and Other Conventions

helper('number');
88,716 Views
67 Replies
12-10-2017, 05:40 PM
prezire
    Thread: Authentication
Post: RE: Authentication

I just got burnt by this. We used a 3rd-party Auth library for my previous CI3 project. When we recently moved the project to AWS and ran Composer to fetch the vendors, the Auth library was abandoned ...
85,455 Views
51 Replies
05-30-2017, 03:07 PM
prezire
    Thread: Task Scheduler
Post: RE: Task Scheduler

A suite of tools or ready-made commands would be handy. I can help on this one by the time a list is finalized.
19,267 Views
6 Replies
05-19-2017, 10:01 PM
prezire
    Thread: Task Scheduler
Post: RE: Task Scheduler

Before moving in with Scheduler, better enhance CI4's CLI and make it similar to Laravel's shell based feature Artisan Console https://laravel.com/docs/5.4/artisan#introduction.
19,267 Views
6 Replies
05-19-2017, 08:14 PM
prezire
    Thread: Authentication
Post: RE: Authentication

@Narf You're the one only twisting the words here. Again, you assume too much. Just because I did not mention the words secure or security about auth implementation, creation, use, build, whatnot, do...
85,455 Views
51 Replies
01-25-2017, 05:52 AM
prezire
    Thread: Authentication
Post: RE: Authentication

@Narf You assume too much. Don't be so certain about your 100%. I didn't graduate with honors and formally became a senior developer/engineer two years after working, just so you can arrogantly say I ...
85,455 Views
51 Replies
01-24-2017, 06:44 PM
prezire
    Thread: Authentication
Post: RE: Authentication

If suggesting about authentication is considered a lack of knowledge, better suggest it to Laravel contributors. It would be interesting to know their reactions.
85,455 Views
51 Replies
01-24-2017, 04:52 AM
prezire
    Thread: Authentication
Post: RE: Authentication

Like I mentioned --many third party projects are prone for abandonment. Authentication isn't difficult to implement, but tedious. Most developers use different libraries. Because of this, collaboratio...
85,455 Views
51 Replies
01-17-2017, 06:37 AM
prezire
    Thread: Something like laravel "dd" function
Post: RE: Something like laravel "dd" function

I usually create a helper function like: PHP Code: -- function d($data, $exit = false) {  echo '', print_r($data, true), '';  if($exit === true) exit; } -- But Kint is way much bett...
35,949 Views
13 Replies
12-12-2016, 11:01 PM
prezire
    Thread: When to wait for CI4 - officially
Post: RE: When to wait for CI4 - officially

Indeed. But I'm so excited on the release too. Can't wait to post it on my social accounts and totally spread the good news!
33,347 Views
14 Replies
11-30-2016, 07:05 PM
prezire
    Thread: Codeigniter 4 for Enterprise Application
Post: RE: Codeigniter 4 for Enterprise Application

As Narf mentioned, enterprise is a vague term and it depends on the organization that needs it. Perhaps it's possible to stick to CMS instead, and then tweak it if necessary, depending on your organiz...
31,674 Views
22 Replies
11-30-2016, 06:57 PM
prezire
    Thread: When to wait for CI4 - officially
Post: RE: When to wait for CI4 - officially

I agree. It would be nice to have more contributors to get things done faster. And I'd advise the councils and main contributors to keep the community fun and engaging rather than bluntly scold excite...
33,347 Views
14 Replies
11-25-2016, 08:49 AM
prezire
    Thread: session bug?
Post: RE: session bug?

startbbs Wrote: (11-25-2016, 08:10 AM) -- please check: https://bcit-ci.github.io/CodeIgniter4/libraries/sessions.html#adding-session-data $session->set($array);is supported,  -- Yes it is. But usi...
8,567 Views
5 Replies
11-25-2016, 08:37 AM
prezire
    Thread: session bug?
Post: RE: session bug?

startbbs Wrote: (11-25-2016, 05:49 AM) -- I used session in many places. when I set(update) part of session. the previous session data was destroied. only the updated data are available. please t...
8,567 Views
5 Replies
11-25-2016, 07:44 AM
prezire
    Thread: Built in public assets mangment & URLs
Post: RE: Built in public assets mangment & URLs

Structure it like: {project}/public/images/some-asset.png. Access it like: PHP Code: -- -- There's soon going to be PHP Code: -- -- once I push the HTML helper. Note: File listing is ...
8,755 Views
6 Replies
11-07-2016, 04:06 AM
prezire

Theme © iAndrew 2016 - Forum software by © MyBB