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

$this->form_validation->set_message() (http://www.codeigniter.com/user_guide/libraries/form_validation.html?highlight=set_message#CI_Form_validation::set_message) ought to do the trick.
6,716 Views
2 Replies
05-14-2015, 09:41 AM
paralogizing
    Thread: problem with session in template
Post: RE: problem with session in template

Assign the $session_data to the Smarty template like so: PHP Code: -- $smarty->assign('user', $session_data); -- See the Smarty assign() documentation (http://www.smarty.net/docs/en/api.assign.t...
13,996 Views
8 Replies
05-14-2015, 09:29 AM
paralogizing
    Thread: What tools do you use for frontend, CRUD and speed up development?
Post: RE: What tools do you use for frontend, CRUD and s...

Also, the best PHP Less parser is oyejorge/less.php, and use the blueimp/jQuery-File-Upload at GitHub.  I've tried them all, and those are the best.
15,589 Views
8 Replies
05-12-2015, 09:15 AM
paralogizing
    Thread: What tools do you use for frontend, CRUD and speed up development?
Post: RE: What tools do you use for frontend, CRUD and s...

I use CodeIgniter (of course), Bootstrap, Smarty, jQuery, and I load everything I can from a CDN (jsDelivr).  I use MySQL when needed, but I really love SQLite, especially for the FTS fulltext searchi...
15,589 Views
8 Replies
05-09-2015, 09:37 PM
paralogizing
    Thread: CodeIgniter 3 RC3
Post: RE: CodeIgniter 3 RC3

I finished upgrading BootPress to RC3, and I love it.  Thank you for all of your excellent work.  The only error I encountered was in the Session library docs where &get_userdata() is misspelled &get_...
130,423 Views
50 Replies
03-18-2015, 10:12 PM
paralogizing
    Thread: Basic Form question - just can't recall how!
Post: RE: Basic Form question - just can't recall how!

Are you looking for the set_value() (http://www.codeigniter.com/userguide3/libraries/form_validation.html#re-populating-the-form) helper function?
10,193 Views
0 Replies
02-17-2015, 12:32 PM
paralogizing
    Thread: Feature Request: Routing
Post: RE: Feature Request: Routing

Check out the AltoRouter at GitHub (https://github.com/dannyvankooten/AltoRouter).  There is no need to make a new feature of it.  I basically took the AltoRouter and whittled it's essential features ...
17,505 Views
0 Replies
02-12-2015, 08:03 PM
paralogizing
    Thread: Textarea and converting entities
Post: RE: Textarea and converting entities

You're right.  Thanks for pointing that out to me Narf.  It looks like form_prep() is just an alias for html_escape() which is just an alias for htmlspecialchars(), but the $double_encode is still set...
12,145 Views
0 Replies
02-07-2015, 03:43 PM
paralogizing
    Thread: I want to implement template engine for view.
Post: RE: I want to implement template engine for view.

BootPress is built on CodeIgniter and uses Smarty (http://bootpress.org/getting-started/#smarty) for templating.  Check it out. I weighed the pros and cons of Smarty vs Twig myself, and ultimately de...
8,140 Views
0 Replies
02-07-2015, 02:47 PM
paralogizing
    Thread: Textarea and converting entities
Post: RE: Textarea and converting entities

I had this exact same problem when I wrote the CodeIgniter Form Validation Plugin (http://bootpress.org/codeigniter-form-validation-plugin/) for BootPress.  I took me a long time to figure out what wa...
12,145 Views
0 Replies
02-07-2015, 12:18 PM
paralogizing
    Thread: Benefit of using CI - an honest question
Post: RE: Benefit of using CI - an honest question

If you only need SSL, then you can just keep on keepin' on.  If you want to manage users, it sounds like you know your way around a database, but for keeping track of users I highly recommend you use ...
7,823 Views
0 Replies
02-07-2015, 10:27 AM
paralogizing
    Thread: CI 3 + HMVC form_validation library problem
Post: RE: CI 3 form_validation library problem

I had this same problem in the CodeIgniter Form Validation Class (http://bootpress.org/codeigniter-form-validation-plugin/) that I created. Call PHP Code: -- $this->form_validation->set_message(...
19,957 Views
0 Replies
02-02-2015, 12:33 PM
paralogizing

Theme © iAndrew 2016 - Forum software by © MyBB