cakephp cms with CCK Funcionality

2010-06-08 Thread Toan Nguyen Dinh
i 'm still working. i hope get more tips from all members http://www.youtube.com/watch?v=j4JFlTNvDYM thanks kind regards Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the

Re: Get params unicode error

2010-04-16 Thread Dinh
Hi, You should post this question into a general PHP forum or mailing list. PHP's urlencode and urldecode have no problem with cp1251 encoding and decoding. Are you sure that your page encoding is correct? Regards, Dinh On Fri, Apr 16, 2010 at 11:21 AM, Cuong Vo Viet wrote: > My

Re: MySQL takeover by Oracle - petition

2010-01-05 Thread Dinh
> > Also as I said, MySQL isn't competition to > them, both are targeted to different markets. Five years ago, yes. But now, no. I worked both in finance and telecom industry and felt MySQL heat. Just take a look at BI, ERP and CRM world, you will see MySQL there already to some extent. > Do yo

Re: MySQL takeover by Oracle - petition

2010-01-05 Thread Dinh
Is it trustworthy? Oracle is not friendly to open source at all. They can kill MySQL just by delaying to fix bugs. MySQL development is rather open. It is quite opposite to Oracle style. I think you are overreacting, have you read Oracle's public position > on this ? I think not: > > > http://www.

Re: Offline version of the CakePHP manual.

2009-04-04 Thread Dinh Ba Thanh
I answered this sometimes ago: You may want to download this link to your harddisk: http://book.cakephp.org/complete/3 Best Regards, Dinh Ba Thanh, Jason bath...@gmail.com On Apr 4, 2009, at 1:12 PM, psykro wrote: > > I would like to find out > > a) if there is an offline ve

Re: Is there an offline documentation for CakePHP?

2009-03-31 Thread Dinh Ba Thanh
You may want to save this link to your harddisk http://book.cakephp.org/complete/3 Best Regards, Dinh Ba Thanh, Jason bath...@gmail.com On Mar 31, 2009, at 10:24 PM, Liebermann, Anja Carolin wrote: > > Hello everybody, > > my company will forbid access to the internet within t

Re: svn or git?

2009-02-03 Thread Dinh
PHP Core Team decides that Subversion is more relevant than Git. That's why PHP source code is migrated from CVS to Subversion. Think about that. -- -- http://groups.google.com/group/phpvietnam --~--~-~--~~~---~--~~ You received this message because y

Re: Are we using the slowest PHP framework there is?

2009-01-27 Thread Dinh
Those benchmarks are flawed and unreliable because I think that the author do not know know to set up benchmarks correctly. He even doesn't care about framework life cycle. Moreover, IMO, Yii is hard to extend. http://www.thedeveloperday.com/framework-battles-yii-vs-zend-framework/ On Sun, Jan 25

Re: multiple connections

2007-08-23 Thread Dinh
I think that I dont really understand what you means. You want to join the tables at the different database server engines, dont you? On 8/23/07, Feris Thia <[EMAIL PROTECTED]> wrote: > > > On 8/23/07, Grant Cox <[EMAIL PROTECTED]> wrote: > > > > $conditions=>array('OR' => array('Sales.id'=>'123',

Re: PHP 4 = Dead

2007-07-14 Thread Dinh
MySQL AB published their end of life policy as well: http://www.businessreviewonline.com/os/archives/2006/07/mysql_introduce.html So it should be a warning to those who use out-of date versions of PHP and MySQL that they are using obsolete products at their own risk. Dinh On 7/14/07, Vincent

When will CakePHP go with full PHP5-powered codebase?

2007-07-13 Thread Dinh
As you may notice, PHP4 is official killed for PHP5 adoption: http://php.net So I think it is time to draw a plan to migrate PHP4-compatible CakePHP codebase to fully PHP5 or PHP6 codebase. I think that lot of for-compatibility-only code will be dropped and CakePHP will run much faster. Lot of PHP

Re: ASP.NET uses dataset, what does Cake use?

2007-06-22 Thread Dinh
It is normal. PHP encourage share nothing architecture that is a very good thing on shared environment. However, you can cache the result set by using memcache, sharedance or any caching system that is exposed to PHP. Regards, Dinh On 6/22/07, TheTorst <[EMAIL PROTECTED]> wrote: >

Re: CakePHP sessions performance

2007-06-08 Thread Dinh
To improve session performance, you may try Sharedance: http://sharedance.pureftpd.org/ instead of Memcached. Sharedance requires less memory than the counterpart. MCache ( http://www.mohawksoft.org/?q=node/8) is also a good choice too. pcdinh On 6/8/07, Joshua Benner <[EMAIL PROTECTED]> wrote: >

Re: Rock the vote!

2007-01-07 Thread Dinh
+1 for Cake but this poll is so... 2004. What time is it now? Phrame, Mojavi, Studs oh my god --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@google

Re: ER Tools

2007-01-03 Thread Dinh
I am currently using ERStudio by Embarcadero. However, its support of MySQL 5 data types is a bit lacking. On 1/4/07, Dr. Tarique Sani <[EMAIL PROTECTED]> wrote: Hello All, This is a bit off topic - so apologies for that. Which ER / DB design tools do you folks use or rather do you use an ER

Re: Starting big application with Cake

2007-01-02 Thread Dinh
Performance would be certain thing you need to take into account. A well-known PHP developer's article may be of interest: http://paul-m-jones.com/blog/?p=238 Dinh On 1/3/07, Leandro Ardissone <[EMAIL PROTECTED]> wrote: Hi, I'm starting a big PHP application and planning to

Multi-templates in CakePHP apps

2006-05-09 Thread Dinh
Hello all,Is there any way to develop a distributable template in Cake? I find that putting all template files in to a single view directory as instructed in Cake manual make it impossible to attach more than one distributable template into a single application. I wish that I can put all my templat

Re: CakePHP layout help please

2006-05-08 Thread Dinh
You can see it here: http://wiki.cakephp.org/tutorials_routes#admin_routesOn 5/9/06, tehsuck <[EMAIL PROTECTED]> wrote:I am a newbie, so I really didn't know about admin routes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo