Re: Guide on creating first application

2009-12-13 Thread Pedro Nascimento
You can find /many/ applications on GitHub. Just be careful when adapting your code according to them; it seems a lot of coding are not done the right way, so you might learn things wrong. As a Brazilian, I always try to write my apps in English, and then just change the views to Portuguese. I

Re: Guide on creating first application

2009-12-13 Thread Pedro Nascimento
Just one tip: From your tables I can see you have a data_registo which implies you're probably Portuguese and want these to be populated when creating a new row on the table. As I said before, I believe CakePHP understands English better: modify all of them to 'created', and they'll be

Re: Guide on creating first application

2009-12-11 Thread Délsio Cabá
Hi Bernardo, Working with the command it's easy to figure that out. I realized that I had to create a View for all the related tables of utilizadores in order to see the form for adding new record on utilizadores. Where can I get a complete application made with cakephp, really complete,

Re: Guide on creating first application

2009-12-10 Thread Bernardo Vieira
What's your model name for the utilizadores table? My guess is CakePhp's inflector is not dealing very well with the portuguese plural rules Utilizador - Utilizadores. You could get the portuguese inflections maintened by the portuguese/brazilian cakephp community