Welcome Guest, Not a member yet? Register   Sign In
Ecommerce website in CI
#13

(04-27-2017, 11:34 AM)dave friend Wrote:
(04-27-2017, 09:42 AM)calcio Wrote: Other point is. Usually in CI you can't use many other features like namespaces, other designers patterns and etc. How to use Traits In CI? It's complicate. Is isn't?

Namespaces? Maybe not so hard.

What other patterns do you have in mind?

Dude it not it seems to me, something from CI Core. It's an implementations. But I was referring about use it in a project. In your controller in application/controller use namespaces.


PHP Code:
<?php
namespace app\controllers;

use 
app\core\CI_Controller;

class 
Welcome extends CI_Controller {

    public function 
index()
    {
        
$this->load->view('welcome_message');
    }


Its impossible...

About designer pattern anyone. Try to use Dependence Injection in your code. There are a library or any way to use it?

Like I said... "But if you have domain with CI and don't mind about the points related use CI."
And Like I said again... I still use CI, so I know all these problems.

There are many other problems, but I listed the most important (in my point of view). 


BTW...



I did not say CI is not for big projects (I've worked on a big project with CI, streaming audio from America Movil TELECOM). I just said it is more laborious and not so organized.
PHP is Life!!! See My Portfolio
Reply


Messages In This Thread
Ecommerce website in CI - by neuron - 04-17-2017, 10:55 AM
RE: Ecommerce website in CI - by xenomorph1030 - 04-18-2017, 04:04 AM
RE: Ecommerce website in CI - by neuron - 04-19-2017, 01:02 AM
RE: Ecommerce website in CI - by xenomorph1030 - 04-19-2017, 06:10 AM
RE: Ecommerce website in CI - by neuron - 04-19-2017, 11:20 PM
RE: Ecommerce website in CI - by llebkered - 04-25-2017, 03:35 AM
RE: Ecommerce website in CI - by marksman - 04-25-2017, 06:32 AM
RE: Ecommerce website in CI - by calcio - 04-27-2017, 06:54 AM
RE: Ecommerce website in CI - by marksman - 04-27-2017, 08:08 AM
RE: Ecommerce website in CI - by calcio - 04-27-2017, 09:42 AM
RE: Ecommerce website in CI - by marksman - 04-28-2017, 06:50 AM
RE: Ecommerce website in CI - by cartalot - 04-27-2017, 09:33 AM
RE: Ecommerce website in CI - by dave friend - 04-27-2017, 11:34 AM
RE: Ecommerce website in CI - by calcio - 04-27-2017, 12:51 PM
RE: Ecommerce website in CI - by cartalot - 04-27-2017, 01:20 PM
RE: Ecommerce website in CI - by Kaosweaver - 05-17-2017, 06:36 AM
RE: Ecommerce website in CI - by PaulD - 05-17-2017, 10:21 AM
RE: Ecommerce website in CI - by desbest - 06-16-2017, 11:42 AM
RE: Ecommerce website in CI - by CINewb - 06-22-2017, 07:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB