Re: WordPress query_posts on a CakePHP page?

2012-03-03 Thread 85VicWagonGuy
On Mar 2, 8:50 pm, bujanga wrote: > You basically have to load the WordPress "framework" to use their wp > specific functions. See this > link:http://www.digimantra.com/tutorials/wordpress/display-wordpress-post-... Am I missing something? http://www.whereweroll.com/test-other.php uses the code

Re: CakePHP Job Opportunity

2012-03-03 Thread John L
On Sat, Mar 3, 2012 at 5:38 AM, Matthew Porter < matthew.por...@porterinnovative.com> wrote: > Hi everyone > > Long time reader, first time poster. > > I'm hoping one of you can help with a project I have right now: > > http://www.scriptlance.com/projects/1330758916.shtml > > Seeking friendly, pro

Re: Saving simple associations

2012-03-03 Thread Tilen Majerle
In ur for statement use $i++ instead of ++$i :) Dne sobota, 03. marec 2012 je pošiljatelj FirstTimeBaker < thinkgrea...@gmail.com> napisal: > Hi all. > > I am new with CakePHP and I have the following problem with testing > associations. > > I have two objects: a country and a person. One person c

Saving simple associations

2012-03-03 Thread FirstTimeBaker
Hi all. I am new with CakePHP and I have the following problem with testing associations. I have two objects: a country and a person. One person can live in one country and a country can have many people. I have two test tables as follows: Table countries: CREATE TABLE IF NOT EXISTS `countries`

CakePHP 2.x plugin configs

2012-03-03 Thread U-Zyn Chua
Hello, I've been a long time user of CakePHP (since pre v1) but have only recently checked out CakePHP 2.x. I'm writing a plugin for CakePHP 2.x, and am looking for a quick and easy way for users to configure the plugin upon loading it. I'm hoping to achieve something like this: CakePlugin::l

Re: Failed Deployment

2012-03-03 Thread Rui Wang
First make sure that you upload all the files to the remote server. Then try to clear the cache on the server. If all these don't work, check the permission settings on the server. I used to build a personal blog with wordpress. And I had similar question with you. After these steps, the problem di

Re: Cake 2.1RC

2012-03-03 Thread @dariobarila
Yeah!! I'm very happy! Starting with 2.1 Cake Rocks! Thanks a lot. On 3 Mar, 14:08, José Lorenzo wrote: > 2.1, it is going to be marked as stable very soon :) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http:

Re: CakePHP 2.1 Submits Duplicate Array Values

2012-03-03 Thread José Lorenzo
That was a bug found the very next day after publishing 2.1 RC, use the latest code from github or wait a few days until 2.1 is marked as stable -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org a

CakePHP 2.1RC: How to set a custom layout when using ExceptionRenderer

2012-03-03 Thread José Lorenzo
Use the $this->controller property in your custom method or override _getController() in your Exception renderer class to configure a custom layout for all your errors. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions sit

Re: Best way to work with MySQL table relations (referential integrity)

2012-03-03 Thread José Lorenzo
If you do not want the orphaned records you could just use CASCADE instead of restrict. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.

Re: Cake 2.1RC

2012-03-03 Thread José Lorenzo
2.1, it is going to be marked as stable very soon :) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send

Re: Cake 2.1RC

2012-03-03 Thread Salines
Start with cakephp 2.1 Dana subota, 3. ožujka 2012. 11:30:19 UTC+1, korisnik @dariobarila napisao je: > > Hji all. > I'm starting to develope my future startup with cake, maybe in May we > plan to go live in production. > I am very tempted from using view blocks, which are only available in >

CakePHP Job Opportunity

2012-03-03 Thread Matthew Porter
Hi everyone Long time reader, first time poster. I'm hoping one of you can help with a project I have right now: http://www.scriptlance.com/projects/1330758916.shtml Seeking friendly, professional CakePHP/MySQL developer for an exciting project. You will be working with an experienced and know

Cake 2.1RC

2012-03-03 Thread @dariobarila
Hji all. I'm starting to develope my future startup with cake, maybe in May we plan to go live in production. I am very tempted from using view blocks, which are only available in version 2.1 What do you recommend, I must use the 2.0 or 2.1 for now? Regards -- Our newest site for the community: