Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Support for spatial data types and functions
Post: RE: Support for spatial data types and functions

MGatner Wrote: (06-19-2022, 03:31 AM) -- Last I heard there was not a meaningful way to *replace* a database driver with your own, but you can easily define your own driver as an extension of the exi...
1,067 Views
2 Replies
06-19-2022, 04:26 AM
atsanna
    Thread: Support for spatial data types and functions
Post: Support for spatial data types and functions

I would like to add support for spatial data types and functions. Is it possible to extend the classes in the system / database folder and create a composer package? From my tests it doesn't seem poss...
1,067 Views
2 Replies
06-19-2022, 02:43 AM
atsanna
    Thread: CodeIgniter 4.2.1
Post: RE: CodeIgniter 4.2.1

dase230 Wrote: (06-16-2022, 06:31 PM) -- in version 4.2.1 it is no longer compatible with sqlserver since in version 4.1.9 I connect normally I get a tcp error when connecting -- In my development ...
9,512 Views
12 Replies
06-17-2022, 02:35 AM
atsanna
    Thread: CodeIgniter 4 Foundations is complete
Post: RE: CodeIgniter 4 Foundations is complete

Thank you very much @kilishan, I want to highly recommend this book to new users who need to learn CodeIgniter 4. Hope to see your new advanced user book soon  :heart:
5,508 Views
5 Replies
11-16-2021, 03:17 AM
atsanna
    Thread: What CI4-related book would you like?
Post: RE: What CI4-related book would you like?

I too would like a book on the advanced features of CodeIgniter 4. Granted that any topic will still be appreciated, these are some topics I'd like to see covered. What are the best practices fo...
19,319 Views
20 Replies
10-18-2021, 05:18 AM
atsanna
    Thread: Postgres and Foreign key data
Post: Postgres and Foreign key data

I have a table on postgresql database in this structure: Code: -- -- table structure -- create table public.blocks (     id_quadrant         integer default 0 not null         constraint quadr...
799 Views
0 Replies
12-14-2020, 03:18 AM
atsanna
    Thread: WHERE-LIKE and problem for build search-engin in western movie web app
Post: RE: WHERE-LIKE and problem for build search-engin ...

I would try to replace  PHP Code: -- ->like('anno', '$search') -- with PHP Code: -- ->like('anno', $search) --
2,590 Views
4 Replies
10-31-2020, 05:55 PM
atsanna
    Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations

Thanks Lonnie. I bought it too and am happy to support you. I also highly recommend buying a copy. Thank's for your job
97,801 Views
66 Replies
09-17-2020, 01:49 AM
atsanna
    Thread: What is my current working dir?
Post: RE: What is my current working dir?

Try to see if this example can help you: Docker Image for CodeIgniter4 development (https://hub.docker.com/r/atsanna/codeigniter4)
7,196 Views
11 Replies
05-06-2020, 09:31 AM
atsanna
    Thread: Codeigniter 4 and Docker
Post: RE: Codeigniter 4 and Docker

The image of the CodeIgniter docker hub has been updated to v4.0.3
28,218 Views
15 Replies
04-30-2020, 11:17 PM
atsanna
    Thread: Codeigniter 4 and Docker
Post: RE: Codeigniter 4 and Docker

I guess you don't have a MySQL database configured ... Create an empty folder on the server Inside the folder you created, add a new file and call it docker-compose.yml Code: -- version: "3" ...
28,218 Views
15 Replies
04-14-2020, 08:30 AM
atsanna
    Thread: PHPStorm yellow "Method not found in" notices
Post: RE: PHPStorm yellow "Method not found in" notices

Leo Wrote: (04-14-2020, 04:43 AM) -- The codeigniter plugin didn't help. I figured it out after digging the internet for a while - heres to any other newb, like me, looking. PHP Code: --
3,218 Views
3 Replies
04-14-2020, 06:12 AM
atsanna
    Thread: Codeigniter 4 and Docker
Post: RE: Codeigniter 4 and Docker

Hi, I received a message that pointed out that my Dockerfile was not properly mounting the folder on the host. I have improved the docker file and want to share the changes with you. You can fin...
28,218 Views
15 Replies
04-13-2020, 10:31 AM
atsanna
    Thread: CodeIgniter.com - Report problems!
Post: RE: https://codeigniter.com/ Homepage problem

Maybe I didn't explain myself well: the problem does not concern one of my projects but the homepage of the official website https://codeigniter.com Your server appears to be returning a 500 error...
172,842 Views
68 Replies
03-23-2020, 12:54 PM
atsanna
    Thread: CodeIgniter.com - Report problems!
Post: CodeIgniter.com - Report problems!

I would like to point out that in the last week I have encountered, more and more often, an error while accessing the home page of the site. Clearing cookies or changing browsers does not solve the p...
172,842 Views
68 Replies
03-23-2020, 08:21 AM
atsanna
    Thread: CodeIgniter 4.0 Query Builder and CAST support
Post: RE: CodeIgniter 4.0 Query Builder and CAST support

zahhar Wrote: (03-16-2020, 11:48 AM) -- Hey man, nice try and thank you for taking care! I do not want to be a party-braker here, but: 1) you did PR towards wrong repo; right one is https://githu...
7,125 Views
6 Replies
03-16-2020, 12:48 PM
atsanna
    Thread: CodeIgniter 4.0 Query Builder and CAST support
Post: RE: CodeIgniter 4.0 Query Builder and CAST support

I learned a new thing: I managed to make a Pull Request :D https://github.com/codeigniter4/framework/pull/7 (https://github.com/codeigniter4/framework/pull/7)
7,125 Views
6 Replies
03-16-2020, 06:29 AM
atsanna
    Thread: CodeIgniter 4.0 Query Builder and CAST support
Post: RE: CodeIgniter 4.0 Query Builder and CAST support

I think I have solved my problem. When I do a general search with DataTables, I can have a table that contains fields other than text. In this case, using the like() function of the Query generato...
7,125 Views
6 Replies
03-15-2020, 07:08 AM
atsanna
    Thread: CodeIgniter 4.0 Query Builder and CAST support
Post: RE: CodeIgniter 4.0 Query Builder and CAST support

zahhar Wrote: (03-14-2020, 03:25 AM) -- Could you please elaborate on use-case where you need CAST function in mySQL? Also would be interesting why not to case datatypes in PHP or in your model befo...
7,125 Views
6 Replies
03-14-2020, 04:58 AM
atsanna
    Thread: CodeIgniter 4.0 Query Builder and CAST support
Post: CodeIgniter 4.0 Query Builder and CAST support

The Codeigniter 4 query generator allows you to use CAST to convert a value of one type to another within functions like(), where(), etc. ? For example, now the like() function return a query like ...
7,125 Views
6 Replies
03-13-2020, 08:13 AM
atsanna

Theme © iAndrew 2016 - Forum software by © MyBB