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
    • MVC
javascript jquery MVC web development Wordpress

Custom Validation for Ninja Form – wordpress

Vinod Ram January 10, 2025 0 Comments

Suppose you have used Ninja Form Plugin in your wordprss website. Ninja form provide you the option to validate the fields like email address, phone numbers format and required validation.…

CMS linux MVC PHP web development yii yii2

Yii2 how to set custom value for checkbox in gridview widget

Vinod Ram August 4, 2019 0 Comments

In Yii2, while you use gridview widget to display your table data, for performing any operation on the record by selecting the checkbox, gridview assign the value of the first…

CMS HTML Laravel MVC web development

Validate checkbox array and prefill with selected value on validation error in laravel 5

Vinod Ram March 16, 2018 0 Comments

Say for example you have your checkbox field code in your twig file as below:- @foreach ($serviceList as $servloop) <div class=”checkbox”> <label> <input type=”checkbox” name=”services” value=”{{$servloop->service_id}}” {{ ( is_array(old(‘services’)) &&…

aws Laravel MVC PHP web development

how to set public permission to image uploaded on s3 aws in laravel 5.5

Vinod Ram December 8, 2017 0 Comments

First set your s3 bucket configuration in your .env file as below. S3_AWS_KEY=AKIAIDTXXXHUR7ABCDEF S3_AWS_SECRET=2XTTy0q8xxdaddffrtsfsdfdfgfhvcdsfsf S3_AWS_REGION=us-east-2 S3_AWS_BUCKET=BUCKET_NAME In your controller file add the following code to set the public property to…

CMS css HTML MVC PHP web development yii yii2

How to wrap data column in Gridview widget in yii or yii2 framework

Vinod Ram November 20, 2017 0 Comments

The column which you want to wrap should be added the property called “contentOptions” where you can apply the css property to suits your needs and requirements as below. ,…

MVC PHP web development yii yii2

How to get raw sql query in yii or yii2 framework

Vinod Ram November 15, 2017 0 Comments

If you have used the query builder in yii 2.0.8 framework then to get the raw sql generated use the below statement. $query->andFilterWhere() ->andFilterWhere() ->andFilterWhere(); // This is echo the…

Laravel MVC PHP web development

how to get sql query from facade DB::table in laravel 5

Vinod Ram October 7, 2017 0 Comments

Normally we fetch the data as below $dataresult = DB::table(‘sometable’) ->select(‘sometable.column1’, ‘sometable.column2’, ‘sometable.column3’, ‘sometable.column4’, ‘sometable.column5’) ->get(); Now if we want to get the actaul query from $dataresult using $dataresult->toSql(); //…

CMS MVC PHP Symfony web development

Set widget label from action file in symfony 1.4

Vinod Ram August 31, 2012 0 Comments

In Action File ========================================================== $this->form = new youFormclassname(); To set individual Label $this->form->getWidget(‘widgetname’)->setLabel(‘widget Custom label’); To set multiple field label $this->form->getWidgetSchema()->setLabels(array( ‘field_name_1’ => ‘Field 1 Custom Lable’, ‘field_name_2’ => ‘Field…

MVC PHP Symfony web development

Symfony 1.4 generate url for current application and environment

Vinod Ram July 13, 2012 0 Comments

$sf_request->getUriPrefix().$sf_request->getRelativeUrlRoot().$sf_request->getPathInfoPrefix() Vinod RamVinod Ram has been in Software Industry since 2006 and has experience of over 16 years in Software Development & Project Management domain specialised majorly in LAMP stack…

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…

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