Search Results

bootstrap php code

Let’s discuss how to bootstrap php code – funnel the HTTP requests into single php script, which handles the web application. First thing you need to do is to add this rewrite code to your .htaccess file [...] It looks relatively easy to bootstrap php code, but remember you should check very carefully all incoming data to secure your application.

Zend Framework 1.0.0 production release

zend zend+framework php php5 framework mvc php+framework Zend announced availability of the first production release of Zend Framework.
The Zend Framework project has developed solutions to solve frequent needs of web application developers, including the following areas:

Powerful MVC framework
Database access solution that balances ORM with efficiency and simplicity
Lucene-compatible search engine
Advanced I18N support
Robust authentication/authorization classes and input [...]

How to uninstall Adobe Creative Suite 2.0 applications manually

adobe, creative, howto, suite, uninstall {ttags=adobe creative+suite uninstall installer+bug msi msiexec manual+uninstall} If you have installed Adobe Creative Suite 2.0 it can be impossible to uninstall Suite applications due to installer bug. Setup.exe is crashing every time I’m trying to manage my Adobe Creative Suite installation. It’s big annoyance, because Windows won’t allow to uninstall individual suite [...]

PHP opcode caches – require_once is slow

cache, opcode, PHP, require_once, slowIf you got a large OO PHP application, you usually come with many files included using “require_once()”. Different test from different sources shows that using require_once works up to 4 times slower than require. Basically, all known PHP opcode caches suffers from this issue (APC, XCache, ea/mmcache).

There’s patches committed in APC that [...]

Better than VMware – freeware virtualization solution for application development

alternative, colinux, freeware, virtualization, vmware
Having hard time trying VMware and setting up testing server for application development, I came across unbelievable opensource not-a-toy solution – Cooperative Linux. CoLinux is working free and open source method for optimally (means fast) running Linux on Windows natively. It allows run Linux on Windows 2000/XP in a way which is much more [...]

Qcodo PHP framework – version 0.3.22 released

qcodo php framework rich internet application ajax tools Qcodo PHP framework is solid solution which can help you with application development. You can create rich internet application faster. You can implement mysql editor easily, utilize efficient ajax tools, integrate online wysiwyg editor for making rich internet application even better.
It took 3 month to release new [...]

True rapid visual application development environment for PHP available

php rad development Delphi® for PHP is the first completely integrated visual Rapid Application Development (RAD) environment for PHP. Delphi’s proven and familiar visual Rapid Application Development (RAD) approach means you are quickly up to speed and productive, without the headaches normally associated with learning a new development environment.  The powerful PHP editor and debugger [...]

Alternative PHP Cache (APC) and __autoload() interoperability

php cache apc autoload The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.

Many developers writing object-oriented applications create one PHP source file per-class definition. Using __autoload() helps to overcome one of [...]

Manage database from Firefox – SQLite Manager Extension

firefox sqlite manager database software xul xulrunner Firefox 2 got a Storage – database API baked by sqlite. It makes possible to operate any sqlite database from firefox programmatically. And finally someone created most exotic desktop SQLite Manager – XUL application, running in Firefox or XULRunner, needless to say it is crossplatform. Not that much [...]

Pages: 1 2 Next