Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.0.1beta
|
MIT |
0.0.1beta
|
16/05/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.0.1beta
|
MIT |
0.0.1beta
|
16/05/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.0.1beta
|
MIT |
0.0.1beta
|
16/05/2010 |
Changelog for release 0.0.1 - 16/05/2010
Other releases
Release 0.0.1 - 16/05/2010
laiguFeyaSoftCalendarPlugin plugin
Overview
The laiguFeyaSoftCalendarPlugin package provides an easy way to integrate the FeyaSoft Calendar in Symfony.
Demo
Visit our site and live demo here.
You can download live demo source in our site.
Screenshot

Installation
Download and install the plugin
./symfony plugin:install laiguFeyaSoftCalendarPlugin --stability=beta
Clear the cache
./symfony cc
Publish the plugin's assets:
./symfony plugin:publish-assets
Configuration
Enable the plugin laiguFeyaSoftCalendarPlugin on a project, via /config/ProjectConfiguration.class.php:
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('sfDoctrinePlugin', 'laiguFeyaSoftCalendarPlugin');
}
}
Download and install Ext JS
- Download Ext JS
- Uncompress on js directory (ex: <my_project>/web/js/extjs/)
ExtJs related configuration (optional)
You should change your ExtJs web dir inside your app.yml:
all:
laigu_feyasoft_calendar_plugin:
web_dir_extjs: /js/extjs # specify your folder where to pick ExtJs.
How to use it
That's it!.
Contact
- Jordi Llonch ( jordi [at] laigu [dot] net ), [http://www.laigu.net]
Changelog
- version 0.1.0: initial release