Re: [PHP] Open Source CMS

2010-01-21 Thread Irimia, Suleapa



On 1/21/2010 7:58 AM, Paul M Foster wrote:

On Thu, Jan 21, 2010 at 11:29:54AM +0800, Hendry wrote:


Hi,

Anyone can share your favorite PHP open source CMS to work with and
what's the reason? I'm looking for something that easily extensible.
I've googled and found severals but I'm still confused, some from the
lists:
- Drupal
- Tomato CMS
- modx
- xoops
- Symphony


Add CodeIgniter to your list. Relatively easy to understand and extend.
Though I'm not sure I'd classify it as a content management system.
(Same for Symfony.)

Paul



I think is talking about Symphony CMS (XSLT-powered open source content 
management system) and not Symfony framework.


/i

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Freelance PHP development in India

2008-07-14 Thread Irimia, Suleapa

Wolf wrote:



Denis L. Menezes wrote:

Dear friends.

I am looking for freelance web developers in India.

Can contact me?

Thanks
Denis


Why just in India?  There are a number of us available via the world.

Wolf





Cause they are cheaper?


__
//Just my 2 cents


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [PHP] need advice on a free DB hosting site

2008-07-14 Thread Irimia, Suleapa

willyam pax wrote:

hi
hello everyone im stil new here i just want
some advice...now im working on a database install script in phpjust a
simple one...
i just need to test it online thats why i need advice on a database hosting
site that is free..
that also i can activate it with a username and password, can create
database or just select it.. 






Google may help you with this, but anyway ...

http://www.insanegb.com/ipanel/order - PHP, MySQL, 250mb space, 5gb 
bandwidth


http://www.5gbfree.com/

//Irimia


smime.p7s
Description: S/MIME Cryptographic Signature


[PHP] PEAR::Log mdb2

2007-10-20 Thread Irimia, Suleapa

Hello,

Can someone tell me what is wrong here please?

--
   define('BASE_PEAR_DSN','mysql://root:[EMAIL PROTECTED]/db');

   if(is_includeable('Log.php')) {
   require_once('Log.php');
  
   $logConfig = array('dsn' = BASE_PEAR_DSN);
  
   $logger = Log::singleton('mdb2', 'log_table', 'System', 
$logConfig);

   if (PEAR::isError($logger)) {
   die($logger-getMessage());
   }
   $logger-log('logging an event' . PEAR_LOG_DEBUG);
   }
--

I can't see anything in log_table and i don't know what is wrong here.
Many thanks,



smime.p7s
Description: S/MIME Cryptographic Signature