<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - FazzyX</title>
<link>http://snipplr.com/users/FazzyX</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 23:08:20 GMT</pubDate>
<item>
<title>(PHP) Extbase: Make a (deep) copy of the model</title>
<link>http://snipplr.com/view/70118/extbase-make-a-deep-copy-of-the-model/</link>
<description><![CDATA[ <p>You need a copy of your model and relations (ObjectStorage properties).
In this example there is a model Product with property ProductAddition (1:n relation).</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 20:51:43 GMT</pubDate>
<guid>http://snipplr.com/view/70118/extbase-make-a-deep-copy-of-the-model/</guid>
</item>
<item>
<title>(Perl) SearchAndDestroy</title>
<link>http://snipplr.com/view/51781/searchanddestroy/</link>
<description><![CDATA[ <p>Recursive delete of given file or folder, e.g. .svn folder
Call  : [Program] [SearchPath] [DeleteItem]</p> ]]></description>
<pubDate>Fri, 08 Apr 2011 22:22:40 GMT</pubDate>
<guid>http://snipplr.com/view/51781/searchanddestroy/</guid>
</item>
<item>
<title>(PHP) pageNotFoundHandling</title>
<link>http://snipplr.com/view/45465/pagenotfoundhandling/</link>
<description><![CDATA[ <p>TYPO3 pageNotFoundHandling with determination of 404 and 401/403 stats. 

Modify LOGIN_URL and NOTFOUND_URL !

Save as pageNotFoundHandling.php and point to this from Install Tool setting.

[FE][pageNotFound_handling] = USER_FUNCTION:fileadmin/scripts/pageNotFoundHandling.php:user_pageNotFound->pageNotFound

Enable cURL by setting [SYS][curlUse] = 1 at Install Tool

cURL must provide from system !

To get redirected after login to the request page, you have to use 'defined by GET/POST-Vars' at felogin redirect mode</p> ]]></description>
<pubDate>Wed, 08 Dec 2010 21:22:51 GMT</pubDate>
<guid>http://snipplr.com/view/45465/pagenotfoundhandling/</guid>
</item>
<item>
<title>(PHP) Password Class</title>
<link>http://snipplr.com/view/21150/password-class/</link>
<description><![CDATA[ <p>Object hold md5 and plain password by username</p> ]]></description>
<pubDate>Wed, 14 Oct 2009 03:10:42 GMT</pubDate>
<guid>http://snipplr.com/view/21150/password-class/</guid>
</item>
<item>
<title>(PHP) Password Function</title>
<link>http://snipplr.com/view/21149/password-function/</link>
<description><![CDATA[ <p>Generate random plain and md5 password. Depend on Password Class</p> ]]></description>
<pubDate>Wed, 14 Oct 2009 03:08:42 GMT</pubDate>
<guid>http://snipplr.com/view/21149/password-function/</guid>
</item>
</channel>
</rss>