I\'m using a self constructed database model. This model is constructed for a webshop application. this is how it looks like:
Im using CodeIgniter 2.0.2 and I noticed while calling a Model from within a Model, you dont need to load it.
I have a variable that becomes null somehow! Note the debugger in the controller. EDIT: looks like the cvit object is not the same in the controller and the view. How do I fix this problem?
What is the difference? Also, why does this not work: The variables such as base_path are not being set.
The below log snippet shows the parameters that get passed in, but then when the SQLinsert statement is made it inserts nulls for all the values instead of the values in params. Can you guys give me s
Doing a redirect to GET after POST. Spring Web should be adding the \'clientId\' model attribute below onto my URL, but it\'s not....
I have i little problem with save Tags of an Portfolio with Doctrine. I have Portfolio Model: abstract class BasePortfolio extends Doctrine_Record
Example scenario: 5 views on the screen that each increment through the colors of the rainbow by one color each time you press it.
I have a model as follows: Greeting belongs_to :icon belongs_to :icon, :foreign_key => :user_icon I need to save the icon_id and also the user_icon id in the case I don\'t have a registered us
I am running Symphony 1.4 and on the following tutorial: http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03.