I\'m having a little bit of a struggle, trying to come up with a solution for the following: I have a bunch of items, that are just content items, i.e. title etc
I try to move my module which generated by the Admin Genrator to a plugin. Error: Fatal error: Class \'BaseFooGeneratorConfiguration\' not found in ...
I\'m building a Symfony 1.4 project, and I\'m attempting to use PEAR\'s Crypt_RSA package.Unfortunately, the package hasn\'t been updated in awhile, so instead of doing a simple pear install from the
I am trying to create an search filter on a frontend module, that will filter by 2 fields, which are months and years
I want to use PayPal, Express Checkout, in a Symfony/Doctrine 1.4.8 the current plugins all seem to be in Beta and also somewhat over the top in the way they are implemented. I can follow the logic of
instead of type below in action.class.php : $pdf->write1DBarcode(\'CODE 39\', \'C39\', \'\', \'\', \'\', 18, 0.4, \'\', \'N\');
Specifically, for example, what is the best way to开发者_开发问答 refactor code to be used in the model class? In the MVC Pattern, the model should manipulate only the data stored in the database and
For example, Comment table has foreign key at Author table. How开发者_如何转开发 do I create a new author record when I save a new comment? e.g.: Comment: id = 1, author_id = [newly generated id assoc
I am using Symfony 1.4 and ORM as Propel, to create my project. Last time i have upgraded my server\'s PHP version from 5.2 to 5.3, from that time i am getting the error as
I\'d like to internationalize the strings of my view.yml, I can\'t find how to do this. I hav开发者_运维技巧e a solution that is bad, in my opinion: