Git Product home page Git Product logo

jobeet-docs's People

Contributors

ajessu avatar dsyph3r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

jobeet-docs's Issues

src/SfTuts/JobeetBundle/Entity/Job.php

Hi

First of all thanks for your documentation. I started to learn Sf1 from the Jobeet, so your efforts have been very important for learning Sf2.

Sorry but I'm now starting to learn git, so I don't know well how to do a pull request.

There is an error in the Job.php (an extra comma).

it appears:

/**
 * @orm:Column(type="boolean", , name="is_public")
 */
protected $isPublic;

it should be:

/**
 * @orm:Column(type="boolean", name="is_public")
 */
protected $isPublic;

Thanks for all!

I will try to do my next issue in a pull request.

Day 3: Error including doctrine-data-fixtures extension

Hello,

I tried to include this Doctrine extension, but when I execute...

php app/console doctrine:data:load

...the output is:

PHP Fatal error:  Class 'Doctrine\Common\DataFixtures\Loader' not found in /var/www/Symfony/vendor/symfony/src/Symfony/Bundle/DoctrineAbstractBundle/Common/DataFixtures/Loader.php on line 11

Fatal error: Class 'Doctrine\Common\DataFixtures\Loader' not found in /var/www/Symfony/vendor/symfony/src/Symfony/Bundle/DoctrineAbstractBundle/Common/DataFixtures/Loader.php on line 11

I think that I did all as I read from the tutorial :/

My app/autoload.php:



...

$loader->registerNamespaces(array(
    'Symfony'          => array(__DIR__.'/../vendor/symfony/src', __DIR__.'/../vendor/bundles'),
    'Sensio'           => __DIR__.'/../vendor/bundles',
    'JMS'              => __DIR__.'/../vendor/bundles',
    'Doctrine\\Common' => __DIR__.'/../vendor/doctrine-common/lib',
    'Doctrine\\DBAL'   => __DIR__.'/../vendor/doctrine-dbal/lib',
    'Doctrine'         => __DIR__.'/../vendor/doctrine/lib',
    'Monolog'          => __DIR__.'/../vendor/monolog/src',
    'Assetic'          => __DIR__.'/../vendor/assetic/src',
    'Acme'             => __DIR__.'/../src',
    'SfTuts'           => __DIR__.'/../src',
    'Doctrine\\Common\\DataFixtures' => __DIR__.'/../vendor/doctrine-data-fixtures/lib',
));

...

Thanks in advance!!

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.