Smarty v.3 preg_match plugin

I wrote a plugin for Smarty which allows to use the php preg_match function inside a template:

Usage:

  1. Copy the plugin in Smarty/plugins/function.preg_match.php
  2. In the template use the following code
{$haystack="cow,dog,niddle"}
{if {preg_match pattern="niddle" subject=$haystack}}
  {$matches|print_r}
{/if}

(more…)

MCB-SB configuration panel

Today I finished the configuration panel for the Contact Module. Now the user can choose which attributes of the LDAP schema should be shown for both the Organization and Person Object (not yet for the Location Object).

In the next days I’ll make improvements to the Contact GUI and I’ll add the configuration support also for the Location Object.

Here some screenshots:

(more…)

Funambol roadmap: what’s next

I’m listing here the topics I’m interested into about Funambol so that, if someone is interested, he can join the researches :)

  • - Funambol and Apache
  • - Funambol and https
  • - Funambol and file sync (teleport project?)
  • - Funambol and LDAP LUPO module

Funambol Mobile Open Source – ebook

Yesterday I bought the ebook Funambol Mobile Open Source written by Stefano Fornari, cofounder and CTO of Funambol Inc.

It’s well written and easy, a must for Funambol newbies.

It’s only few days that I’m dealing with Funambol and I think that its portal is kind of overwhelming and sometimes messy, especially in the third part components.
This book, easy to read, is quickly driving me in the right direction saving a LOT of time.

Definitely a +1!