Login Application Using Symfony2 and Twitter Bootstrap Video 2 (Doctrine Setup) Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Yes the entity name is Register..For the first error you mentioned make sure you return a response in both If and else cases using the return $this->render(....) method..

ManojSreekumar
Автор

Hi Manoj,
very nice, simple and awsome explainations.great thanks to you.
instead of executing command line in netbean plz can you explain by using git bash or cmd.
Thanks in advance.

channuyatnur
Автор

The function will depend on the enitity you have generated ..Im using getFirstName() as I have a column first_name..Just check the getter and setter functions in your entity

ManojSreekumar
Автор

Thanks Manoj. do u know how to include all css file from css folder. in index.htm.twig...

BharathRajendran-SRM
Автор

ha ha .. Manoj, you didn't use security.yaml file to configure -- this is very traditional one  :)

pssubashps
Автор

I am getting the message Hello Login Failed and I did everything like it is shown in the video?
Plz help!

HonorHasCome
Автор

ya i fond from other site..anyway thank u...answer is..

1) app/config/config.yml
2) then go to assetic:
3) under assetic: go to bundles: []
4) and in bundles: [] //type your bundle name

module:
assetic:
bundle: [ AcmeDemoBundle ]

BharathRajendran-SRM
Автор

Hi manoj how r you. i need your all videos .. can i have link ..thanks

BharathRajendran-SRM
Автор

If you apply this way, you do not need to use Symfony :(

aliemrecakmakoglu
Автор

Hi Manoj i have one doubt ..in my root file defined my controller file this
default:
type: annotation
now i going to give link in twig file. based on Controller action.
Example: its throw error..can u help me pls

BharathRajendran-SRM
Автор

Hi,
Im getting the following error:FatalErrorException: Error: Call to a member function getUserName() on a non-object in line 18.

and I cant seem to find my error. evrerything is correct according to the video. please can you help me?

renierdebruyn
Автор

An exception has been thrown during the compilation of a template ("You must add BR365AdminBundle to the assetic.bundle config to use the {% stylesheets %} tag in in

dude throw error like this..

BharathRajendran-SRM
Автор

Hi i am getting following error :The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?

in out put window always show Login failed msg. my code

$repository =
$user = => $username, 'password' => $passwordq));

Plese help me.. How to find endity name ? Endity folder have Register.php (class name is Register)

BharathRajendran-SRM
Автор

symfonysymplifyd.blogspot.com for project files including parsley.css

ManojSreekumar
Автор

check my blog symfonysymplifyd.blogspot.com

ManojSreekumar
Автор

{% stylesheets 'bundles/acme_foo/css/*' filter='cssrewrite' %}
link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}

ManojSreekumar
join shbcf.ru