¡@

Home 

php Programming Glossary: extendable

How easy is it to extend / modify Zend Framework?

http://stackoverflow.com/questions/1502063/how-easy-is-it-to-extend-modify-zend-framework

Doctrine can be integrated with ZF. If ZF isn't easily extendable what other frameworks are that also have ACL form validation.. Edit To answer tharkun's question what I mean by 'easily extendable' is that I can roll my own classes that may or may not extend..

Performance-oriented way to protect files on PHP level?

http://stackoverflow.com/questions/1688568/performance-oriented-way-to-protect-files-on-php-level

Plus if you do it right you could make your system extendable to allow other types in the future by you or your users including..

What is the best way to format messages for queueing?

http://stackoverflow.com/questions/2444157/what-is-the-best-way-to-format-messages-for-queueing

message queueing lately and I'd like to implement a simple extendable system for my app. While there's a lot of good information on..

Web-apps : to framework or not to framework?

http://stackoverflow.com/questions/2972943/web-apps-to-framework-or-not-to-framework

quickly unit testing framework Plus the whole framework is extendable and custmisable to suit your needs. Starting without a framework..

Track Page Views using PHP

http://stackoverflow.com/questions/3227444/track-page-views-using-php

track those metrics for you or if you are looking for an extendable and self hosted solution try Piwik Piwik is a downloadable open..

Best way to allow plugins for a PHP application

http://stackoverflow.com/questions/42/best-way-to-allow-plugins-for-a-php-application

plugins before the actual source code that you want to be extendable. I've included an example of how to handle single or multiple..

PHP Event-Listener best-practice implementation

http://stackoverflow.com/questions/4471183/php-event-listener-best-practice-implementation

create a CMS like system in PHP. making it as modular and extendable as possible. Could someone offer me the best practice scenario..