<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sat, 13 Jun 2026 15:05:23 +0000</lastBuildDate>
    <item>
      <title>(PHP) Get TypoScript configuration everywhere - pogosheep</title>
      <link>https://snipplr.com/view/55790/get-typoscript-configuration-everywhere</link>
      <description>&lt;p&gt;I hate to configure everything twice or more often. So I use typoscript to configure everything at one place. To get this configuration in my php-scripts (perhaps a hook) I use this little Code:&#13;
&#13;
&#13;
First you need to include the typoscript parser. The you have to read your typoscript file. Then you can parse the file content.&#13;
$tsParser-&gt;setup contains the parsed typoscript.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Jun 2011 00:46:29 UTC</pubDate>
      <guid>https://snipplr.com/view/55790/get-typoscript-configuration-everywhere</guid>
    </item>
    <item>
      <title>(PHP) Debug extbase-SQL-Querys - pogosheep</title>
      <link>https://snipplr.com/view/55225/debug-extbasesqlquerys</link>
      <description>&lt;p&gt;You can debug the EXTBASE-SQL-Querys by inserting the debug-Code into the File "typo3\sysext\extbase\Classes\Persistence\Storage\Typo3DbBackend.php".&#13;
Search for the Method "buildQuery". That is where the querys are build. Insert your code and see the result.&#13;
For Example, add the lines before the return-Statement.&#13;
Change *your_table_name* to your table name. This will prevent you from dumping every Query. You just will see the querys for the specified table.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Jun 2011 18:00:56 UTC</pubDate>
      <guid>https://snipplr.com/view/55225/debug-extbasesqlquerys</guid>
    </item>
    <item>
      <title>(PHP) Localize with extbase static method - pogosheep</title>
      <link>https://snipplr.com/view/54602/localize-with-extbase-static-method</link>
      <description>&lt;p&gt;You can localize strings with the following static method. The first Parameter is the string you want to localize. It's the same string as in the locallang.xml-File defined as index. The second parameter is the extension key.&lt;/p&gt;</description>
      <pubDate>Mon, 30 May 2011 22:10:14 UTC</pubDate>
      <guid>https://snipplr.com/view/54602/localize-with-extbase-static-method</guid>
    </item>
    <item>
      <title>(PHP) Use Fluid standalone - pogosheep</title>
      <link>https://snipplr.com/view/54376/use-fluid-standalone</link>
      <description>&lt;p&gt;You can use fluid for example in oldschool plugins without using extbase.&lt;/p&gt;</description>
      <pubDate>Wed, 25 May 2011 21:06:48 UTC</pubDate>
      <guid>https://snipplr.com/view/54376/use-fluid-standalone</guid>
    </item>
    <item>
      <title>(PHP) TYPO3 Extbase Repository ignore storage pid - pogosheep</title>
      <link>https://snipplr.com/view/54339/typo3-extbase-repository-ignore-storage-pid</link>
      <description>&lt;p&gt;With this method you can overwrite the default settings.&#13;
So extbase will ignore the storage pid.&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 22:24:55 UTC</pubDate>
      <guid>https://snipplr.com/view/54339/typo3-extbase-repository-ignore-storage-pid</guid>
    </item>
    <item>
      <title>(jQuery) German datepicker configuration - pogosheep</title>
      <link>https://snipplr.com/view/53836/german-datepicker-configuration</link>
      <description>&lt;p&gt;This is a german configuration for the datepicker. So you can copy and use and don't have to rewrite it every time.&#13;
&#13;
Notice that this is just for the german way, if you need multiple languages use another way instead.&lt;/p&gt;</description>
      <pubDate>Fri, 20 May 2011 17:07:42 UTC</pubDate>
      <guid>https://snipplr.com/view/53836/german-datepicker-configuration</guid>
    </item>
    <item>
      <title>(PHP) Debug last TYPO3 SQL-Statement - pogosheep</title>
      <link>https://snipplr.com/view/40787/debug-last-typo3-sqlstatement</link>
      <description>&lt;p&gt;You can get the last query by using the following code.&#13;
Insert the first line before the query and TYPO3 will store each query.&#13;
You can get the last query with the second line.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Sep 2010 21:47:30 UTC</pubDate>
      <guid>https://snipplr.com/view/40787/debug-last-typo3-sqlstatement</guid>
    </item>
    <item>
      <title>(JavaScript) SplitPageParameters - pogosheep</title>
      <link>https://snipplr.com/view/39360/splitpageparameters</link>
      <description>&lt;p&gt;Splits the location.search into an object.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Aug 2010 22:03:56 UTC</pubDate>
      <guid>https://snipplr.com/view/39360/splitpageparameters</guid>
    </item>
    <item>
      <title>(jQuery) Select the specified option for alle html selects as jQuery. - pogosheep</title>
      <link>https://snipplr.com/view/38706/select-the-specified-option-for-alle-html-selects-as-jquery</link>
      <description>&lt;p&gt;Select the specified option for alle html selects as jQuery.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Aug 2010 07:31:17 UTC</pubDate>
      <guid>https://snipplr.com/view/38706/select-the-specified-option-for-alle-html-selects-as-jquery</guid>
    </item>
  </channel>
</rss>
