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

Wouter60 Wrote: (09-22-2018, 10:39 AM) -- Why would you want to show validation errors before the user even made one attempt to fill in the form? -- I just follow the controller code thus it seemed t...
5,881 Views
4 Replies
09-22-2018, 01:28 PM
Serializable
    Thread: Form validation: error message
Post: Form validation: error message

Base URL for registration page: Code: -- http://localhost/codeigniter-project/users/register -- Registration page: PHP Code: --
5,881 Views
4 Replies
09-22-2018, 03:40 AM
Serializable
    Thread: Redirect vs load view
Post: RE: Redirect vs load view

ok, why does the autor pass a parameter in the constructor and assing null to it? what he's trying to achive? and why does the parameter prefaced by `Type`? is `Type` a so called generic (in Java...
14,818 Views
8 Replies
09-17-2018, 12:25 PM
Serializable
    Thread: Redirect vs load view
Post: RE: Redirect vs load view

InsiteFX Wrote: (09-17-2018, 03:45 AM) -- All Classes the __construct() is called first. -- Do you mean `FOR all classes`? But how many times that controller creates?  Every time I request it o...
14,818 Views
8 Replies
09-17-2018, 06:59 AM
Serializable
  Question Thread: Redirect vs load view
Post: Redirect vs load view

When should I use redirect and when Code: -- $this->load->view('projects/page'); -- ? For example, in the following code snippet what will be more preferable to use? PHP Code: -- class Proj...
14,818 Views
8 Replies
09-16-2018, 10:22 AM
Serializable
    Thread: How does is_unique[...] work?
Post: RE: How does is_unique[...] work?

Wouter60, thanks
4,322 Views
4 Replies
09-16-2018, 09:36 AM
Serializable
    Thread: General forum question
Post: RE: General forum question

By the way, the forum renders correct even in chrome-based browsers, if I choose the board style as `Default`.
7,666 Views
9 Replies
09-16-2018, 05:22 AM
Serializable
    Thread: How does is_unique[...] work?
Post: RE: How does is_unique[...] work?

How can I check is Query Builder enabled for my project?
4,322 Views
4 Replies
09-16-2018, 05:08 AM
Serializable
    Thread: How does is_unique[...] work?
Post: How does is_unique[...] work?

PHP Code: -- $this->form_validation->set_rules('username', 'Username', required|is_unique[users.username]'); -- Could you explain how is_unique work? What is 'users'? The controller which contains t...
4,322 Views
4 Replies
09-16-2018, 04:47 AM
Serializable
    Thread: [jquery]Form validation: async true of false?
Post: [jquery]Form validation: async true of false?

For some reason form validation does't work when I set up async true, but on the other side if I set up to FALSE then I get in browser console: Quote: -- jquery.min.js:4 [Deprecation] Synchronous...
2,571 Views
0 Replies
09-15-2018, 04:44 AM
Serializable
    Thread: How to use non-latin characters in slug?
Post: RE: How to use non-latin characters in slug?

InsiteFX Wrote: (07-03-2018, 04:42 AM) -- See: PHP.NET urlencode and url decode. -- I used a slightly diiferent solution by transliterating incoming slug. This way database records looks more consci...
3,485 Views
2 Replies
07-03-2018, 12:04 PM
Serializable
    Thread: General forum question
Post: RE: General forum question

dave friend Wrote: (07-02-2018, 10:42 AM) -- Which versions of Slimjet and CentBrowser? Have you tried with Chrome? -- Cent Browser v3.4.3.39 (Chromium 66.0.3359.181) SRWare Iron  v65.0.3400.0 ...
7,666 Views
9 Replies
07-02-2018, 09:37 PM
Serializable
    Thread: General forum question
Post: RE: General forum question

InsiteFX Wrote: (07-02-2018, 05:47 AM) -- Click the three little dots up in the right hand corner and see what your zoom setting is. Chrome allows zoom settings for every page. -- I use Slimjet and ...
7,666 Views
9 Replies
07-02-2018, 05:55 AM
Serializable
    Thread: General forum question
Post: RE: General forum question

That had been fixed after css small fix like in the first post. But every time page reloaded the issue comes again.
7,666 Views
9 Replies
07-02-2018, 03:27 AM
Serializable
    Thread: General forum question
Post: General forum question

In my browser this forums looks like the attached file. What is the idea of the empty space on the left?
7,666 Views
9 Replies
07-01-2018, 09:47 PM
Serializable
    Thread: How to use non-latin characters in slug?
Post: How to use non-latin characters in slug?

The posts table contains a record where slug field is: пролпрол-про-апрарр I try to get the post using controller: Quote: -- public function view($slug = NULL){     $data['post'] = $th...
3,485 Views
2 Replies
07-01-2018, 09:40 PM
Serializable

Theme © iAndrew 2016 - Forum software by © MyBB