Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
My :post model is the parent model. Within a post are many comments. And comments have potential of having many more comments, and so forth. I thought I had had this right, but I were to type :
I\'m making my first CakePHP project (apart from all the tutorials I did...). I\'m making a site for trainers and athletes in the athletics sport.
i\'m learning django so i\'ve many questions, and one is how i can reuse a model? i mean the models live in the application folder, but some models are exactly the same between two differents applicat
I have a problem when trying to localize my application. It is available in two languages: english and german. The problem appears when the browser has the language set english(United States) and in m
ok i think this is very basic, but since I am new to Django开发者_Go百科 I don\'t know how to handle this.
models.py: class root(models.Model): uid_string = models.CharField(max_length=255, unique=True) class tree(models.Model):
Hi i am new in cake php and can\'t solve the problem. Th开发者_StackOverflow社区e problem is I have a table like;
Using CakePHP 1.3 I have a fairly large model in CakePHP, and I\'d like to have some hidde开发者_StackOverflow中文版n elements on the form page to (manually) compare/validate against before saving, b
I am somewhat new to Django and have searched for some simple examples of creating objects with subobjects in views so that in templates I can have nested for loops.