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

Default language should be invisible. That's ok it works fine. Have a nice day.
8,414 Views
5 Replies
09-14-2015, 04:26 PM
Camo
    Thread: Multilingual application
Post: RE: Multilingual application

Thanks $view_data in MY_controller is a good idea. But this route $route['^(\w{2})/(.*)$'] = '$2'; wont work if I want to call e.g. home/index/7 ??? Am I right? And what about that slash? Here it is...
8,414 Views
5 Replies
09-14-2015, 03:14 PM
Camo
    Thread: Multilingual application
Post: Multilingual application

Hi, I am trying to find out how to make the web multilingual. Can you tell me please, what is the best practice? I have routes like this: Code: -- $route['((en|cz)/)?test'] = 'test/index'; -- ...
8,414 Views
5 Replies
09-14-2015, 12:06 PM
Camo
    Thread: Form_validation error messages {value}?
Post: RE: Form_validation error messages {value}?

Yes callback takes value as parameter. Thanks. But is there an universal solution for all rules in lang file?
3,397 Views
3 Replies
09-12-2015, 01:26 AM
Camo
    Thread: Form_validation error messages {value}?
Post: Form_validation error messages {value}?

Hello, Is it possible to use something like {value} in form_validation error messages? Like {field} and {param} in the next message: PHP Code: -- $lang['form_validation_exact_length'] = 'The {fie...
3,397 Views
3 Replies
09-11-2015, 11:51 AM
Camo
    Thread: RSS in Codeigniter 3
Post: RSS in Codeigniter 3

Hi, Can you recommend me how to create RSS xml in CI3? I found this tutorial (https://arjunphp.com/build-rss-2-0-feed-codeigniter/). I only want to know what is the best practice. Is there a better ...
2,442 Views
0 Replies
09-07-2015, 01:45 PM
Camo
    Thread: Template library for CD3
Post: RE: Template library for CD3

Thank you that's what I was looking for. Also the CodeIgniter-Ion-Auth works very well ;)
14,888 Views
8 Replies
09-04-2015, 06:34 PM
Camo
    Thread: Template library for CD3
Post: RE: Template library for CD3

I looks quite simple. How can I register My_Controller?
14,888 Views
8 Replies
09-04-2015, 05:27 PM
Camo
    Thread: Template library for CD3
Post: RE: Template library for CD3

Thanks, but I need some examples how implement it to the CI. Syntax is no problem so it would be better to use something robust. But main is the documentation for CI.
14,888 Views
8 Replies
09-04-2015, 04:54 PM
Camo
    Thread: Template library for CD3
Post: RE: Template library for CD3

Meanwhile I wrote my own solution.  But please can you tell me where I can find some libraries for CD3 ie. template lib?  I am totally newbie in CD. I go according one very old tutorial and is not...
14,888 Views
8 Replies
09-04-2015, 11:38 AM
Camo
    Thread: Template library for CD3
Post: Template library for CD3

Hello, Can you help me to choose template library for CD3? Which one do you use? It should be well documented.
14,888 Views
8 Replies
09-03-2015, 06:18 PM
Camo
    Thread: Authentication + authorisation in Codeigniter 3
Post: RE: Authentication + authorisation in Codeigniter ...

Thank you all.
12,870 Views
8 Replies
09-03-2015, 01:13 PM
Camo
    Thread: Authentication + authorisation in Codeigniter 3
Post: RE: Authentication + authorisation in Codeigniter ...

What do you use in your projects? That https://github.com/benedmunds/CodeIgniter-Ion-Auth (https://github.com/benedmunds/CodeIgniter-Ion-Auth)  looks really good. I don't know which to choose.
12,870 Views
8 Replies
09-02-2015, 04:06 PM
Camo
    Thread: Authentication + authorisation in Codeigniter 3
Post: RE: Authentication + authorisation in Codeigniter ...

Thanks I will try it. But what about that Tank auth? Does it work? I fix that error with language from first post. Now it throws me an error "Unknown column 'data' in 'field list'" It seems that s...
12,870 Views
8 Replies
09-02-2015, 02:37 PM
Camo
    Thread: Authentication + authorisation in Codeigniter 3
Post: RE: Authentication + authorisation in Codeigniter ...

OK I fix that error with language. Now it throws an error: "Unknown column 'data' in 'field list'" It seems it is the problem with session library which expects user_data field in ci_sessions table...
12,870 Views
8 Replies
09-02-2015, 01:06 PM
Camo
    Thread: Authentication + authorisation in Codeigniter 3
Post: Authentication + authorisation in Codeigniter 3

Hello, can you help me to find out how to make authentication and authorisation in Codeigniter 3? I found Tank auth. But it seems it is not compatible with newest CI. It sets item in config which doe...
12,870 Views
8 Replies
09-02-2015, 12:11 PM
Camo

Theme © iAndrew 2016 - Forum software by © MyBB