search
HomeBackend DevelopmentPHP TutorialThe Rise of Dynamic Languages ​​Can Delphi For PHP Save Borland? (1)_PHP Tutorial

The Rise of Dynamic Languages ​​Can Delphi For PHP Save Borland? (1)_PHP Tutorial

Jul 15, 2016 pm 01:23 PM
delphiforphpdifferentpeopledynamicriseresemblanceflowerlanguage

The flowers are similar every year, but the people are different every year. Something new is born in the IT field almost every year. But it will give people different surprises every time. No, just in 2006, IBM and Microsoft also launched their own new products: Viper (DB2 9) and Vista. However, in 2006, Borland, the protagonist of the Borland incident that caused a lot of uproar because it wanted to sell its development department, finally launched a series of new developments in the name of its subsidiary CodeGear in early 2007 after lingering for a while. Tools, including the latest version of the famous Delphi, Delphi2007, but looking at its new product list, it is not difficult to find that there is a product that has never appeared in previous Borland products. Yes, this is Delphi for PHP.

I remember a few months ago, I saw in Borland’s official job advertisement that Borland was recruiting PHP developers, and the requirements for these personnel were very high in dynamic languages. If we put these two things together, maybe we will understand everything. It turns out that Borland's purpose is to create the best PHP development tool in the world to reproduce the glory of Delphi back then. So can Borland really make money from free PHP as expected?

1. Delphi is in dire straits, and Borland’s hero has broken his arm

When it comes to Borland, almost everyone who is engaged in software development knows an equation, that is, Borland = development Tools = Delphi, this equation is as famous as Microsoft = operating system = Windows. More than 20 years ago, two young people, James Gosling and Philippe Kahn, founded the Borland company in Silicon Valley, USA with their dreams. A few years later, Borland became famous with its flagship product Delphi. At its peak, Borland was among the top 10 software companies in the world.

Although Borland’s technology is world-class, his previous CEOs are not commensurate with Borland’s technology. Due to constant decision-making mistakes, Borland lost opportunities to enter the database and office software markets time and time again. These mistakes also gradually forced Borland's most important development tools department to a dead end, and finally became a hawker on the street.

After selling it for a long time, Borland finally failed to sell its development tools department. So Borland decided to set up a wholly-owned subsidiary, CodeGear, to be responsible for the research and development of development tools.

Since its establishment, CodeGear has been committed to the development and maintenance of Borland's legacy development tools (Delphi, C++ Builder, JBuilder, etc.), as well as the restoration of the Turbo series of industrial development tools. Many people are also skeptical about the establishment of CodeGear. They generally believe that Borland cannot gain more benefits from making development tools. But after Borland lays an egg (that is, CodeGear), can they change their development tools? ? I've also had this question. But recently I saw something different from Borland's previous products on CodeGear's website: Delphi for PHP. This is extraordinary. Dynamic languages ​​have been a hot topic in recent years. Why, can PHP be developed in Delphi? So I took a look at the product introduction of Delphi for PHP with this question in mind (interested readers can visit

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/446809.htmlTechArticleThe flowers are similar every year, but the people are different every year. Something new is born in the IT field almost every year. But it will give people different surprises every time. No, 2006 just passed...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
PHP Performance Tuning for High Traffic WebsitesPHP Performance Tuning for High Traffic WebsitesMay 14, 2025 am 12:13 AM

ThesecrettokeepingaPHP-poweredwebsiterunningsmoothlyunderheavyloadinvolvesseveralkeystrategies:1)ImplementopcodecachingwithOPcachetoreducescriptexecutiontime,2)UsedatabasequerycachingwithRedistolessendatabaseload,3)LeverageCDNslikeCloudflareforservin

Dependency Injection in PHP: Code Examples for BeginnersDependency Injection in PHP: Code Examples for BeginnersMay 14, 2025 am 12:08 AM

You should care about DependencyInjection(DI) because it makes your code clearer and easier to maintain. 1) DI makes it more modular by decoupling classes, 2) improves the convenience of testing and code flexibility, 3) Use DI containers to manage complex dependencies, but pay attention to performance impact and circular dependencies, 4) The best practice is to rely on abstract interfaces to achieve loose coupling.

PHP Performance: is it possible to optimize the application?PHP Performance: is it possible to optimize the application?May 14, 2025 am 12:04 AM

Yes,optimizingaPHPapplicationispossibleandessential.1)ImplementcachingusingAPCutoreducedatabaseload.2)Optimizedatabaseswithindexing,efficientqueries,andconnectionpooling.3)Enhancecodewithbuilt-infunctions,avoidingglobalvariables,andusingopcodecaching

PHP Performance Optimization: The Ultimate GuidePHP Performance Optimization: The Ultimate GuideMay 14, 2025 am 12:02 AM

ThekeystrategiestosignificantlyboostPHPapplicationperformanceare:1)UseopcodecachinglikeOPcachetoreduceexecutiontime,2)Optimizedatabaseinteractionswithpreparedstatementsandproperindexing,3)ConfigurewebserverslikeNginxwithPHP-FPMforbetterperformance,4)

PHP Dependency Injection Container: A Quick StartPHP Dependency Injection Container: A Quick StartMay 13, 2025 am 12:11 AM

APHPDependencyInjectionContainerisatoolthatmanagesclassdependencies,enhancingcodemodularity,testability,andmaintainability.Itactsasacentralhubforcreatingandinjectingdependencies,thusreducingtightcouplingandeasingunittesting.

Dependency Injection vs. Service Locator in PHPDependency Injection vs. Service Locator in PHPMay 13, 2025 am 12:10 AM

Select DependencyInjection (DI) for large applications, ServiceLocator is suitable for small projects or prototypes. 1) DI improves the testability and modularity of the code through constructor injection. 2) ServiceLocator obtains services through center registration, which is convenient but may lead to an increase in code coupling.

PHP performance optimization strategies.PHP performance optimization strategies.May 13, 2025 am 12:06 AM

PHPapplicationscanbeoptimizedforspeedandefficiencyby:1)enablingopcacheinphp.ini,2)usingpreparedstatementswithPDOfordatabasequeries,3)replacingloopswitharray_filterandarray_mapfordataprocessing,4)configuringNginxasareverseproxy,5)implementingcachingwi

PHP Email Validation: Ensuring Emails Are Sent CorrectlyPHP Email Validation: Ensuring Emails Are Sent CorrectlyMay 13, 2025 am 12:06 AM

PHPemailvalidationinvolvesthreesteps:1)Formatvalidationusingregularexpressionstochecktheemailformat;2)DNSvalidationtoensurethedomainhasavalidMXrecord;3)SMTPvalidation,themostthoroughmethod,whichchecksifthemailboxexistsbyconnectingtotheSMTPserver.Impl

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools