Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Can not use localization on form validation rules
Post: Can not use localization on form validation rules

We have a set of rules like below: PHP Code: -- public $rules = array( 'login'=>array( 'email' => array( 'field' => 'email', 'label' => 'Email', 'rules' => 'trim|valid_email|required' ...
2,797 Views
1 Replies
11-21-2019, 09:45 AM
edoramedia
    Thread: Cache continues to show until hard refresh
Post: Cache continues to show until hard refresh

We are using the web page caching of CI: https://www.codeigniter.com/user_guide/general/caching.html However for some users who have recently seen that specific page even when we manually delete t...
3,079 Views
1 Replies
09-10-2016, 10:41 AM
edoramedia
    Thread: Setting up language the right way CI3
Post: Setting up language the right way CI3

I have seen some discussions in regards to CI3 and setting up language. There are also some best practices in place. I was wondering if anyone can help tell us how we can make a website change lan...
1,783 Views
0 Replies
07-09-2016, 04:13 AM
edoramedia
    Thread: is_unique in Form Validation on UPDATE
Post: is_unique in Form Validation on UPDATE

We have a table that has a section called "slug". Obviously slug needs to be unique and therefore when we insert we use "is_unique[article.slug]" which works perfectly fine. However the problem is...
22,923 Views
6 Replies
06-06-2016, 04:29 AM
edoramedia
    Thread: Form Validation on extended MY_Model
Post: Form Validation on extended MY_Model

I know that everyone mentions form validation needs to be done on the "model" side. However I am having trouble wrapping my head around best practice for the following scenario: I have a MY_Model ...
2,784 Views
1 Replies
05-24-2016, 11:55 AM
edoramedia
    Thread: filter input - escape output
Post: RE: filter input - escape output

kenjis Wrote: (05-22-2016, 02:01 AM) -- What's your output? -- Output is basically user details according to the email/password combo which is then stored in a SESSION.
7,815 Views
5 Replies
05-22-2016, 02:11 AM
edoramedia
    Thread: filter input - escape output
Post: filter input - escape output

In theory I completely understand what is being said here and how we should not manipulate the data that is saved in the database (hence why xss_clean has been depreciated from the form validation); h...
7,815 Views
5 Replies
05-22-2016, 01:05 AM
edoramedia
    Thread: Form Validation Default
Post: Form Validation Default

Hi, How can I extend the form validation throughout all my controllers but with a twist: I have a controller called "article", one of the items that it accepts is a "slug" I would like to do a che...
12,031 Views
8 Replies
05-22-2016, 12:32 AM
edoramedia
    Thread: Best Way To Add Sitemap
Post: RE: Best Way To Add Sitemap

Here is how I do it: Before Starting here are some variables and considerations for this specific topic: - I only have one dynamic pages called blog - I have a few static pages Step 1: Control...
11,500 Views
5 Replies
07-12-2015, 10:59 PM
edoramedia
    Thread: How to track user's footsteps
Post: RE: How to track the footsteps of a user

Hyper-X Wrote: (07-10-2015, 10:18 AM) -- CroNiX Wrote: (07-10-2015, 09:29 AM) -- The best (and quickest) way to do that would be to incorporate google analytics into your site. -- ok, thanks. but ...
10,287 Views
7 Replies
07-12-2015, 10:51 PM
edoramedia
    Thread: AWS Version 3.0
Post: AWS Version 3.0

I have been trying to find a library for CI to connect to AWS Version 3 but found nothing. It's quite sad how slow these things have become. I noticed AWS supports Laravel itself. https://github....
4,069 Views
2 Replies
07-12-2015, 09:46 PM
edoramedia

Theme © iAndrew 2016 - Forum software by © MyBB