Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 4 appstarter beta.2 updated
Post: RE: CodeIgniter 4 appstarter beta.2 updated

composer install --no-dev on clean installation returns Quote: -- Package operations: 3 installs, 0 updates, 0 removals  - Installing psr/log (1.1.0): Downloading (100%)          - Installing...
21,612 Views
7 Replies
04-09-2019, 01:28 AM
Vitaly83
    Thread: CodeIgniter 4 appstarter beta.2 updated
Post: RE: CodeIgniter 4 appstarter beta.2 updated

Quote: -- Package operations: 34 installs, 0 updates, 0 removals  - Installing psr/log (1.1.0): Loading from cache  - Installing kint-php/kint (2.2): Downloading (100%)          - Installing ze...
21,612 Views
7 Replies
04-08-2019, 10:57 PM
Vitaly83
    Thread: getElemntbyid returns undefined value
Post: RE: getElemntbyid returns undefined value

kvanaraj Wrote: (08-28-2018, 12:21 AM) -- Vitaly83 Wrote: (08-27-2018, 11:36 PM) -- kvanaraj Wrote: (08-27-2018, 01:49 AM) -- var txtSecondNumberValue = document.getElementById('texttwo_'+rowid).va...
10,721 Views
9 Replies
08-29-2018, 08:38 AM
Vitaly83
    Thread: getElemntbyid returns undefined value
Post: RE: getElemntbyid returns undefined value

kvanaraj Wrote: (08-27-2018, 01:49 AM) -- var txtSecondNumberValue = document.getElementById('texttwo_'+rowid).value; return indefined value in javascript. but in the POST values working . need sugg...
10,721 Views
9 Replies
08-27-2018, 11:36 PM
Vitaly83
    Thread: Wrong query generated when used "dbprefix"
Post: Wrong query generated when used "dbprefix"

Hi. I noticed that when is used the dbprefix option DB library generates wrong query. I'm refactoring a site and new tables starts with v2_ prefix. Mostly it works fine, but sometimes... Here is...
1,116 Views
0 Replies
05-29-2018, 11:19 PM
Vitaly83
    Thread: illegal string message
Post: RE: illegal string message

Append to previous answers: 1. Did you edit CI system files? I highly recommend you to create MY_... files (in the application folder) instead. 2. It's good practice to use $this->input->get() inste...
9,107 Views
6 Replies
05-09-2018, 11:35 PM
Vitaly83
    Thread: [ask] how to encrypt the url?
Post: RE: [ask] how to encrypt the url?

Encode: 1. XOR with a "SECRET" number (stored in cogfig). 2. Encode with base64/base26 (for example). Decode: 1. Decode with base64/base26 (for example). 2. XOR with a "SECRET" number (stored in cogf...
12,420 Views
8 Replies
11-03-2017, 01:22 AM
Vitaly83
    Thread: loading my model to load_class
Post: RE: loading my model to load_class

OK. Then I can use pre_controller hooks. Thanks.
13,173 Views
11 Replies
11-02-2017, 07:30 AM
Vitaly83
    Thread: loading my model to load_class
Post: RE: loading my model to load_class

Narf Wrote: (11-02-2017, 03:38 AM) -- Simply ignore the CSRF validation errors. -- How can I ignore these errors if I need to be notified about them? With hook I only add error handlers. CodeIg...
13,173 Views
11 Replies
11-02-2017, 04:12 AM
Vitaly83
    Thread: loading my model to load_class
Post: RE: loading my model to load_class

..Narf Wrote: (11-01-2017, 05:05 AM) -- Having eliminated CSRF and 404 errors from the set, recipients being in standard config, and knowing that extending/overriding CI_Exceptions won't work, you ca...
13,173 Views
11 Replies
11-02-2017, 02:30 AM
Vitaly83
    Thread: loading my model to load_class
Post: RE: loading my model to load_class

Narf Wrote: (11-01-2017, 05:05 AM) -- And then there's another detail that you haven't thought about - all of the important show_*() calls are only triggered if you have display_errors enabled. -- ...
13,173 Views
11 Replies
11-01-2017, 05:51 AM
Vitaly83
    Thread: loading my model to load_class
Post: RE: loading my model to load_class

dave friend Wrote: (10-31-2017, 08:12 AM) -- A workaround you can use is to name your file  and class name using the subclass_prefix. -- I use to add prefix only for extended classes (like, librari...
13,173 Views
11 Replies
10-31-2017, 10:31 PM
Vitaly83
    Thread: loading my model to load_class
Post: loading my model to load_class

I my project I need to create model without CI instance. I use function load_class. PHP Code: --     function &load_class($class, $directory = 'libraries', $param = NULL)     {         static...
13,173 Views
11 Replies
10-31-2017, 06:57 AM
Vitaly83
    Thread: [split] CodeIgniter 4 release... ?
Post: RE: [split] CodeIgniter 4 release... ?

I think, this will answer your question: https://forum.codeigniter.com/thread-66704-post-338691.html#pid338691
8,928 Views
3 Replies
07-10-2017, 05:09 AM
Vitaly83
    Thread: is codeigniter 2.2.6 is compatible with php 7 ?
Post: RE: is codeigniter 2.2.6 is compatible with php 7 ...

cartalot Wrote: (12-12-2016, 11:37 AM) -- Codeigniter 3 has been compatible with PHP 7 for months. What you are saying is completely wrong. And no one should be waiting for CI 4. CI 4 is going to be ...
31,174 Views
9 Replies
12-14-2016, 12:32 AM
Vitaly83
    Thread: is codeigniter 2.2.6 is compatible with php 7 ?
Post: RE: is codeigniter 2.2.6 is compatible with php 7 ...

Narf Wrote: (12-09-2016, 04:02 AM) -- Vitaly83 Wrote: (12-09-2016, 01:40 AM) -- I can't say about CI 2.x, but I tried with CI 3.x. There were a lot of warnings and errors so I back to php 5.6.x. ...
31,174 Views
9 Replies
12-12-2016, 12:10 AM
Vitaly83
    Thread: is codeigniter 2.2.6 is compatible with php 7 ?
Post: RE: is codeigniter 2.2.6 is compatible with php 7 ...

I can't say about CI 2.x, but I tried with CI 3.x. There were a lot of warnings and errors so I back to php 5.6.x. I think we should wait for CI 4.
31,174 Views
9 Replies
12-09-2016, 01:40 AM
Vitaly83
    Thread: is codeigniter 2.2.6 is compatible with php 5.6.6 ?
Post: RE: is codeigniter 2.2.6 is compatible with php 5....

cartalot Wrote: (12-08-2016, 04:12 PM) -- i can confirm it works -- you might get warning messages about deprecated etc etc. but note that - its actually pretty easy to upgrade to CI version 3. -...
8,638 Views
4 Replies
12-09-2016, 01:38 AM
Vitaly83

Theme © iAndrew 2016 - Forum software by © MyBB