i have a problem i can\'t figure out in my cake app i have a form that saves multiple data.. one of my input fields is a select field so i have in the view:
I want to select out the part of an email address column before @. So if a row is somebody@somewhere.com, how do I select somebody out of each row?开发者_开发知识库
the question I could never find an answer for. imagine I have a rather the following structure inside of a div:
I\'m curre开发者_如何学JAVAntly slicing up a new site design and I want to make a multiple select look and feel the same way that a regular select does, but have the user control+click to choose multi
Lets say I have two tables, Tool and IOPoint, both with GUID as the PK.Tool has a colum开发者_如何学Pythonn that is a GUID FK column to the IOPoint table.
I have 2 listboxes and when a button is pressed I need to move an option from one to another. I did this:
I\'m using Zend Framework for my website and I\'d 开发者_高级运维like to retrieve some data from my PostgreSQL database.
I\'m learning postgresql and I can\'t figure out how to write this nested query or if it\'s even possible.
i have a query returning user actions with action date , howeever , I want my query to return all the actions with their dates but return null for the action date when the date equals the previous dat
I have a 1 to many relationship between two tables... say Organisation and Members I want to create a new Organisation based on an existing one (ID 111) and copy all the members but associate them w