Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Question about services extending
Post: Question about services extending

Hello, Little stupid question about the services in ci4. How to make available a service in a whole controller or in many controllers? For example "service('request')" i have to call it sever...
1,352 Views
1 Replies
04-22-2020, 10:40 PM
ScientiFist
    Thread: Doctrine integration
Post: RE: Doctrine integration

@troturier Really a good idea to use the ci module i will take a look thank you !
15,066 Views
13 Replies
03-17-2020, 07:06 PM
ScientiFist
    Thread: nginx server install
Post: RE: nginx server install

Basics rules you can check:  https://www.nginx.com/resources/wiki/start/topics/recipes/codeigniter/ (https://www.nginx.com/resources/wiki/start/topics/recipes/codeigniter/) But basically it's shou...
2,242 Views
1 Replies
11-30-2019, 04:22 PM
ScientiFist
    Thread: Doctrine integration
Post: RE: Doctrine integration

Hello jasonzig, Quote: -- Maybe it's better in an another thread ?  -- Documentation: Doctrine: https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/getting-started.html#...
15,066 Views
13 Replies
11-30-2019, 07:25 AM
ScientiFist
    Thread: Doctrine integration
Post: RE: Doctrine integration

Here is it with the getshared: (Hope is working like that)  PHP Code: -- class Services extends CoreServices {   //DOCTRINE SERVICE CLASS     public static function doctrine($getShared = false)...
15,066 Views
13 Replies
11-26-2019, 06:29 PM
ScientiFist
    Thread: Doctrine integration
Post: RE: Doctrine integration

MGatner Wrote: (11-18-2019, 05:31 AM) -- Since it seems like Doctrine already works very nicely with namespaces, and supplies a singular reference and object, I would recommend writing a service defi...
15,066 Views
13 Replies
11-18-2019, 10:34 AM
ScientiFist
    Thread: Doctrine integration
Post: RE: Doctrine integration

InsiteFX Wrote: (11-17-2019, 04:50 AM) -- Did you read the documentation? You need to create an instance of the Entity Manager before you can use it. -- Here was the problem i didn't create the inst...
15,066 Views
13 Replies
11-17-2019, 05:58 PM
ScientiFist
    Thread: Doctrine integration
Post: Doctrine integration

Hi, I'm trying to integrate doctrine 2.6.4 with CI 4. Doctrine was installed via composer. App/Libraries/Doctrine.php Code: --
15,066 Views
13 Replies
11-16-2019, 08:26 PM
ScientiFist

Theme © iAndrew 2016 - Forum software by © MyBB