function lx_alphaArray ()
{
global $xoopsUser, $xoopsDB, $xoopsModule;
$alpha = array();
for ($a = 65; $a < (65+26); $a++ )
{
$letterlinks = array();
$initial = chr($a);
$sql = $xoopsDB -> query ( "SELECT * FROM " . $xoopsDB -> prefix ( "lxentries") . " WHERE init = '$initial' " );
$howmany = $xoopsDB -> getRowsNum( $sql );
$letterlinks['total'] = $howmany;
$letterlinks['id'] = chr($a);
$letterlinks['linktext'] = chr($a);
$alpha['initial'][] = $letterlinks;
}
return $alpha;
}
function lx_alphaArray (){
global $xoopsUser, $xoopsDB, $xoopsModule;
$pismenka = array("A","B","C","D","E","F","G","H","CH","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z");
$alpha = array();
for ($a = 0; $a < count($pismenka); $a++ )
{
$letterlinks = array();
$initial = $pismenka[$a];
$sql = $xoopsDB -> query ( "SELECT * FROM " . $xoopsDB -> prefix ( "lxentries") . " WHERE init = '$initial' " );
$howmany = $xoopsDB -> getRowsNum( $sql );
$letterlinks['total'] = $howmany;
$letterlinks['id'] = $pismenka[$a];
$letterlinks['linktext'] = $pismenka[$a];
$alpha['initial'][] = $letterlinks;
}
return $alpha;
}
First, we want to wish your all a Happy New Year and all the very best!!!!!
As always, as the first thing in each newsletter we wanted to express our gratitude to all of you who have donated money to XOOPS Foundation! We truly appreciate your trust and support!
December was a busy month. We've released XOOPS 2.4.2 and XOOPS 2.4.3. We've also published a draft of the XOOPS 2008-2009 Annual Report, and we were also very happy to have Trabis joining the XOOPS Council, and Kris_fr releasing Mor.Pho.GEN.e.sis 3.0.
On a little more sober note, we were disappointed that after 2 years of trying we were not able to find an amicable solution with our former Project Manager and Chairman of Stichting XOOPS in Netherlands, Herko Coomans, and were forced to file a lawsuit against him for return of XOOPS funds and Intellectual Property back to the XOOPS Community. We very much appreciate the support from the XOOPS community. Already over 135 XOOPS Community members signed the petition for the court in Netherlands in support of it, and and if you didn't sign yet, please sign it today
But the most important thing is that, as you've seen in the XOOPS 2008-2009 Annual Report, there have been a lot of exciting activities in the last two years, the community is uniting, growing, and becoming more vibrant and active - creating new themes, new modules, and new Core releases - with the new XOOPS 2.5 coming out soon in the Alpha release, and later on the XOOPS 3.0. The year 2010 will be a great year for all of us!!!
Highlights of the last month: