levelx.me

  • Home
  • Design
    • 3D
    • Art
    • Freebies
    • Inspiration
    • Interior Design
    • Photography
    • Tutorials
    • Typography
  • Technology
    • Benchmarks
    • How To
    • News
    • Programming
    • Reviews
    • SAP BASIS
  • Lifestyle
    • Do it Yourself
    • Entertainment
    • Quotes
    • Self Improvement
    • Sports
  • Resources
    • Infographics
    • Themes
    • Tools
    • Wallpapers
  • ETC
    • places
    • Uncategorized
  • Android
    • How To
    • News
  • Apple
    • How To
    • News
  • Posts Tagged ‘admin generator’

    Symfony 1.4 – Doctrine Timestampable Behaviour

    February 13th, 2010 / 13 Comments » / by Faizan

    Recently Symfony released their LTS 1.4 branch. Unlike previous versions Symfony 1.4 comes with Doctrine as default ORM.  If you have worked with Doctrine’s you will be familiar with its Timestampable behavior.

    actAs:
      Timestampable: ~

    Timestampable behavior  automatically adds a created_at and updated_at column and automatically set the values when a record is inserted and updated.  I mostly use Symfony Admin Generator to generate Backend. This behavior worked fined till Symfony 1.2, but in Symfony 1.3 / 1.4 for unknown reasons this behavior adds created_at and updated_at fields as required and their value must be filled during creation of new record in admin generator.

    Read more…

    Posted in Programming | 13 Comments »

    Symfony Admin Generator Calling Actions with Custom Parameters

    September 1st, 2009 / 8 Comments » / by Faizan

    The administration module actions can receive custom parameters using the query_string argument in a link_to() helper. For example, to extend the previous _edit_header partial with a link to the comments for the article, write this:

    It filters the comments to display only the ones related to $article. Using the query_string argument, you can specify a sorting order and/or a filter to display a custom list view. This can also be useful for custom interactions.

    Override index function

    public function executeIndex(sfWebRequest $request)
    {
    // For filter.. This code was missing in symfony documentation.
    if ($request->getParameter('filter'))
    {
    $this->setFilters($request->getParameter('project_filters'));
    }
    //-----------------
    // sorting
    if ($request->getParameter('sort'))
    {
    $this->setSort(array($request->getParameter('sort'), $request->getParameter('sort_type')));
    }
    // pager
    if ($request->getParameter('page'))
    {
    $this->setPage($request->getParameter('page'));
    }
    $this->pager = $this->getPager();
    $this->sort = $this->getSort();
    }
    

    Posted in Programming | 8 Comments »


    Subscribe to Levelx

    Popular Posts

    • Create a jigsaw puzzle in adobe illustrator
    • Nokia 5130 XpressMusic Unboxing & Review
    • Famous Salvador Dali Paintings
    • From Sand To Silicon: How A Intel CPU Is Built
    • I Am The Stig – Facebook Application
    • Typography Tips – With Amazing Examples
    • 3D Building Exterior Render – Design Workflow
    • Silent Hill 2: Revelation – Film Photos from Production Set
    • Upcoming Blockbuster Movies 2011: Trailers and Release Dates
    • Kaghan Valley – Pakistan

    Recent Comments

    • Loading...

    Top Posts

    • FORMULA 1 - 2009 Season. (28)
    • Fixing IE7 dropping PHP Sessions (25)
    • M2N32 SLI-DLX WFI && RzR DeathADDER - - BURNT ! ! (17)
    • Windows 7 Theme - VEER II (17)
    • HTC Desire - Benchmark (17)
    • The Temples of Katas Raj (17)
    • Home Decoration and Interior Design 2011 (17)
    • From Sand To Silicon: How A Intel CPU Is Built (16)
    • HTC Desire 2.10.405.2 OTA Update (16)
    • REQ: Stalker [ 1979 ] OST. (15)

    Tags

    1TB android android 2.3 gingerbread android software apple art asus benchmark desire desktop eclair facebook Formula 1 froyo Gaming gingerbread google hacking htc HTC Desire infographic internet ios iPad iphone Islam lahore Lifestyle mobile new year Nexus one Nokia nvidia pakistan photography php psp Review s60 smart phones symbian symfony typography wallpapers web 2.0

    levelx.me is proudly powered by WordPress | Theme Designed by AF8AB