Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: SQL table name with spaces
Post: SQL table name with spaces

Hello, I have to connect to another database to retrieve data from there. In this database, table names contain spaces, hyphens and other extra characters (ex. $). Used DB driver SQLSRV. See...
1,142 Views
3 Replies
06-06-2022, 01:24 AM
kovijanny
    Thread: Merging multiple model validations
Post: Merging multiple model validations

Currently this solution is up and running. The question would be, could this be more beautiful? Code: --         // Load SalesModel         $salesModel = new \App\Models\SalesModel();         /...
607 Views
0 Replies
02-19-2022, 04:13 AM
kovijanny
    Thread: how to call a model function into $validationRules
Post: RE: how to call a model function into $validationR...

Thank You to the answer! That's the solution in the model: Code: --     protected function initialize()     {         $this->validationRules = $this->SetRules();     }         protected fun...
1,322 Views
2 Replies
02-19-2022, 03:55 AM
kovijanny
    Thread: how to call a model function into $validationRules
Post: how to call a model function into $validationRules

this is not valid, but then how to? in model:  Code: -- protected  $validationRules = $this->SetRules(); public function SetRules()     {         $this->ConfigItem = new \App\Config\MyConfig\...
1,322 Views
2 Replies
02-18-2022, 05:09 AM
kovijanny
    Thread: MS SQL Srv
Post: RE: MS SQL Srv

I've worked on it too, but I don't have enough time to deal with it. If that helps you: https://gitlab.com/kovijanny/sqlsrv-codeigniter4 (https://gitlab.com/kovijanny/sqlsrv-codeigniter4)
1,985 Views
1 Replies
11-21-2019, 06:42 AM
kovijanny

Theme © iAndrew 2016 - Forum software by © MyBB