Caking for FUN+Profit

2009-03-11 Thread mariuz
Here is my next presentation prepared for php meetup in boston http://mapopa.blogspot.com/2009/03/caking-for-funprofit-here-is-my-next.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

Re: total html separation in views

2008-09-06 Thread mariuz
s :) > > On Sep 3, 12:18 pm, Donkeybob <[EMAIL PROTECTED]> wrote: > > > > > cake has a built-in template system . . . .why change it? Seems like > > more work if you're using the framework anyways. > > > On Sep 3, 4:54 am,mariuz<[EMAIL PROTECTED]&g

Re: total html separation in views

2008-09-06 Thread mariuz
plate system . . . .why change it? Seems like > > more work if you're using the framework anyways. > > > On Sep 3, 4:54 am, mariuz <[EMAIL PROTECTED]> wrote: > > > > In views i can use smarty or fasttemplate or any other template > > > language b

total html separation in views

2008-09-03 Thread mariuz
In views i can use smarty or fasttemplate or any other template language but i'm not quite atracted about any of them http://www.qadram.com/vcl4php/docwiki/index.php/Component_Writer%27s_Guide_::_Template_Engines I wonder what if i use no template engine at all and keep the html separated and clea

blog tutorial - php5 clean up

2008-09-01 Thread mariuz
In the blog tutorial maybe the $name variable should be removed it is a little bit cleaner this way http://book.cakephp.org/view/334/create-a-post-model from class Post extends AppModel { var $name = 'Post'; } to class Post extends AppModel { } --~--~-~--~~~---~--

Re: cakephp Linux

2008-08-25 Thread mariuz
On Aug 22, 4:41 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, I ´m trying to install ang configure cake in linux and I dont now > how. I have no expierence neither in linux nor cake. I need step by > step the instructions. > Thank you very much... On ubuntu is quite simple install ph

Cakephp tutorial for Ubuntu Firebird and Nginx

2008-08-25 Thread mariuz
This tutorial will walk you through the creation of a simple blog application. We’ll be getting and installing Cake, creating and configuring a database, and creating enough application logic to list, add, edit, and delete blog posts. What is needed : Firebird ,Ubuntu , Nginx and Php but it shoul