Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Class 'Locale' not found
Post: RE: Class 'Locale' not found

vitnibel Wrote: (05-26-2020, 07:09 PM) -- Perhaps then you do not need to use the Time class to format the date. Instead, you can use the standard PHP functions of date and time. PHP Code: -- pub...
24,824 Views
12 Replies
05-27-2020, 07:19 AM
maaa.om
    Thread: Class 'Locale' not found
Post: RE: Class 'Locale' not found

vitnibel Wrote: (05-26-2020, 10:34 AM) -- Do not call the function mutateDate(), but create the Time object explicitly based on the data format in the database. For example, this way you can avoid c...
24,824 Views
12 Replies
05-26-2020, 11:03 AM
maaa.om
    Thread: Class 'Locale' not found
Post: RE: Class 'Locale' not found

vitnibel Wrote: (05-26-2020, 09:59 AM) -- If, with the constructor of the Time class, all parameters are passed explicitly, then most likely the call to the Locale :: getDefault () function due to wh...
24,824 Views
12 Replies
05-26-2020, 10:07 AM
maaa.om
    Thread: Class 'Locale' not found
Post: RE: Class 'Locale' not found

vitnibel Wrote: (05-26-2020, 09:35 AM) -- This error occurs if there is no installed intl extension specified in the system requirements. Server Requirements (https://codeigniter.com/user_guide/in...
24,824 Views
12 Replies
05-26-2020, 09:37 AM
maaa.om
    Thread: Class 'Locale' not found
Post: RE: Class 'Locale' not found

dave friend Wrote: (05-26-2020, 06:05 AM) -- You need to show the code you're using before advice can be offered. -- In my Entity: PHP Code: --                                            ...
24,824 Views
12 Replies
05-26-2020, 06:20 AM
maaa.om
    Thread: Class 'Locale' not found
Post: RE: Class 'Locale' not found

Any updates developers ?
24,824 Views
12 Replies
05-25-2020, 08:40 AM
maaa.om
    Thread: Class 'Locale' not found
Post: Class 'Locale' not found

Dear All, Actually I'am trying to get created_at and updated_at from my model PHP Code: -- $model->created_at -- But I got error "Class 'Locale' not found", I search a lot about this, and I s...
24,824 Views
12 Replies
05-22-2020, 07:14 AM
maaa.om
    Thread: Validation field label language
Post: RE: Validation field label language

Leo Wrote: (04-28-2020, 08:08 AM) -- PHP Code: --                 'site_name'             =>      ['label' => 'App.site_name', 'rules'  =>  'required'],         ]; -- But still give site_name, no...
6,240 Views
9 Replies
04-30-2020, 12:59 PM
maaa.om
    Thread: Validation field label language
Post: RE: Validation field label language

jreklund Wrote: (04-27-2020, 10:25 AM) -- Hi, that part haven't made it to the official user guide. But here's what it says in the development branch: To use translated strings from language files...
6,240 Views
9 Replies
04-27-2020, 10:40 AM
maaa.om
    Thread: Validation field label language
Post: RE: Validation field label language

jreklund Wrote: (04-22-2020, 10:20 AM) -- maaa.om Wrote: (04-22-2020, 06:56 AM) -- NO Answers ?! -- Take a breather and relax. This are a community based forum. Either no one know your answer, or ...
6,240 Views
9 Replies
04-27-2020, 08:39 AM
maaa.om
    Thread: Validation field label language
Post: RE: Validation field label language

NO Answers ?!
6,240 Views
9 Replies
04-22-2020, 06:56 AM
maaa.om
    Thread: Validation field label language
Post: Validation field label language

I have add validation rules in Validation class, like this: public $updateSettings  =  [                 'site_name'            =>      ['label' => 'site_name', 'rules'  =>  'required'],         ...
6,240 Views
9 Replies
04-20-2020, 11:53 AM
maaa.om

Theme © iAndrew 2016 - Forum software by © MyBB