EpisodeCMS
EpisodeCMS is CakePHP based content management system.
Features: control panel, events API, module management, multilanguage and translations, themes
http://episodecms.com/
Please help me to improve it. Thanks.
[Read more] Features: control panel, events API, module management, multilanguage and translations, themes
http://episodecms.com/
Please help me to improve it. Thanks.
Paginating Data with CakePHP, Dojo Data Store and DataGrid
The aim is pull data from your database through JSON and REST-like services from CakePHP.
I have used CakePHP 1.3.2 and Dojo Toolkit 1.4.2.
[Read more] I have used CakePHP 1.3.2 and Dojo Toolkit 1.4.2.
Alertpay automated sales via IPN
I'm going to show you how I implemented a payment module via the Alertpay payment processor.
[Read more] CKSource Helper for CKEditor
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.
This helper extends CakePHP's Form core helper. I created the ckeditor function to make it easy to add a CKEditor to any form. I called it CKSource so you can add CKFinder later and have all the CKSource products in one helper. This is still very basic, so feel free to submit changes in the comments.
Update: Added comment for single or double underscore regarding initInputField
Update: Added $this->webroot to base path. This should fix some problems when working in sub-directories.
[Read more] This helper extends CakePHP's Form core helper. I created the ckeditor function to make it easy to add a CKEditor to any form. I called it CKSource so you can add CKFinder later and have all the CKSource products in one helper. This is still very basic, so feel free to submit changes in the comments.
Update: Added comment for single or double underscore regarding initInputField
Update: Added $this->webroot to base path. This should fix some problems when working in sub-directories.
Complete bbcode helper with custom tags
Hi to everybody, this is a simple way of implement a bbcode parser, i have upload this because i haven`t found anything that let me implement my own tags and the helpers i have seen werent very secure.
[Read more]
Latest Comments