<?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>S V N Labs Softwares &#187; CakePHP</title>
	<atom:link href="http://blog.svnlabs.com/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.svnlabs.com</link>
	<description>Entrepreneur, Blogger, LAMP Programmer, Linux Admin, Web Consultant, Cloud Manager, Apps Developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fatal error: Allowed memory size of 8388608 bytes exhausted</title>
		<link>http://blog.svnlabs.com/fatal-error-allowed-memory-size-of-8388608-bytes-exhausted/</link>
		<comments>http://blog.svnlabs.com/fatal-error-allowed-memory-size-of-8388608-bytes-exhausted/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 10:10:45 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Concentrate]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[allowed memory size exhausted]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[increase memory limit php]]></category>
		<category><![CDATA[memory_get_usage]]></category>
		<category><![CDATA[PHP APC]]></category>
		<category><![CDATA[System_Daemon]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=2204</guid>
		<description><![CDATA[Hits: 235&#160;&#160;PHP Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y) in file.php 1. memory_limit globally from php.ini memory_limit = 64M 2. memory_limit using .htaccess php_value memory_limit 64M 3. memory_limit inside a php script. ini_set(&#8216;memory_limit&#8217;, &#8217;64M&#8217;); To change the memory limit for one specific script by including a line such as [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/fatal-error-allowed-memory-size-of-8388608-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive Function for Nested Categories</title>
		<link>http://blog.svnlabs.com/recursive-function-for-nested-categories/</link>
		<comments>http://blog.svnlabs.com/recursive-function-for-nested-categories/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 15:56:33 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Concentrate]]></category>
		<category><![CDATA[Imagine]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Observe]]></category>
		<category><![CDATA[category based recursion]]></category>
		<category><![CDATA[createNestedList]]></category>
		<category><![CDATA[Nested Categories]]></category>
		<category><![CDATA[nested categories drop down]]></category>
		<category><![CDATA[Parent Child Categories]]></category>
		<category><![CDATA[PHP Recursive Function]]></category>
		<category><![CDATA[RecursiveCat]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=1871</guid>
		<description><![CDATA[Hits: 301&#160;&#160;Nested Categories over Drop Down Categories and its sub categories are always useful while developing simple to huge applications. Here is a simple php code to create multi-leveled nested categories on select box to those categories. CREATE TABLE `tb_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `name` varchar(255) NOT NULL PRIMARY [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/recursive-function-for-nested-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_add for php</title>
		<link>http://blog.svnlabs.com/json_add-for-php/</link>
		<comments>http://blog.svnlabs.com/json_add-for-php/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 02:37:00 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Concentrate]]></category>
		<category><![CDATA[Imagine]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Observe]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[add to json string]]></category>
		<category><![CDATA[JavaScript Object Notation]]></category>
		<category><![CDATA[json_add]]></category>
		<category><![CDATA[json_decode]]></category>
		<category><![CDATA[json_encode]]></category>
		<category><![CDATA[manipulate json]]></category>
		<category><![CDATA[php solution]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=858</guid>
		<description><![CDATA[Hits: 450&#160;&#160;JSON (JavaScript Object Notation) is a lightweight data-interchange format. 1. Easy for humans to read and write. 2. Easy for machines to parse and generate. 3. Collection of name/value pairs. 4. Used for C, C++, C#, Java, JavaScript, Perl, Python, and many others. 5. Compatible with universal data structures &#8211; array, vector, list, or [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/json_add-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Override PHP Function</title>
		<link>http://blog.svnlabs.com/override-php-function/</link>
		<comments>http://blog.svnlabs.com/override-php-function/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 17:05:23 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[function symbol table]]></category>
		<category><![CDATA[function to override]]></category>
		<category><![CDATA[Overrides built-in functions]]></category>
		<category><![CDATA[override_function() in PHP]]></category>
		<category><![CDATA[php hosting]]></category>
		<category><![CDATA[PHP Solutions]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=771</guid>
		<description><![CDATA[Hits: 173&#160;&#160;PHP have PECL (PHP Extension &#38; Community Library) function to override built-in functions by replacing them in the symbol table. bool override_function ( string $function_name , string $function_args , string $function_code ) &#60;?php override_function(&#8216;strlen&#8217;, &#8216;$string&#8217;, &#8216;return override_strlen($string);&#8217;); function override_strlen($string){ return strlen($string); } ?&#62; The above function &#8220;override_function()&#8221; require APD i.e. Advanced PHP Debugger. We [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/override-php-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP ORM &#8211; Create select box with mysql set or enum</title>
		<link>http://blog.svnlabs.com/php-orm-create-select-box-with-mysql-set-or-enum/</link>
		<comments>http://blog.svnlabs.com/php-orm-create-select-box-with-mysql-set-or-enum/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 08:55:12 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[create box runtime]]></category>
		<category><![CDATA[eval in php]]></category>
		<category><![CDATA[eval set enum]]></category>
		<category><![CDATA[evaluate string as PHP]]></category>
		<category><![CDATA[magic of eval]]></category>
		<category><![CDATA[object relationship model]]></category>
		<category><![CDATA[PHP ORM]]></category>
		<category><![CDATA[php solution]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=704</guid>
		<description><![CDATA[Hits: 857&#160;&#160;PHP have rich set of functions to solve real time problems in programming and web development.. thanks to Rasmus Lerdorf eval &#8212; Evaluate a string as PHP code A SET datatype can hold any number of strings from a predefined list of strings. The ENUM datatype restricts to a single member of the set [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/php-orm-create-select-box-with-mysql-set-or-enum/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CakePHP vs YII</title>
		<link>http://blog.svnlabs.com/cakephp-vs-yii/</link>
		<comments>http://blog.svnlabs.com/cakephp-vs-yii/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 17:02:30 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Active record pattern]]></category>
		<category><![CDATA[cakephp features]]></category>
		<category><![CDATA[CakePHP vs YII]]></category>
		<category><![CDATA[comparision CakePHP and YII]]></category>
		<category><![CDATA[difference between YII & CakePHP]]></category>
		<category><![CDATA[i18n & l10n?]]></category>
		<category><![CDATA[MVC Push & Pull]]></category>
		<category><![CDATA[opensource framework]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[RBAC]]></category>
		<category><![CDATA[YesItIs]]></category>
		<category><![CDATA[Yii features]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=655</guid>
		<description><![CDATA[Hits: 1002&#160;&#160;Have you checked my previous article on CakePHP&#8230; http://blog.svnlabs.com/2009/11/cakephp-in-svnlabs/ Yii (Yes, it is) &#8212; a high-performance component-based PHP framework best for developing large-scale Web applications. Yii have features, including MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/cakephp-vs-yii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Framework vs CMS</title>
		<link>http://blog.svnlabs.com/framework-vs-cms/</link>
		<comments>http://blog.svnlabs.com/framework-vs-cms/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 18:55:00 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Framework vs CMS]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Oscommerce]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=628</guid>
		<description><![CDATA[Hits: 108&#160;&#160;Framework: A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. 1. CodeIgniter 2. CakePHP 3. Zend 4. Symfony CMS: A content management system (CMS) is the collection of procedures used to manage work flow in a collaborative environment. These procedures [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/framework-vs-cms/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Create ZIP archives with PHP script and PEAR class</title>
		<link>http://blog.svnlabs.com/create-zip-archives-with-php-script-and-pear-class/</link>
		<comments>http://blog.svnlabs.com/create-zip-archives-with-php-script-and-pear-class/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 17:10:34 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Create ZIP archives]]></category>
		<category><![CDATA[Create ZIP archives with PHP script and PEAR class]]></category>
		<category><![CDATA[make archive]]></category>
		<category><![CDATA[makezip]]></category>
		<category><![CDATA[PEAR Archive_Zip]]></category>
		<category><![CDATA[PEAR class]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=527</guid>
		<description><![CDATA[Hits: 230&#160;&#160;We can use PEAR to process zip files in PHP using Archive_Zip&#8230;. First set PEAR path in php include path using set_include_path Make Zipped file &#60;?php include (&#8216;Archive/Zip.php&#8217;);        // include PEAR ZIP package $obj = new Archive_Zip(&#8216;test.zip&#8217;);  // zipped file name $files = array(&#8216;svnlabs/1.gif&#8217;, &#8216;svnlabs/resume.doc&#8217;, &#8216;svnlabs/invoice.xls&#8217;);   // files add to zip if ($obj-&#62;create($files)) { [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/create-zip-archives-with-php-script-and-pear-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; File Upload Stream</title>
		<link>http://blog.svnlabs.com/php-file-upload-stream/</link>
		<comments>http://blog.svnlabs.com/php-file-upload-stream/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 16:28:23 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[file transfer using http]]></category>
		<category><![CDATA[file upload from server1 to server2]]></category>
		<category><![CDATA[File Upload Stream]]></category>
		<category><![CDATA[HTTP Add file]]></category>
		<category><![CDATA[HTTP_REQUEST]]></category>
		<category><![CDATA[pear is great]]></category>
		<category><![CDATA[upload file to remote server]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=446</guid>
		<description><![CDATA[Hits: 392&#160;&#160;PHP supports upload file stream&#8230; we can stream data to server using PHP stream_open() &#38; stream_write() functions. There is alternate method in PEAR to transfer files to server1 to server2. PEAR have HTTP package for uploading files. HTTP_Request supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc. &#60;?php require_once&#160;"HTTP/Request.php"; $req&#160;=&#38;&#160;new&#160;HTTP_Request("http://domain.com/upload"); $req-&#62;setBasicAuth("login",&#160;"pass"); $req-&#62;setMethod(HTTP_REQUEST_METHOD_POST); [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/php-file-upload-stream/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magic of PEAR &#8211; Date TimeZone</title>
		<link>http://blog.svnlabs.com/magic-of-pear-date-timezone/</link>
		<comments>http://blog.svnlabs.com/magic-of-pear-date-timezone/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:27:29 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Oscommerce]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[calculate PHP date]]></category>
		<category><![CDATA[converting between time zones in PHP]]></category>
		<category><![CDATA[Daylight saving time around the world]]></category>
		<category><![CDATA[Daylight Shifting Time]]></category>
		<category><![CDATA[Daylight Time Shifting]]></category>
		<category><![CDATA[DST]]></category>
		<category><![CDATA[PEAR - PHP Extension and Application Repository]]></category>
		<category><![CDATA[pear day light saving]]></category>
		<category><![CDATA[php daylight saving]]></category>
		<category><![CDATA[php-dst]]></category>
		<category><![CDATA[Using PEAR Date]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=404</guid>
		<description><![CDATA[Hits: 703&#160;&#160;PEAR is a framework and distribution system for reusable PHP components. How we get PEAR packages with php files? Add block of code to the php file&#8230;. &#60;?php // include PEAR class include (&#8220;Date.php&#8221;); // initialize Date object $d = new Date(&#8220;1981-08-07 01:30:11&#8243;); // retrieve date to display echo $d-&#62;getDate(); // retrieve date as [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/magic-of-pear-date-timezone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install the Alternative PHP Cache (APC)</title>
		<link>http://blog.svnlabs.com/install-the-alternative-php-cache-apc/</link>
		<comments>http://blog.svnlabs.com/install-the-alternative-php-cache-apc/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:40:01 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[install apc]]></category>
		<category><![CDATA[install memcache]]></category>
		<category><![CDATA[query cache]]></category>
		<category><![CDATA[speedup application]]></category>
		<category><![CDATA[svlinux]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=392</guid>
		<description><![CDATA[Hits: 128&#160;&#160;The Alternative PHP Cache (APC) is a free, open, and robust framework for caching and optimizing PHP intermediate code. yum install php-pear yum install php-devel httpd-devel yum groupinstall ‘Development Tools’ yum groupinstall ‘Development Libraries’ pecl install apc http://si2.php.net/manual/en/install.pecl.php Other PostsInstall JSON on linuxInstall libpurple with PHPInstall PECL Memcache with LAMPPInstalling Apache, MySQL, PHP in [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/install-the-alternative-php-cache-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install JSON on linux</title>
		<link>http://blog.svnlabs.com/install-json-on-linux/</link>
		<comments>http://blog.svnlabs.com/install-json-on-linux/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:26:40 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[C-json]]></category>
		<category><![CDATA[Install json on linux]]></category>
		<category><![CDATA[Java-json]]></category>
		<category><![CDATA[JavaScript Object Notation]]></category>
		<category><![CDATA[JavaScript-json]]></category>
		<category><![CDATA[json pear]]></category>
		<category><![CDATA[name value pairs]]></category>
		<category><![CDATA[ordered list of values]]></category>
		<category><![CDATA[Perl-json]]></category>
		<category><![CDATA[Python-json]]></category>
		<category><![CDATA[use json as ajax parameters]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=355</guid>
		<description><![CDATA[Hits: 327&#160;&#160;Have the fun with json&#8230;. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. # yum -y install php-pear # pecl install json # vi /etc/php.d/json.ini extension=json.so # service httpd restart Other Postsjson_add for phpPretty Print [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/install-json-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trim and remove empty key &amp; value in php array</title>
		<link>http://blog.svnlabs.com/trim-and-remove-empty-key-value-in-php-array/</link>
		<comments>http://blog.svnlabs.com/trim-and-remove-empty-key-value-in-php-array/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 19:40:21 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Oscommerce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[array_trim()]]></category>
		<category><![CDATA[empty key]]></category>
		<category><![CDATA[empty value]]></category>
		<category><![CDATA[get filled array]]></category>
		<category><![CDATA[php array trim]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=237</guid>
		<description><![CDATA[Hits: 47&#160;&#160;Here is the PHP function that will remove empty key =&#62; value in PHP array&#8230; function array_trim($sv) { $s = 0; $svn = null; $c = count($sv); for($i = 0; $i &#60; $c; $i++) { if($sv[$i] != &#8220;&#8221;){ $svn[$s++] = trim($sv[$i]); } } return $svn; } $svarray = array(&#8216;   &#8216;, &#8216;svlinux&#8217;, &#8216;svnlabs&#8217;, &#8216;lamp&#8217;, &#8221;); [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/trim-and-remove-empty-key-value-in-php-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP in svnlabs</title>
		<link>http://blog.svnlabs.com/cakephp-in-svnlabs/</link>
		<comments>http://blog.svnlabs.com/cakephp-in-svnlabs/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 05:49:00 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[CakePHP in svnlabs]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[rapid development framework]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=223</guid>
		<description><![CDATA[Hits: 110&#160;&#160;CakePHP is the rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. It follows design patterns like MVC and ORM, CakePHP reduces development costs and helps developers write less code. Features of CakePHP: - Extremely Simple. - Active, Friendly Community. - Flexible License. - Clean IP - [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/cakephp-in-svnlabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

