Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Form Helper - form_label
Post: Form Helper - form_label

In the user guide you write that "attributes" is a string type: form_label([$label_text = ''[, $id = ''[, $attributes = []]]]) Parameters   $label_text (string) – Text to put in the tag   $id...
1,311 Views
1 Replies
11-08-2022, 07:06 AM
PeVal
    Thread: Fce setLocale() does not work properly on the server
Post: RE: Fce setLocale() does not work properly on the ...

Thank you for the information. I found out it was my fault. I had in "Config / App.php" on "localhost" public $ supportedLocales = ['en', 'cs']; but on the server only public $ supportedLocales = ['...
1,821 Views
2 Replies
10-05-2021, 11:55 PM
PeVal
    Thread: CodeIgniter\View\Exceptions\ViewException
Post: RE: CodeIgniter\View\Exceptions\ViewException

I've found that the path to the "errors list.php" file needs to be listed in its entirety: [PHP] ... 'my_list' => 'App\Views\errors\errors_list', ... [PHP]
8,636 Views
1 Replies
10-05-2021, 03:10 AM
PeVal
    Thread: Fce setLocale() does not work properly on the server
Post: Fce setLocale() does not work properly on the serv...

I use the setLocale () function to set the language of the error messages. it works well on localhost (win, xampp), but not on server (unix). in app.php is set: PHP Code: -- public $default...
1,821 Views
2 Replies
10-05-2021, 03:07 AM
PeVal
    Thread: CodeIgniter\View\Exceptions\ViewException
Post: CodeIgniter\View\Exceptions\ViewException

I have a problem with the error display file. When I run the application on the server (unix), the system displays an error: Code: -- CodeIgniter\View\Exceptions\ViewException Invalid file: ...
8,636 Views
1 Replies
10-04-2021, 05:41 AM
PeVal
    Thread: Problem with validation
Post: RE: Problem with validation

Thank you. My fault. Only now have I found out that validation works differently than in CI3 and in "Available Rules", it is now "permit_empty".
1,938 Views
3 Replies
09-23-2021, 11:48 PM
PeVal
    Thread: Problem with validation
Post: Problem with validation

Please, give me an advice If he has an item in the form that can remain empty (the user does not have to fill it in), then I have a problem with validation. For example, I have an email item tha...
1,938 Views
3 Replies
09-23-2021, 06:48 AM
PeVal
    Thread: Yupii - a Business Application Framework based on Codeigniter
Post: RE: Yupii - a Business Application Framework based...

PHP Code: -- $config['yupii_all_to_uppercase'] = TRUE; -- I'm sorry. It works. I created config in the application direktory (application/config/yupii.php). But it must be changed in the directory Yu...
30,757 Views
0 Replies
06-04-2015, 01:23 AM
PeVal
    Thread: Yupii - a Business Application Framework based on Codeigniter
Post: RE: Yupii - a Business Application Framework based...

PHP Code: -- $config['yupii_all_to_uppercase'] = TRUE; -- I tried. But it does not work :( PHP Code: -- $this->addField('ses_fecha', array('label' => 'Fecha', 'rules' => 'required',          ...
30,757 Views
0 Replies
06-01-2015, 11:45 PM
PeVal
    Thread: Yupii - a Business Application Framework based on Codeigniter
Post: RE: Yupii - a Business Application Framework based...

1. Why did you convert pasted text to uppercase. I want to be small. How do I do that? 2. When I put date (field type DATE), I would like to display the calendar of choice and control. How do I do th...
30,757 Views
0 Replies
05-25-2015, 06:31 AM
PeVal
    Thread: Yupii - a Business Application Framework based on Codeigniter
Post: RE: Yupii - a Business Application Framework based...

This is excellent news. I tried it on your data, "Songs" and it works well. Please, when you write some manual and at least a listing of useful applications and functions?
30,757 Views
0 Replies
05-25-2015, 01:48 AM
PeVal
    Thread: Yupii - a Business Application Framework based on Codeigniter
Post: RE: Yupii - a Business Application Framework based...

Will the new version for Cl3?
30,757 Views
0 Replies
02-07-2015, 03:29 AM
PeVal

Theme © iAndrew 2016 - Forum software by © MyBB