Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

CakePHP HTMLPurifier Component

Custom Programming, Framework

I needed to use HMTLPurifier on my CakePHP application. So I just saved it under the vendors folder inside the application folder. This how the directory strucure looked like.

+ myApplication
     |-----+ config/
     |-----+ controllers/
     |-----+ models/
     |-----+ plugins/
     |-----+ tmp/
     |-----+ vendors/
     |       |----- HTMLPurifier/
     |       |----- HTMLPurifier.php
     |
     |-----+ views/
     |-----+ webroot/
     |-----+ .htaccess
     |-----+ index.php

Full article: http://rediscoverer.net/archives/19

License: Creative Commons

Add to any service

Indexed in May 2008

Related Info Web

  • Flash-Ajax Video Component
  • What Is the Flash Ajax Video Component? The Adobe™ Flash™ Ajax Video (FAVideo) component is a small, open source Flash component that you can use to provide video playback within an Ajax application. It exposes all of the formatting and video playback controls necessary to build a video player customized entirely using HTML and Javascript. ... Full article: http://labs.adobe.com License: Creative Commons ...

  • Cakephp: isAjax weirdness
  • Currently, I’m doing a project in CakePHP. There’s lots to say about cake, here just a quick note, for myself or for anyone in case you are running into the same problem. Situation: you are using the Ajax helper, which contains a method isAjax() - returns true if the request was an Ajax request. Typically, you use this method inside a view, to...

  • Rails-like PHP Framework
  • There are two Rails-like PHP frameworks gaining momentum and amounting a zealous following, both of which have recently gone stable.Symfony and CakePHP, written in pure PHP follow the same MVC (Model, View, Constroller) architecture found on Rails.. ... Full article: http://yelotofu.com/2007/03/rails-like-php-framework/ License: Creative Commons Attribution 3.0 Unported...

  • Using pagination with CakePHP’s finderQuery SQL
  • Cakephp lets you define various kinds of associations between models. The principle is really simple, just define arrays like $hasMany in your main model, where associations with other models are defined. For most purposes this does the trick, most associations are made by convention, but you can override these as well for e.g. database (foreign-) keys. ... Full article: http://squio.nl License: Creative Commons...

  • PRADO : PHP Rapid Application Development Object-oriented
  • PRADO is a component-based and event-driven framework for rapid Web programming in PHP 5. PRADO reconceptualizes Web application development in terms of components, events and properties instead of procedures, URLs and query parameters. A PRADO component is a combination of a specification file (in XML),.. ... Full article: http://www.enomaly.net License: Creative Commons Attribution 2.5...