<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vork | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/vork/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Thu, 10 Jun 2010 07:36:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Datei-Endungen im Vork Framework</title>
		<link>https://nerdpress.org/2010/06/10/vork-framework-change-filetype-dateityp/</link>
		
		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:36:13 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[vork]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=1028</guid>

					<description><![CDATA[<p>Von Haus aus kommen im Vork Framework alle MVC Dateien ohne Endung daher. Wer das ändern möchte kann folgende Dinge tun: in der Klasse config in der Datei .config folgendes einfügen: dann erwartet vork im MVC Ordner Dateien mit der Endung .php. Um alle Dateien umzubenennen braucht man eigentlich nur Windows Vista, eine präzise Maus &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2010/06/10/vork-framework-change-filetype-dateityp/" class="more-link">Continue reading<span class="screen-reader-text"> "Datei-Endungen im Vork Framework"</span></a></p>
The post <a href="https://nerdpress.org/2010/06/10/vork-framework-change-filetype-dateityp/">Datei-Endungen im Vork Framework</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Von Haus aus kommen im <a href="http://vork.us">Vork Framework</a> alle MVC Dateien ohne Endung daher.<br />
Wer das ändern möchte kann folgende Dinge tun:</p>
<p>in der Klasse config in der Datei .config folgendes einfügen:</p>
<pre class="brush: php; title: ; notranslate">
public $fileExtension = '.php';
</pre>
<p>dann erwartet vork im MVC Ordner Dateien mit der Endung .php.<br />
Um alle Dateien umzubenennen braucht man eigentlich nur Windows Vista, eine präzise Maus und etwas Geduld.<br />
oder folgende Zeile:</p>
<pre class="brush: bash; title: ; notranslate">
find /myVorkFolder/mvc -type f -exec mv '{}' '{}'.php ;
</pre>
<p><span id="more-1028"></span><br />
Vork ist auf jeden Fall schnell und hat direkt einen Wrapper für PHP-MongoDB mit an Bord.<br />
Wie man Vork auschliesslich mit Mongo nutzen kann steht <a href="http://vork.us/install#otherdatabases">hier</a>:</p>
<pre class="brush: php; title: ; notranslate">
If you are exclusively using MongoDB as your database (and not using an RDBMS in conjunction) then
uncomment the last line in the dbConnect() method
self::$modelObjects = array('mongo');
and comment out lines
self::$db = new $db(...)
and
self::$modelObjects&#x5B;] = 'mongo';
as well as the last line in the .config file:
require '.config-rdbms'; 
</pre>The post <a href="https://nerdpress.org/2010/06/10/vork-framework-change-filetype-dateityp/">Datei-Endungen im Vork Framework</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
