What's your favorite PHP integrated development environment (IDE)?

1 Answer

Answer :

If I did PHP development, I’d probably use Coda: http://www.panic.com/coda/

Related questions

Description : What is the Arduino Integrated Development Environment (IDE)?

Last Answer : The Arduino Integrated Development Environment (IDE) is a software application used to write, compile, and upload code to an Arduino board.

Description : What's the best combiantion C++ Compiler+IDE for windows?

Last Answer : im not a 1337 c++ programmer, but my teacher had us use visual c++ express (you could use visual studio if u wanna pay) for a couple of my classes and it was pretty good as far as formatting and readability

Description : What's a good general-purpose Linux IDE?

Last Answer : mhm, well I use Gedit but all that is, is a simple text editor with nice theming. I use Eclipse for Java which is cool, anything else besides that I don’t know. Although I’d be interested in finding out, so if anyone does have a good alternative, please do stand up :)

Description : What's the best way to deploy a PHP application?

Last Answer : answer:debian package At a previous job I had to install/maintain a site written in CakePHP. I made it into a debian package. “aptitude install projectname” and you’re done (although I guess that is technically “touching the server”) Send me a PM and I can give you the details.

Description : What's the best editor for PHP/Javascript work?

Last Answer : Vim

Description : Is it possible to store PHP scripts in the cloud?

Last Answer : answer:Yes Simplest example would be to grab the script from a service, stick it in a variable and eval it. Could you provide an example of why you’d want to? I can’t think of a good reason to do it offhand.

Description : Which is better between PHP and ASP.net?

Last Answer : answer:I prefer PHP. It is well documented and very portable. ASP is non starter for me since I refuse to use IIS. I like Ruby and Python too. But when I have to start a project from scratch I use PHP and CodeIgniter.

Description : PHP problem with && and possibly a malfuntioning array?

Last Answer : answer:Unfortunately the examples above don't really shed a lot of light without some additional information. Maybe we can help with some troubleshooting tips in general? A couple of things that come to mind ... is where you're expecting it. Good luck with it, I hope it all comes together.

Description : Which windows application for writing PHP codes?

Last Answer : answer:Don’t know about compiling php? and debugging is also foreign to me. But Notepad++ is awesome.

Description : If I already know basic PHP/MySQL, what else should I learn to use Google App Engine?

Last Answer : answer:I am not an expert, I just started reading up on this myself, but here are a couple of starting points on data storage. Rather than a separately maintained SQL database, ... .com/appengine/articles/datastore/overview.html http://code.google.com/appengine/docs/python/datastore/overview.html

Description : PHP echo number of instances if specific word?

Last Answer : make a while loop that goes through the contents of the array. prior to the array define a counting variable and give it the value 0. during each loop, increase the value by 1 if the word “and” is encountered

Description : Make an archive-like page in PHP?

Last Answer : Hi Davey, Here is some quick and dirty code for your showarticlesfor($year)' function which should get the job done (NOTE: I am assuming you are using MySQL as your DBMS): function ... few breaks, and finally by the records (the while loop). References: MySQL DATE_FORMAT PHP mysql_fetch_assoc()

Description : How would I check if an XML element exists in PHP?

Last Answer : Wrap it in an if that checks for the existence first if($status->item(0)) { $eventStatus = $status->item(0)>getAttributeNode( value )->value; } and run from there, I haven't actually run your ... and does just about everything you'll want (then you can use the DOM stuff to fill in the blanks)

Description : How would I perform this operation on a string in PHP?

Last Answer : That isn’t XML, that’s HTML. Can you not grab the data in a format where times are stamps?

Description : [PHP] Forgot Password Help?

Last Answer : You could try using the built in PHP crypt() function, you pass the string and a salt you want to encrypt, then to decrypt it use the decrypt() function and the same salt. That should give you the same password back. Though really you should try to push for a randomly generated password on reset.

Description : Referencing a class from another class [PHP]?

Last Answer : Great question! I wish I knew.

Description : Cloning Objects in PHP?

Last Answer : I usually use it when I'm at a midpoint that I'll be using for several objects. How about a oversimplified example just to illustrate the point? If I'm programming a Christmas story and have ... formatted request that I'll be reusing, and then clone the XML object before filling in the particulars.

Description : Does including a file with lots of functions slow down PHP applications?

Last Answer : It is always better to short the calls to the server, so it is a good practice to keep it in one file and one call. But also the the size of the file been called sometimes slows ... the time periods of the requests to the server. There is also PHPSpeedy that makes the requests significantly faster.

Description : I'm in PHP right now. Will a transition to Objective-C be relatively easy, or do you think I should try other languages first?

Last Answer : answer:Objective-C is a compiled language, strong typed, then is different to Php in many ways. Since 2.0 version, Obj-C has its own garbage-collector for memory management. I don't try to ... want to do with Objective-C ? Cocoa framework is really interesting, you should take a look at it !

Description : What is the best php framework?

Last Answer : I have found cake to be the most portable and easy to install. If I had to choose a MVC PHP framework I would go with Cake.

Description : Cut a string into pieces (PHP! ;-) )

Last Answer : You could use substr while looping up to the length of the string and using array_push to build your $string_array.

Description : Anybody know how I can integrate .zip files with PHP?

Last Answer : http://www.net2ftp.com/ allows you to do this. You could dig through the source (you can download it there) and figure out how they did it. Or you could just install net2ftp and have them use that instead.

Description : Free PHP Web Server for Dreamweaver?

Last Answer : answer:This is probably your best bet for getting PHP, Apache, and MySQL running easily. http://www.apachefriends.org/en/xampp.html It works well on most operating systems. I can't help with Dreamweaver ... add that xampp runs on your computer. No need for a external server. It is great for testing.

Description : External Link to PHP module execute twice?

Last Answer : answer:I'm not sure I understand the question correctly, but if I do: it sounds like whatever program you're embedding your link in ( email or word document ) is loading the URL more than once. It' ... has been moved, and only raises an error if the appropriate row can't be found in either table.

Description : IDE stands for: a. Input device electronics b. Integrated device electronic c. Both d. None

Last Answer : b. Integrated device electronic

Description : What would be the best programming language for artificial intelligence and environment simulation?

Last Answer : Flexsim might be worth a look. I think for anything as complex as a planetary ecosystem you will need a language capable of running continuous simulation. This is a hybrid language with continuous plus discrete event simulation capability.

Description : Do you have experience with Microsoft XNA, what are its limitations? Working on a MMORPG game concept that requires a dynamic map and environment.

Last Answer : I don't have any personal experience with XNA (I'm not really into game development) but a lot of the other computer science majors I know are doing a concentration in game development and ... , at least more positive feedback than can be said about lots of other common game development frameworks.

Description : What is a programming environment ?

Last Answer : Programming environment means a special environment for writing a program. We have to write programs in this environment or in Windows. This window contains one or more menubars. These menubars have ... menu bar. These menus make our task easier by providing various options while writing programs.

Description : What is true about PaaS? A. PaaS tool is a fully integrated development environment. B. PaaS systems support standards such as HTML, JavaScript, or other rich media technologies. C. PaaS offers the runtime environment for applications. D. All of the above

Last Answer : All of the above

Description : How feasible is a career change to Android/mobile app development?

Last Answer : No tech background? You will be a mice in a field gathering seeds, while the harvesters are racking in the crop. It's not something to just think about. Like anything, you should have passion for ... just another tool in the field, probably having to work as an intern to a well established company.

Description : Web Development: Coda vs. TextMate / CSS Edit combo?

Last Answer : I prefer Coda and CSS edit 2. Coda simply appeals to my taste more than Textmate. Coda has built in documentation which I use regularly. But many of it's options, such as bonjour editing where two people can edit a ... . As far as CSS Edit 2, I don't think it really has a contender. It's quite nice.

Description : What is Web Design and Web Development ?

Last Answer : Web Design means to determine what a website will look like or its general appearance. Your job as a web designer will be to create a complete web site template. For example, what will be its ... need to have detailed knowledge about PHP, MySQL as well as HTML, CSS, JAVASCRIPT, JQUERY, Bootstrap .

Description : What is Web Development ?

Last Answer : Web development is the lifeblood of a web site. Web Development is the process of making every piece of design that a web designer makes functional and dynamic . A web site can be divided into ... to have detailed knowledge about PHP, MySQL as well as HTML, CSS, JAVASCRIPT, JQUERY, Bootstrap .

Description : n lysogeny, A- a bacteriophage transfers bacterial DNA B- bacteria take up double stranded DNA from the environment C- DNA-degrading enzymes in the extracellular medium would stop the process D- a bacteriophage genome is integrated into the bacterial genome

Last Answer : a bacteriophage genome is integrated into the bacterial genome

Description : What's the best programming software or IDE for creating Itanium applications?

Last Answer : Norton by Symantec USA Norton is the leader in security software for your computer with more PC Magazine Editor's choice awards than any other security company. Start a free trial and protect your PC today! cutt.ly/djrhhFD

Description : What's the best book for understanding Unity 2D?

Last Answer : Are you a beginner programmer in general, or just new to Unity? That would make a big difference in how I would respond.

Description : What's bugging my simple JavaScript toggle script?

Last Answer : answer:The toggle_visibility function specifies (eng, met), not (var1, var2), so it seems not to matter what order of parameters you send it, it's going to read (eng, met) always. function toggle_visibility(eng, ... = block'; } else { e1.style.display = block'; e2.style.display = none'; }

Description : I'm clueless. Why do people make a differentiation between Apps and other programs? What's the difference?

Last Answer : answer:“App” == “Application” == “Program” Same thing.

Description : What's so special about Ruby, anyway?

Last Answer : According to the website, it has an elegance in it’s simplicity and productivity.

Description : What's the most valuable software programming language right now?

Last Answer : answer:Yes. I think C# is your overall best bet, subject to certain industry/company idiosyncrasies (e.g. Google is all about Python and C++) – or if wanting to do anything for mobile apps (Java). It’s been many years since I programmed for a living though. Delphi may make a comeback…

Description : What's the heaviest material (some kind of metal I suppose)?

Last Answer : Maybe in these economic bad times, gold is your pick?

Description : What's the best Windows SVN client?

Last Answer : I think that TortoiseSVN is the best client out there. Ive personally installed this on hundreds of developers machines and they recommend it highly. It’s also great if you have a project hosted on google with their Gurtle plugin: http://code.google.com/p/gurtle/

Description : What's the best way to find a reliable programmer?

Last Answer : I either find open source projects that are already completed, or I program it out myself. If you are looking for a reliable programmer you are going to be paying a lot of money and probably be put on a ... wants to just put his own logo and things on it I don't see the point in making another.

Description : What's the best way to build this website for little to no money and with limited programing skills?

Last Answer : Maybe a Ning network?

Description : What's the best web programming language to study right now?

Last Answer : Ruby. Maybe Python. Avoid PHP at all costs.

Description : What's the worst single line of code/script/command you have ever written/seen?

Last Answer : You might enjoy this story.

Description : What's some good music to code to?

Last Answer : EDIT: Panic at The Disco. Period.

Description : What's wrong with syntax ?

Last Answer : Grammatical errors in program language are usually called syntax errors. For example: misspellings , commas , no brackets, etc.

Description : Can you help with a website development problem? (php, sql)

Last Answer : You could do it either way, whichever is more comfortable for you. I would go the MySQL route because for me it helps keep the code cleaner, and doesn't require lots of filesystem access by the php ... bet would probably to read up on PHP's filesystem functions: http://us3.php.net/function.file hth

Description : What program is good for PHP development on Mac?

Last Answer : answer:We use Eclipse (with the PDT plugin) where I work, but I wouldn't necessarily recommend it. The thing it does that I find indispensable is allow you to follow method references into the ... formatter. I find it helpful for quickly looking up the order of parameters and other arcana of PHP.