Coder Social home page Coder Social logo

nercurycodeigniterbundle's People

Contributors

dariuszz123 avatar mazahaca avatar nercury avatar tadcka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nercurycodeigniterbundle's Issues

Define Enviroment in CiHelperService::setCiPaths

$environment = $this->kernel->getEnvironment();
$environmentMap = array('dev' => 'development', 'test' => 'testing', 'prod' => 'production');
if(array_key_exists($environment, $environmentMap)) {
    $environment = $environmentMap[$environment];
}
define('ENVIRONMENT', $environment);

Update to Symphony3?

How much would it be to update this project to support latest stable Symphony3 ? Here at work we have CI2 (!) for some applications and I really want to migrate away from it (as you may know, it is a PHP4 framework which is not really up-to-date).

It would be helpful to migrate from CI2 to S3 directly so no need to double-port (CI2->S2->S3).

And thank you anyway for your work. ๐Ÿ‘

Completed ?

Is this Bundle working and completed ?

I don't see any of the core Codigniter files. Do I have to include the CI files somewhere. If so, where ?

Thanks

Handle exceptions throw by ci_bootstrap

Hi maybe it's a idea to handle any exceptions thrown in CiHelperService by using something like:

try {
    ob_start();

    /*
     * --------------------------------------------------------------------
     * LOAD THE BOOTSTRAP FILE
     * --------------------------------------------------------------------
     *
     * And away we go...
     *
     */
    \ci_bootstrap($this->kernel);

    $output = ob_get_clean();
} catch (\Exception $e) {
    $output = ob_get_clean();

    $handler = new \Symfony\Component\HttpKernel\Debug\ExceptionHandler();
    return $handler->createResponse($e);
}

Priorities + 2.7

It seems like the Symfony router kicks in before this bundles listener tries to resolve things and thus fails :(. Also the service needs to be made public. On 2.7 this is.

AppKernel

Hi,
Thank you for this !

Unfortunately, I'm getting a

Fatal error: Class 'Nercury\CodeIgniterBundle\NercuryCodeIgniterBundle' not found in /Applications/MAMP/htdocs/symfony/app/AppKernel.php on line 20

When running. Any idea ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.