Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Example set of files for data mapping objects to db records. (Not perfect, but funcional)
0
778
posted 13 years ago by nikefido
I’ve implemented something similar a couple of months ago. What we wanted was to prevent the cart from the old session from merging into the cart of the current session at the point when the customer login. If that describes what you want as well,...
0
659
posted 13 years ago by TioSolid
Adjust the size of the body field window. For use in hook_form_alter().
0
752
posted 13 years ago by tgbdad
Save in a php file and run in the directory.
Remove directory files through ftp.
Remove php file
0
686
posted 13 years ago by resting
Only this portion needed
// Add page template suggestions based on node type, if we aren't editing the node.
if ($vars['node'] && arg(2) != 'edit') {
$vars['template_files'][] = 'page-nodetype-'. $vars['node']->type;...
1
765
posted 13 years ago by resting
This will make all errors be shown and logged. Useful for when you want to figure out what's wrong but the production server doesn't display any errors.
1
738
posted 13 years ago by BrunoDeBarros
Как Ñделать вывод из неÑкольких таблиц (php mysql)
Итак, имеем:
Три таблицы - articles, categories и sections. По иерархии - в sections включаютÑÑ categories, а в catego...
0
772
posted 13 years ago by graceman9
Used in Wordpress to get the post Thumbnail. Thumb url goes to $img
0
541
posted 13 years ago by RWolford
This snippet is a PHP function that checks if an email address is valid
2
910
posted 13 years ago by visudex
After an attempt to more a live site to a personal server for further work I ran across the problem of a mix of absolut and relative links making the local copy not work. Not wanting to manually have to change every single absolute to a relative (bec...
0
787
posted 14 years ago by FatFolderDesigner
Use Mage::register() to add an entry into registry, Mage::registry() to retrieve data and Mage::unregister() to delete registry entry.
0
574
posted 14 years ago by vrnet