<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-12515990</id><updated>2011-04-21T11:33:16.951-07:00</updated><title type='text'>Venturing Into PHP World!</title><subtitle type='html'>Trying to use PHP for my new personal project. Coming off from Java world, it's not a easy task. But I should give it a try before I denounce it. Hope this experience would be helpful to others.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12515990.post-114641624074440326</id><published>2006-04-30T09:50:00.000-07:00</published><updated>2006-04-30T09:57:20.753-07:00</updated><title type='text'>Object face of PHP</title><content type='html'>With PHP 5, the true object-oriented programming can be used. I was reading the book on PHP and started comparing it with Java. Coming from Java, it's very natural for me to compare PHP with Java. When one spends more than 10 years in java technology, it's very natural that every programming has to be done in object oriented fashion. The whole thinking process can only be object-oriented.&lt;br /&gt;&lt;br /&gt;I was very happy to note that PHP has tried to follow all the OOP in it's new avataar. Now, it's easy to think and implement OOP in PHP without any hesitation. Except the constructor. I don't know why PHP had to do this. Because in Java, the constructor has the same name as the class name. But in PHP, the constructor is defined as __constructor. This is unique, but nothing very exceptional. This can be forgiven.&lt;br /&gt;&lt;br /&gt;Another point is the access scope of methods and variables in PHP. In Java, if you don't define the access of the variable and  method, then the default is the package level visbility. Because PHP does not have package concept, hence the default visibility is public. So it would be a good programming practice to not to leave out the access scope definition. Always define the access scope for each variable and method.&lt;br /&gt;&lt;br /&gt;I am also a little confused about the static variables. In Java, there is a classloader that can load the static variables and methods without the instantiation of the class. I don't know how it works in PHP because in PHP every php file is running in it's own scope. I would try to clarify more about it as I go along.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114641624074440326?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114641624074440326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114641624074440326' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114641624074440326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114641624074440326'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/04/object-face-of-php.html' title='Object face of PHP'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-114327970643057322</id><published>2006-03-25T01:38:00.000-08:00</published><updated>2006-03-25T01:41:46.446-08:00</updated><title type='text'>Upgrading to PHP 5 and MYSQL 5</title><content type='html'>The next step is upgrading to PHP 5 and MySQL 5 in my linux machine. The easiest solution is to get &lt;a href="http://www.apachefriends.org/en/xampp-linux.html"&gt;XAMPP for Linux &lt;/a&gt;(previously called as LAMPP). The 1.5.1 version supports Apache 2.0, PHP 5 and Mysql 5. They have detailed instruction on how to install it. However, this is not an upgrade package. You have to manualy migrate your existing information with this one.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/XAMPP"&gt;XAMPP&lt;/a&gt;, &lt;a href="http://technorati.com/tag/lampp"&gt;LAMPP&lt;/a&gt;, &lt;a href="http://technorati.com/tag/php"&gt;PHP&lt;/a&gt;, &lt;a href="http://technorati.com/tag/mysql"&gt;MYSQL&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114327970643057322?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114327970643057322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114327970643057322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114327970643057322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114327970643057322'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/03/upgrading-to-php-5-and-mysql-5.html' title='Upgrading to PHP 5 and MYSQL 5'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-114327752772820265</id><published>2006-03-25T01:00:00.000-08:00</published><updated>2006-03-25T01:05:27.740-08:00</updated><title type='text'>Success with Subversion</title><content type='html'>Finally I had success with Subversion.&lt;br /&gt;&lt;br /&gt;I upgraded the subversion to 1.2.3. Also I installed appropriate mod_dav for it.&lt;br /&gt;&lt;br /&gt;But I think the trick is understanding two things:&lt;br /&gt;&lt;ol&gt;   &lt;li&gt;Difference between SVNParentPath and SVNPath&lt;br /&gt;  &lt;/li&gt;   &lt;li&gt;Difference between project and repository.&lt;/li&gt; &lt;/ol&gt; Now here is the basic point. SVN does not understand projects. All it understands is repository. So if you want to make one repository and keep multiple projects under it, that would work. Also you can create one repository for each project.&lt;br /&gt;&lt;br /&gt;However, depending on this selection, you have to use SVNPath or SVNParentPath in httpd.conf. If you are using one repository then use SVNPath. Using SVNParentPath would result in 403 Forbidden error. If you want to use multiple repository, then use SVNParentPath.&lt;br /&gt;&lt;br /&gt;It took me long time to figure it out. May be if I woudl have understodd this before, it would have worked for me in the older version too. However, I am running a better version, I assume.:)&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/Subversion"&gt;Subversion&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114327752772820265?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114327752772820265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114327752772820265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114327752772820265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114327752772820265'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/03/success-with-subversion.html' title='Success with Subversion'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-114314361966392211</id><published>2006-03-23T11:52:00.000-08:00</published><updated>2006-03-23T12:08:00.090-08:00</updated><title type='text'>PHP framework comparison</title><content type='html'>Here is a link to the site that compares 10 of the 40 frameworks for PHP. Worth a read!&lt;br /&gt;&lt;a href="http://www.phpit.net/article/ten-different-php-frameworks/"&gt;&lt;br /&gt;Framework Comparison&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/PHP"&gt;PHP&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Frameworks"&gt;Frameworks&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114314361966392211?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114314361966392211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114314361966392211' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114314361966392211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114314361966392211'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/03/php-framework-comparison.html' title='PHP framework comparison'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-114314201978668831</id><published>2006-03-23T11:13:00.000-08:00</published><updated>2006-03-23T12:09:09.200-08:00</updated><title type='text'>Sleepless with Subversion</title><content type='html'>i was happy with Perforce. Because Perforce gives a 2 client/2user version for free. Being the only developer, it should work out fine. But I thought in case going forward, if more friends of mine would like to help me out, then I would run out of perforce license. So I decided to give subversion a try because I am not kind of not happy with CVS and the way things work with cvs..:) After googling and reading, I kind of like subvrsion. But also I got warning that it would be tough to install.&lt;br /&gt;&lt;br /&gt;My current server is mandrake/mandriva(why did they change the name?) 10.2. It came with a subversion 1.0.1-dev. And boy that started my sleepless night!&lt;br /&gt;&lt;br /&gt;After all the configurations done, I can't view the repository and it gives me 403 forbidden access.&lt;br /&gt;&lt;br /&gt;After spending considerable amount of time with all th permutation and combination, I lost hope on that. I decided to upgrade to the newer version. The compatible version with mandrake 2006 is Subversion 1.2.3.&lt;br /&gt;&lt;br /&gt;When I tried to install it, it gave me some error about libkrb5support.so.0 missing. Now I have to install everything about kerbo complier etc.&lt;br /&gt;&lt;br /&gt;I will update when I am done with it.&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/subversion"&gt;Subversion&lt;/a&gt;, &lt;a href="http://technorati.com/tag/mandriva"&gt;Mandriva&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114314201978668831?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114314201978668831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114314201978668831' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114314201978668831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114314201978668831'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/03/sleepless-with-subversion.html' title='Sleepless with Subversion'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-114246191351754694</id><published>2006-03-15T14:30:00.000-08:00</published><updated>2006-03-23T12:10:17.233-08:00</updated><title type='text'>PHP MVC Framework</title><content type='html'>While searching in google, I stumbled across the MVC framework for PHP called "Mojavi". The current stable version is 2.0.0 and the upcoming version is 3.0. Please check the  links on the right side to visit the web site.&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/php"&gt;PHP&lt;/a&gt;, &lt;a href="http://technorati.com/tag/mvc"&gt;MVC&lt;/a&gt;, &lt;a href="http://technorati.com/tag/mojavi"&gt;Mojavi&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114246191351754694?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114246191351754694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114246191351754694' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114246191351754694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114246191351754694'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/03/php-mvc-framework.html' title='PHP MVC Framework'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-114245419650681304</id><published>2006-03-15T12:15:00.001-08:00</published><updated>2006-03-15T13:14:14.456-08:00</updated><title type='text'>Bringing back the life!</title><content type='html'>Well, I got busy with lots of other stuff and hardly got any time to get back to PHP. During this time, PHP has moved to PHP 5 and now everybody is talking about object-oriented PHP.&lt;br /&gt;&lt;br /&gt;Now I am trying to get back on track and learning PHP again. While doing that, I am also trying to learn integrating flash with PHP. It would be very interesting going forward. Hopefully, I can give enough time for this. And also would try to update this blog as often as I can.&lt;br /&gt;&lt;br /&gt;Currently the books I am trying to read are :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/1590594665/qid=1142453919/sr=1-2/ref=sr_1_2/103-8532584-8400606?s=books&amp;v=glance&amp;amp;n=283155"&gt;Foundation PHP 5 for Flash&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/1590593804/qid=1142453997/sr=2-1/ref=pd_bbs_b_2_1/103-8532584-8400606?s=books&amp;v=glance&amp;amp;n=283155"&gt;PHP 5 Objects, Patterns and Practice&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;It's very interesting that the first book one can use to learn PHP too. Just skip the sections that relates to Flash. At least I am doing that. Do I really need any other PHP 5 book to learn?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-114245419650681304?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/114245419650681304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=114245419650681304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114245419650681304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/114245419650681304'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2006/03/bringing-back-life.html' title='Bringing back the life!'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-111497214729575654</id><published>2005-05-01T11:22:00.000-07:00</published><updated>2005-05-01T11:29:07.296-07:00</updated><title type='text'>What's with "$" sign?</title><content type='html'>Well, now that I have started doing some coding, on thing has started bothering me a lot. The "$" sign. Why? Whys is there a $ sign before any variable? Is php interpreter can not distinguish variables and function etc? Many other languages don't have it. But why PHP? I know Perl has the same thing. &lt;br /&gt;&lt;br /&gt;This draws one conclusion: was it written for UNIX only or started out from UNIX. But it does not provide a strong support. Because C was developed form UNIX only and C does not have $ sign. Interpreted languages like ASP does not have it. But then what forced it in PHP?&lt;br /&gt;&lt;br /&gt;The $sign writing is not only irritating, but it makes the code look more geeky and hacky. However professional you try to make it look like, but still the $ bites!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-111497214729575654?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/111497214729575654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=111497214729575654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/111497214729575654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/111497214729575654'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2005/05/whats-with-sign.html' title='What&apos;s with &quot;$&quot; sign?'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-111475583726200018</id><published>2005-04-28T23:04:00.000-07:00</published><updated>2005-04-28T23:29:00.956-07:00</updated><title type='text'>Choosing the right IDE</title><content type='html'>I tried playing around with three different types of IDEs.&lt;br /&gt;&lt;br /&gt;The first one is Komodo from &lt;a href="http://www.activestate.com"&gt;ActiveState&lt;/a&gt;. I wanted to try it because it has perforce source control support. However, I don't know, it was kind of difficult for me to use it. I read that it is based on the VS.Net interface. But I guess I haven't had a chance to use VS.Net for a long time. Plus I am so used to Eclipse. I took me a whole lot of time to get used to this software.&lt;br /&gt;&lt;br /&gt;Because I wanted to use Phing to do some basic code generation and building, I wanted to write a build.xml. But surprise! Komodo does not support writing an XML file. Those who don't know what Phing is, here is a short introduction. Phing is similar to Ant. Using Ant in java we can automate a lot of build processes. In the same way, Phing can be used. So Phing is built in the similar way. The build file syntax is more or less same as we write in Ant. As Komodo does not support writing this type of file, it got a negative point from me. And I had to abandon it.&lt;br /&gt;&lt;br /&gt;Second one I tried is not an IDE, but a plug-in for Eclipse from &lt;a href="http://www.xored.com"&gt;Xored&lt;/a&gt; called TruStudio. Being an avid user of Eclipse, I found it very comfortable to go back to Eclipse. So I installed the plug-in and restarted Eclipse. Once back in Eclipse, I could create a PHP project and added my source directory etc. One thing I could not find is to add additional libraries that I need like Phing, Propel etc to build the project. There was no option to add such. One minus point for TruStudio. I could create my build.properties and build.xml file because Eclipse has native support for it. I know it would allow me add all the tasks that Ant supports, not Phing. But because Phing supports many of those similar tasks, I can live with it.&lt;br /&gt;&lt;br /&gt;Now as I said, I am using Perforce as my source control, I wanted to add a task for adding source file to source control. Ant has an optional task called P4Add to do this. I wanted to create a similar one for Phing. Doing this is very simple in Phing. I just have to create a new PHP file under task directory with appropriate package structure in place. And then I would define a taskdef in the build.xml and I am ready to use the task. But when I create a PHP file using TruStudio, I found that it created a blank file. No template for PHP. I though I could define one. But no. There is no option to do that. Second and major negative point for TruStduio. Unless somebody tells me how to do that, I think I am done with TruStudio. It's struck out of my list.&lt;br /&gt;&lt;br /&gt;The third one I tried is PHPEclipse from &lt;a href="http://www.phpeclipse.de"&gt;phpeclipse.de&lt;/a&gt;. It's a plugin like TruStudio for Eclipse. I installed it and so far so good. I could use it and it is fitting into my requirement till now. I could add additional library path for build. There is template defined for new php files. Looks pretty promising to me.&lt;br /&gt;&lt;br /&gt;So I think I am gonna stick with PHPEclipse until I find a major shortcoming with it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-111475583726200018?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/111475583726200018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=111475583726200018' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/111475583726200018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/111475583726200018'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2005/04/choosing-right-ide.html' title='Choosing the right IDE'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12515990.post-111473415884877103</id><published>2005-04-28T17:18:00.000-07:00</published><updated>2005-05-01T11:22:00.970-07:00</updated><title type='text'>Setting it up</title><content type='html'>So I decided to create an web application for my personal site. After working with Java for so long, at first I decided that I would use java for that. But java seems to be overkill for that. It's not an enterprise level application. It's just an application which is going to be modular and only thing it needs to do is store data in database. Don't mistake me. I like java. But it's heavy-weight for my requirement. I thought why not use PHP- A new language which is looking promising year after year.&lt;br /&gt;&lt;br /&gt;With PHP 5 looking more object oriented, I decided I should go ahead and give a try. So far I have done the following:&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Downloaded &lt;a href="http://www.apachefriends.org/en/"&gt;XAMPP&lt;/a&gt; package and installed.&lt;br /&gt;&lt;li&gt;For the IDE, I am still toying with Eclipse + PHpEclipse / TruStudio. I have Perforce and eclipse has a nice plugin for it. Plus I am so used to Eclipse.&lt;br /&gt;&lt;li&gt;MySQL as the database server.&lt;br /&gt;&lt;li&gt;Phing to use as build script.&lt;br /&gt;&lt;li&gt;Propel as the persistent layer.&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;I have not yet started doing anything. But I have the idea of building it the n-tier way. So I am going the same way: adding layers.&lt;br /&gt;Client &lt;--&gt;PHP&lt;--&gt;Propel&lt;--&gt;Creole &lt;--&gt;MySQL&lt;br /&gt;&lt;br /&gt;Hopefully this would work out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12515990-111473415884877103?l=php-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-blog.blogspot.com/feeds/111473415884877103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12515990&amp;postID=111473415884877103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/111473415884877103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12515990/posts/default/111473415884877103'/><link rel='alternate' type='text/html' href='http://php-blog.blogspot.com/2005/04/setting-it-up.html' title='Setting it up'/><author><name>Bidyut</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://i3.photobucket.com/albums/y55/bidyut/me.gif'/></author><thr:total>0</thr:total></entry></feed>
