Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter + React Admin is it a good pair?
Post: Codeigniter + React Admin is it a good pair?

Is it wise to use codeigniter with React framework? Is it good supported?
4,305 Views
3 Replies
11-10-2020, 01:02 AM
glorsh66
    Thread: Does CodeIgniter support Oracle Database 12?
Post: Does CodeIgniter support Oracle Database 12?

Will CodeIgniter work with Oracle Database 12? Does it support OCI8?
2,711 Views
2 Replies
11-09-2020, 10:39 PM
glorsh66
    Thread: Best version of CodeIgniter for PHP 7.0.72 + Postgres 9.6 + Oracle Database 12 and 19
Post: Best version of CodeIgniter for PHP 7.0.72 + Postg...

Sadly I have strict restrictions on what version could be used in the development  (we are using a special Linux distribution). So there are requirements: PHP 7.0.72 + apache2 Databases Postgres...
1,914 Views
0 Replies
11-09-2020, 10:37 PM
glorsh66
    Thread: Escape string before inserting in a query
Post: RE: Escape string before inserting in a query

Thanks!
8,523 Views
6 Replies
06-26-2018, 03:27 AM
glorsh66
    Thread: Placeholders in language lines
Post: Placeholders in language lines

How to use placeholders in  $this->lang->line('misc_key', FALSE); It is used in standard libraries  (e.g. from validation), but how to use it in my own libs and models? Code: -- echo sprintf($...
2,027 Views
1 Replies
06-10-2018, 12:00 AM
glorsh66
    Thread: Escape string before inserting in a query
Post: RE: Escape string before inserting in a query

Or Do I need to do something else to close all possible holes for a SQL injection attack?
8,523 Views
6 Replies
06-06-2018, 11:46 AM
glorsh66
    Thread: Escape string before inserting in a query
Post: RE: Escape string before inserting in a query

$this->db->escape() Will be enough?
8,523 Views
6 Replies
06-06-2018, 09:04 AM
glorsh66
    Thread: Escape string before inserting in a query
Post: Escape string before inserting in a query

I  know that when you are using CI query builder you don't need care about it, because CI automatically escapes strings for you. But what if i need to use my own SQL query (which is not possible to...
8,523 Views
6 Replies
06-06-2018, 08:11 AM
glorsh66
    Thread: Form validation in different controllers
Post: RE: Form validation in different controllers

I asking this because in the documentation (that honestly is the best one in comparison to all other frameworks) there is the only one example, that shows how to use form validation on the one control...
1,996 Views
1 Replies
05-05-2018, 08:55 AM
glorsh66
    Thread: Form validation in different controllers
Post: Form validation in different controllers

I want to make different controllers to show form and validate form, but at the same time i want to be able to show a validation message. So for instance i  want to have a log in form two different p...
1,996 Views
1 Replies
05-05-2018, 08:44 AM
glorsh66
    Thread: Any libs for working with category trees?
Post: Any libs for working with category trees?

Is there any library available, for working with a category tree. Something like this  -Products --Computers ---laptops ---PC I mostly interested in working with nested sets in mysql. (becau...
2,865 Views
2 Replies
05-05-2018, 07:16 AM
glorsh66
    Thread: Forms (show and process) on the same controller or on different ones?
Post: Forms (show and process) on the same controller or...

The question is - what is the best approach  to show froms (if post/get is empty) and process data(if post/get contains data)  in one controller or to make different controllers(or in this particular...
8,046 Views
6 Replies
05-01-2018, 05:51 AM
glorsh66
    Thread: Proper decoupling in my libraries. Private messages library for instance.
Post: Proper decoupling in my libraries. Private message...

I am writing my own library for Private Message SystemI In the future (after it is finished and works somehow stable☻) i wanna make it publicly available (github and packagist) ready and simple to us...
1,423 Views
0 Replies
05-01-2018, 04:47 AM
glorsh66
    Thread: Using CI for AJAX (how about performance?)
Post: Using CI for AJAX (how about performance?)

Just asking - i wanna implement some ajax on my front-end, so i wonder - is it wise to use CI's controller for answers? Or it is a way better to write separate php that do only this stuff. For instan...
4,165 Views
1 Replies
03-14-2018, 08:46 AM
glorsh66
    Thread: SQL - Insert or update if exist
Post: SQL - Insert or update if exist

What is the best way to insert a new line (and if it exists just update already existing values? ) i know about this construction - but as fat as i am aware - it messes around with ID.. (if we use ...
4,221 Views
1 Replies
01-09-2018, 07:39 AM
glorsh66
    Thread: Change name of ID field in database
Post: Change name of ID field in database

I wanna use default CI tools to work with database, but i also want to change name of ID field to something like - private_messages_ID - to make it easier to make Joins and other combined query... Is...
2,282 Views
1 Replies
01-04-2018, 01:59 AM
glorsh66
    Thread: Best aproach to store Remember Me data
Post: RE: Best aproach to store Remember Me data

Thanks a lot for your answer! You made it much more clearer.
7,262 Views
5 Replies
12-20-2017, 04:43 AM
glorsh66
    Thread: Top Benefits of Using Codeigniter Development
Post: RE: Top Benefits of Using Codeigniter Development

I also have chosen CI beaconse it is not bloated and overweight like its counterparts.. And much easier to get in to than others...
20,450 Views
11 Replies
12-19-2017, 09:03 AM
glorsh66
    Thread: Best aproach to store Remember Me data
Post: RE: Best aproach to store Remember Me data

I was reading the same article☻☻ - I didn't get the whole algorithm Am i right - that selector - is just an unique ID (and we must use selector to add a little bit secrecy about amount of users...
7,262 Views
5 Replies
12-19-2017, 02:41 AM
glorsh66
    Thread: [split] Upgading CI3 to CI4
Post: RE: [split] Upgading CI3 to CI4

ciadmin Wrote: (12-18-2017, 07:16 PM) -- Here is the definitive answer ... https://forum.codeigniter.com/thread-66704-post-338691.html#pid338691 :-/ -- I love this line  Quote: -- I will public...
9,069 Views
6 Replies
12-19-2017, 02:23 AM
glorsh66

Theme © iAndrew 2016 - Forum software by © MyBB