Friday, December 2, 2011

Social networking web application part1

In this tutorial we are going to create a web application having social networking functionality. For this we have user registration, user profile, web forms, friends list, photo album, message service.

Back again....

After a long time of absence, i going to make a series of tutorial based on some of the common applications with advanced concepts. within these days symfony2 become very robust and powerful framework. i'm considering an audience, which had minimum knowledge about symfony framework..


    Monday, February 14, 2011

    First step

    In this tutorial we understand about the file structure of our web app.

    Before that
        1.obtain a new copy of symfony framework from here.
        2.make a new folder inside your server and named as "webapp".
        3.create a folder structure like below:
                     
    www/ <- your web root directory
        webapp/ 
            app/
                cache/
                config/
                logs/
            src/
                webapps/
                    HelloBundle/
                        Controller/
                        Resources/
            vendor/
                       
                
            web/
     
          4. place your unarchived symfony inside the vendor folder.