<?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>Vacuum Diagrams &#187; PHP</title>
	<atom:link href="http://www.debnath.in/posts/category/technology/php-technology/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debnath.in</link>
	<description>Random thoughts about nothing in particular</description>
	<lastBuildDate>Wed, 23 Feb 2011 04:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Application specific Zend_Tool providers in Zend Framework</title>
		<link>http://www.debnath.in/posts/application-specific-zend_tool-providers-in-zend-framework</link>
		<comments>http://www.debnath.in/posts/application-specific-zend_tool-providers-in-zend-framework#comments</comments>
		<pubDate>Wed, 17 Nov 2010 10:31:29 +0000</pubDate>
		<dc:creator>Suman Debnath</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.debnath.in/?p=56</guid>
		<description><![CDATA[Currently the only way for Zend_Tool to pick up your custom providers is to add the provider directory to the php include path. This is especially problematic if you have multiple applications in one server.
One workaround I use is to create a script wrapping zf.sh in [APP_ROOT]/script:
#!/bin/sh
ZF_CONFIG_FILE=$(pwd)&#8217;/application/configs/zf.ini&#8217;
export ZF_CONFIG_FILE
ZEND_TOOL_INCLUDE_PATH_PREPEND=$(pwd)&#8217;/providers&#8217;
export ZEND_TOOL_INCLUDE_PATH_PREPEND
`which zf` $@
If you have integrated the [...]]]></description>
			<content:encoded><![CDATA[<p>Currently the only way for <a href="http://framework.zend.com/manual/en/zend.tool.html" target="_blank">Zend_Tool</a> to pick up your custom <a href="http://framework.zend.com/manual/en/zend.tool.project.providers.html" target="_blank">providers</a> is to add the provider directory to the php include path. This is especially problematic if you have multiple applications in one server.</p>
<p>One workaround I use is to create a script wrapping zf.sh in [APP_ROOT]/script:</p>
<blockquote><p>#!/bin/sh</p>
<p>ZF_CONFIG_FILE=$(pwd)&#8217;/application/configs/zf.ini&#8217;</p>
<p>export ZF_CONFIG_FILE</p>
<p>ZEND_TOOL_INCLUDE_PATH_PREPEND=$(pwd)&#8217;/providers&#8217;</p>
<p>export ZEND_TOOL_INCLUDE_PATH_PREPEND</p>
<p>`which zf` $@</p></blockquote>
<p>If you have integrated the Zend library in your application, you can add the zf scripts in the same folder as the script. The last line then becomes:</p>
<blockquote><p>$(pwd)/script/zf.sh $@</p></blockquote>
<p>Now you can use script/zfc instead of zf and all of your custom providers should get loaded correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debnath.in/posts/application-specific-zend_tool-providers-in-zend-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>India soon to be the biggest source of PHP developers?</title>
		<link>http://www.debnath.in/posts/india-soon-to-be-the-biggest-source-of-php-developers</link>
		<comments>http://www.debnath.in/posts/india-soon-to-be-the-biggest-source-of-php-developers#comments</comments>
		<pubDate>Fri, 31 Jul 2009 08:57:32 +0000</pubDate>
		<dc:creator>Suman Debnath</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpclasses]]></category>

		<guid isPermaLink="false">http://www.debnath.in/?p=18</guid>
		<description><![CDATA[From Manuel Lemos of PHPClasses:
The number of Indian PHP developers has been growing at a large pace in the last few years, when compared to other countries. A few years ago, India was just one of the top ten countries with more PHP developers. Now India is number 2 and is almost surpassing United States, [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.phpclasses.org/blog/post/99-India-will-become-number-1-source-of-PHP-developers-soon.html">Manuel Lemos</a> of <a href="http://www.phpclasses.org">PHPClasses</a>:</p>
<blockquote><p>The number of Indian PHP developers has been growing at a large pace in the last few years, when compared to other countries. A few years ago, India was just one of the top ten countries with more PHP developers. Now India is number 2 and is almost surpassing United States, which is still number 1.</p></blockquote>
<p>While it is difficult to take such broad conclusions seriously based on member statistics of a single community, PHPClasses does have a large user base and can arguably be considered representative. Any article tagged India and software these days attract the usual crap about how Indian developers are the worst and how everybody who outsources to India never does it again. So I was surprised when some of the usually &#8217;silent&#8217; majority of the client base who continue outsourcing development to India came out to defend their decision.</p>
<p>I did come away with a very interesting <a href="http://www.phpclasses.org/winners/">statistic</a>; Indian developers have won most awards this year for their contribution against sizable competition. Most Indian developers I meet have difficulty understanding the concept of giving back to the community, so it&#8217;s always refreshing to see a number of people doing exactly that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debnath.in/posts/india-soon-to-be-the-biggest-source-of-php-developers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TYPO3 Front End User Extensions : Login Box</title>
		<link>http://www.debnath.in/posts/typo3-front-end-user-extensions-login-box</link>
		<comments>http://www.debnath.in/posts/typo3-front-end-user-extensions-login-box#comments</comments>
		<pubDate>Sun, 26 Aug 2007 14:45:11 +0000</pubDate>
		<dc:creator>Suman Debnath</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[ter]]></category>

		<guid isPermaLink="false">http://www.debnath.in/index.php/2007/08/26/typo3-front-end-user-extensions-login-box/</guid>
		<description><![CDATA[Back when I was actively involved with TYPO3 projects, one item in my wish list was a login box for front end users which would allow granular control over pages where the user is redirected after successful login. Naturally, when Chetan and me got together recently to contribute a suite of plug-ins related to the front end user, this functionality was on the top of my mind.]]></description>
			<content:encoded><![CDATA[<p>Back when I was actively involved with TYPO3 projects, one item in my wish list was a login box for front end users which would allow granular control over pages where the user is redirected after successful login. Naturally, when Chetan and me got together recently to contribute a <a href="http://typo3.org/extensions/repository/view/cs_feuser_suite/">suite of plug-ins related to the front end user</a>, this functionality was on the top of my mind.</p>
<p>The login box has some standard features like storage folder for user records, etc. However the redirection options allow much more control than other plug-ins. You can have a global redirection page just like you are used to. However, using Typoscript blocks you can have a different configuration for every individual user if you want. But I suppose the group level controls would be much more used in practice. You only have to add blocks when you want something different since the other settings act as fallbacks if there is nothing set for the current user or group, in that order.</p>
<p>Unlike many other contributions to the <a href="http://typo3.org/extensions">TER</a>, this extension is not derived from some commercial work. We wanted to contribute something we wanted for ourselves when we were working with TYPO3. The current release as of the time of writing contains only the login box since we have also tried to create a robust framework for future developments (Chetan was responsible for all the framework related work). In the coming weeks, we have plans to add some very interesting features and plug-ins to the suite.</p>
<p><strong>Extension download and documentation</strong><br />
<a href="http://typo3.org/extensions/repository/view/cs_feuser_suite/">FE User Suite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debnath.in/posts/typo3-front-end-user-extensions-login-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

