Skip to content

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

  • Home
  • Web Stories
  • Get in touch
  • About
    • Home
    • 2011
MVC PHP Symfony web development

configure database using propel

Vinod Ram December 26, 2011 0 Comments

$ ./symfony configure:database --name=propel --class=sfPropelDatabase "mysql:host=localhost;dbname=dbname" username userpassword Vinod RamVinod Ram has been in Software Industry since 2006 and has experience of over 16 years in Software Development & Project…

CMS Drupal PHP web development

How to get the allowed option list in drupal theme template or view file

Vinod Ram December 15, 2011 1 Comments

If you want to get the option list of the content type that you have created , then you can get the list as follows: $content_field = content_fields(‘whatever_the_field_name_is’); $allowed_values =…

CMS Drupal PHP web development

How to add select option in drupal while creating content type

Vinod Ram December 15, 2011 0 Comments

Whenever you create any content type in drupal ( version 6 and above) and you required a filed of type select list, then you can provide the allowed values of…

PHP web development

Replace multiple space with single space in PHP

Vinod Ram December 14, 2011 0 Comments

If you want to replace multiple space with single space from a string you can use preg_replace function for this. Refer the below example preg_replace(“!\s+!”,” “,$yourstring); For example $yourstring =…

PHP Symfony web development

How to get symfony project base url in template file

Vinod Ram December 3, 2011 0 Comments

To get the base url of your symfony project , you can use the below in your template file. $sf_request->getUriPrefix().$sf_request->getRelativeUrlRoot() And to get your current app URL. $sf_request->getUriPrefix().$sf_request->getRelativeUrlRoot().$sf_request->getPathInfoPrefix(); Vinod RamVinod…

MVC Symfony

Self join criteria in symfony

Vinod Ram November 21, 2011 0 Comments

For Example : SELECT tbl1.id FROM tbl1 a LEFT JOIN tbl1 b ON a.somecolumnname = b.somecolumn ORDER BY a.somecolumn DESC The criteria would be as follow $c=new Criteria(); $c->addAlias(‘a’, ‘tbl1’);…

General

Hacker Group Anonymous Vows To Destroy Facebook On November 5 2011

Vinod Ram August 10, 2011 1 Comments

Hacktivist group Anonymous, which has been responsible for cyber-attacks on the Pentagon, News Corp, and others, has vowed to destroy Facebook on November 5th (which should ring a bell). Citing…

htaccess Setting

How to remove file extension using .htaccess

Vinod Ram June 7, 2011 0 Comments

Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(+)$ $1.php Vinod RamVinod Ram has been in Software Industry since 2006 and has experience of over 16 years in Software Development…

htaccess Setting

How to remove single file extension using .htaccess

Vinod Ram June 7, 2011 0 Comments

Options +FollowSymLinks RewriteEngine on RewriteCond %{filename.php} !-d RewriteRule ^(+)$ $1.php Vinod RamVinod Ram has been in Software Industry since 2006 and has experience of over 16 years in Software Development…

General

Who is Anna Hazare ?

Vinod Ram April 8, 2011 0 Comments

1. Who is Anna Hazare? An ex-army man. Fought 1965 Indo-Pak War 2. What’s so special about him? He built a village Ralegaon Siddhi in Ahamad Nagar district, Maharashtra 3.…

Posts navigation

1 2

Next Page »

Tags

amazon amazon on strike 2024 Anita Bryant Australia bitcoin content Cricket date date validation David Dobrik Death in Paradise delivery Staff donald trumph form validation France gateway timeout Hollywood htaccess javascript jquery Karate laravel Melbourne Cricket Ground microsoft movie Muay Thai Murielle Hilaire netflix ninja form Notre-Dame fire online Shopping Paris php-fpm Singer squid game Stardom suspense Sydney Sweeney thriller usa politics validation website development wordpress yii2 youtuber

Archives

You Missed

General Knowledge International News

Microsoft Makes OpenAI’s $200/Month AI Free for All Copilot Users

General Knowledge International News

अमेरिका-चीन व्यापार युद्ध बढ़ा: नए टैरिफ और जवाबी उपायों से वैश्विक बाजार में उथल-पुथल

International News

Dick Button The Trailblazer Who Revolutionised Figure Skating

Hollywood International News

Selena Gomez was criticised for posting a tearful video on Instagram

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Copyright © All rights reserved | Blogus by Themeansar.

  • Terms and Condition
  • Disclaimer
  • Privacy Policy
  • Get in touch