Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Model validation messages
Post: RE: Model validation messages

Thank you. That's what I thought.
2,593 Views
2 Replies
09-16-2018, 02:00 PM
dannywebdev
    Thread: Model validation messages
Post: Model validation messages

How to translate error messages in model validation
2,593 Views
2 Replies
09-16-2018, 01:20 PM
dannywebdev
    Thread: DB doesn't have num_rows/numRows ??
Post: RE: DB doesn't have num_rows/numRows ??

$usersCount = $UsersModel->countAllResults(); https://bcit-ci.github.io/CodeIgniter4/database/query_builder.html#limiting-or-counting-results
14,433 Views
13 Replies
09-15-2018, 03:29 PM
dannywebdev
    Thread: Routes Configuration
Post: RE: Routes Configuration

application/Config/Routes.php set true discoverLocal $routes->discoverLocal(true);
3,507 Views
2 Replies
09-11-2018, 09:20 PM
dannywebdev
    Thread: Cannot load Language Files from module
Post: RE: Cannot load Language Files from module

In the model, the error messages of the validation, give an error if you try to use the lang helper.
5,053 Views
3 Replies
03-08-2018, 07:39 AM
dannywebdev
    Thread: pre_render() event
Post: RE: pre_render() event

I was doing an authentication system and I found that in each controller I have to pass user data, roles, etc. That's why I get the idea of an event that does it automatically in each render. Try to m...
5,999 Views
4 Replies
12-01-2017, 10:57 PM
dannywebdev
    Thread: pre_render() event
Post: pre_render() event

It would be great if there was a pre_render () event, so you could inject data into the view automatically. As for example, data referring to the session.
5,999 Views
4 Replies
11-26-2017, 07:18 PM
dannywebdev

Theme © iAndrew 2016 - Forum software by © MyBB