DevArticles.In

Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

Month: April 2009

getid3 component for cakephp

Arvind KumarCakePHP10 Comments on getid3 component for cakephp

What is getID3? getID3() is an open-source, cross-platform software library for the PHP language written by James Heinrich and Allan Hansen. getID3() can extract information from multimedia file formats: audio, video and images in various formats. Information extracted includes playtime,…

Read More→

Passed arguments routing and custom ajax pagination url in cakephp

Arvind KumarCakePHP3 Comments on Passed arguments routing and custom ajax pagination url in cakephp

While working in my recent “charity project” i had to list all charities found in a particular region or state. I created a regions_controller and an index function in it to fetch and set records and index.ctp as a view…

Read More→

An alternate to paginator counter showing page in cakephp

Arvind KumarCakePHP3 Comments on An alternate to paginator counter showing page in cakephp

An ordinary yet useful piece of hack to the way the cakephp pagination’s pages “showing page” parameter is displayed. As default, we are used to use $paginator->counter() method which gives us a counter string for the paged result set like…

Read More→

Delete SVN files in Linux or Windows

Arvind KumarLinux/Unix, Miscelleneous, Windows5 Comments on Delete SVN files in Linux or Windows
Delete SVN Files on windows or linux

Sometimes you checkout a recent API source code via some SVN client to your local system and thereafter want to remove SVN files from the directory structure. Here are the different ways to remove SVN files from your linux or…

Read More→

Full-text search in MySQL

Arvind KumarMySQLLeave a Comment on Full-text search in MySQL

Normally, most of us use “SELECT * FROM table WHERE field1 LIKE ‘%$keyword%’” OR field2 LIKE ‘%$keyword%‘ ..etc” to search our table and get results. This is slow and inefficient approach, as it does return all (too many) rows in…

Read More→

Cakephp important facts you must know – Part 2

Arvind KumarCakePHPLeave a Comment on Cakephp important facts you must know – Part 2

CakePHP comes with a bunch of useful helpers and components which provide user handy tools to process and manipulate data. These helpers are not only the valuable assets for the framework user, but can be of great help to someone…

Read More→

Spliting CSV (comma seperated) entry grouped by double quotes

Arvind KumarPHP2 Comments on Spliting CSV (comma seperated) entry grouped by double quotes

By using fgetcsv function we can have well formatted output for csv data without any pain. If you don’t want to use fgetcsv function for some reason and your CSV comma separated entries may contain comma inside except the delimiters,…

Read More→

To find mysql recodrs between specific date range based on start date and end date fields

Arvind KumarMySQL, PHP2 Comments on To find mysql recodrs between specific date range based on start date and end date fields

While working on a report generation system i had to perform a query to check whether records exist in ‘reports’ table between a date range received from two form fields “start_date” and “end_date”. To make it more specific i will…

Read More→

Recent Posts

  • How to Remove Appends Attributes from Laravel Eloquent Model
  • How TO – Remove a Property from an Object in JavaScript
  • Array Destructuring With or Without List Function in PHP
  • Git Cannot open .git/FETCH_HEAD: Permission denied Solution
  • How to Check Laravel Version using CLI and File System

About Arvind

Arvind Thakur is a Freelance Web Developer and Internet Blogger. Before starting as a freelancer in March 2009 he worked in three software companies. Recently he has managed to build up a small web development team by the name of Inimist Technologies in Chandigarh, India. >> know more

.htaccess activecollab Ajax Apache CakePHP CakePHP3 cakephp tips & tricks captcha component Create css csv custom database date git How to Javascript jEdit tips & tricks jQuery Keyboard shortcut laravel Linux Linux Tips & Tricks mobile phone model multiple MySQL mysql tips & tricks Nokia E5 pagination permissions PHP php code php tips & tricks plugin tips & tricks Ubuntu validation virtual host Windows Windows 7 wordpress wordpress tips & tricks wp-ecommerce

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • February 2022
  • January 2022
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • March 2021
  • November 2020
  • July 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • June 2018
  • October 2017
  • August 2017
  • February 2017
  • December 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • May 2016
  • October 2015
  • August 2015
  • July 2015
  • June 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
Copyright © All rights reserved.
Blog Kit by WP Charms