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

Thanks a lot mwhitney, I'm not sure I understood everything you told me the way you wanted to explain it (english is not my first language), but it gave me ideas : I can handle it with routes sending ...
18,050 Views
13 Replies
08-17-2015, 12:34 AM
mariek
    Thread: Form Validation
Post: RE: Form Validation

I "reopen" this topic, I was trying to make form_validation work after a redirection. I understand this is a waste of resource, but here's the point : my controller method & view concentrate several ...
18,050 Views
13 Replies
08-14-2015, 08:40 AM
mariek
    Thread: Wysiwyg Editor
Post: RE: Wysiwyg Editor

That one looks fine, I like the file handling. Thanks @JayAdra Anyway I should have specified I'm looking for a open-source one :)
19,779 Views
14 Replies
08-12-2015, 03:03 PM
mariek
    Thread: Wysiwyg Editor
Post: RE: Wysiwyg Editor

I finally chose tinyMCE, very easy to use and configure, lightweight compared to CKEditor. I bought the file manager moxiemanager, which is a bit expensive for its use, but easy to use and configure t...
19,779 Views
14 Replies
08-12-2015, 08:29 AM
mariek
    Thread: Password hashing
Post: RE: Password hashing

If you use password_hash, you can use password_verify, this is the recommended method on php.net http://php.net/manual/en/function.password-verify.php
47,084 Views
12 Replies
08-12-2015, 08:25 AM
mariek
    Thread: Wysiwyg Editor
Post: RE: Wysiwyg Editor

Thanks everyone. @iamthwee, I don't need a CMS, I develop a webapp with some public pages, for which I need the wysiwyg editor, but thanks for the info. Is there any public demo for it ?
19,779 Views
14 Replies
08-04-2015, 01:14 AM
mariek
    Thread: Wysiwyg Editor
Post: Wysiwyg Editor

Hello everybody, I need to implement a wysiwyg editor in some of my forms. A long time ago I used to use FCKeditor but I remember it was quite a pain in the @$$. What would you recommand today ? Has...
19,779 Views
14 Replies
07-31-2015, 08:41 AM
mariek
    Thread: CodeIgniter 3.0
Post: RE: CodeIgniter 3.0

Great news ! thank you !
262,645 Views
95 Replies
03-31-2015, 12:32 AM
mariek
    Thread: Can't updload csv file with upload->do_upload()
Post: RE: Can't updload csv file with upload->do_upload(...

Yep, strange, maybe CI has changed recently on this point. It works on my recent projects (CI 2.1). @Narf : I know user input should not be trusted but it is the way CI does it. My point was only t...
12,690 Views
0 Replies
02-09-2015, 09:40 AM
mariek
    Thread: Can't updload csv file with upload->do_upload()
Post: RE: Can't updload csv file with upload->do_upload(...

First check in your config file (mimes.php) if CSV is there and what are mimes attached to it. Than check your file mime type with something like : Code: -- -- If the mime is not in ...
12,690 Views
0 Replies
02-09-2015, 08:18 AM
mariek

Theme © iAndrew 2016 - Forum software by © MyBB