Hi,
Are there someone can point out why I cannot save the upload file path
into database by default.
I customize my form showing as below.
At the Form class:
class AdvertisementForm extends BaseAdvertisementForm
{
public function configure()
{
parent::configure();
$this->offsetUnse
Hi back,
Alright, I'm back to Beirut and ready for real stuff. Symfony Live
conferences were awesome and there were lots of nice level talks.
@Marijn : Nice approach. We'll definitely go for wider solution in order to
provide a standard way to process transactions. I need to dig a bit more on
exis
Have you tried to set the default via the
$this->setDefault('name', 'Please insert a name');
syntax?
For me this works also in generated modules (but using propel).
On 18 Jun., 22:59, juro wrote:
> Hi,
>
> I have created an admin generated module in my backend "myclass" based
> on Myclass.cla
Hi!
I read tutorial section http://www.symfony-project.org/jobeet/1_2/Propel/it/18
on AJAX search and i found a bug
due to double keydown when search auto complete is active in the input
form, that takes to multiple post requests
instead one.
You can fix this with:
$("yourinputsearchid").get(
A perfect example of why one should program against interfaces, not classes.
I don't see how the observer pattern could help you.
I see a solution though. You can make a composition of all the
plugin's user classes in your myUser class (i.e. store them in
properties). Then implement the __call()
howto check if internal_uri for link_to is valid??
sometimes when i provide bad composed internal_uri - link_to gives me
500 Errors and exceptions in dev
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony use
Hi,
I have created an admin generated module in my backend "myclass" based
on Myclass.class.php. After changing the widget for the field "name"
and assigning it a default value "your name", I was surprised that the
default value was not shown in the form.
On the other hand my frontend has a modu
I think getOptions() is already a method on Doctrine_Template.
Thanks, Jon
On Thu, Jun 18, 2009 at 3:04 PM, Jonathan Franks wrote:
>
> Thanks Thomas - that worked. I made a getOptions method in my
> ObjectAttributes template and then called
>
> Doctrine::getTable($this->options['model'])-
>
Thanks Thomas - that worked. I made a getOptions method in my
ObjectAttributes template and then called
Doctrine::getTable($this->options['model'])-
>getTemplate('ObjectAttributes')->getOptions();
Regards
Jonathan
On 18 Jun 2009, at 17:12, Thomas Rabaix wrote:
> Access this information
I use Symfony 1.2 and Doctrine 1.0
Sorry for this
On 18 jun, 14:22, Gary Rojas wrote:
> Hi everybody, I have troubles, i need to get loaded all the model
> classes on the ProjectConfiguration class.
>
> I hope someone knows how to do this.
>
> Thanks so much
--~--~-~--~~
Hi everybody, I have troubles, i need to get loaded all the model
classes on the ProjectConfiguration class.
I hope someone knows how to do this.
Thanks so much
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"sy
Doh!
That won't work, all the other classes extend something or other, and
that will thwart my god-awful crime of a composite class of all the
plugins that want to be myUsers base class.
Is the observer pattern what I need here?
On Jun 18, 11:40 am, "a...@speedypin.com" wrote:
> That sounds li
That sounds like an option Marjin, without looking to hairy. so myUser
will extend MyCompositeUser and myCompositUser will be a union of all
the class signatures of the 'Extend myUser with this' classes for each
of the plugins I am interested.
Providing no method signatures clash I may be able to
I use TinyMCE: http://tinymce.moxiecode.com/index.php
with enable bbcode plugin in TinyMCE
When I edit post:
text_1
[b]text_2[/b]
I see in TinyMCE: bold text_1 and bold text_2 !!! This is wrong, this
is danger - TinyMCE with bbcode plugin convert html tags to real html
tags !! This is TinyMCE pr
On Jun 16, 2:56 am, Jonathan Wage wrote:
> Link to documentation:
>
> http://www.doctrine-project.org/documentation/manual/1_0/en/defining-...
BTW, http://www.doctrine-project.org/downloads/pdfs/cookbook_1_0_en.pdf
returns a 404.
--
--~--~-~--~~~---~--~~
You r
Postgres?
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org
On Thu, Jun 18, 2009 at 12:00 PM, virtualize wrote:
>
> Hi all
>
> When I use the batch action to delete one or more items in an admi
Hi all
When I use the batch action to delete one or more items in an admin
generated module, I get this one:
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'true'
for column 'deleted' at row 1
I'm almost sure this is a doctrine bug.
I only found similar closed ticket for doctrine
On Jun 17, 6:43 pm, jamie wrote:
> try this:
>
> public function executeOdt(sfWebRequest $request)
> {
> $output = $this->getController()->getPresentationFor('ModuleName',
> 'xmlcontent');
>
> }
>
> that will assign the output of executeXmlcontent() to $output
>
On Jun 17, 6:43 pm, jamie wro
On 18 Jun 2009, at 16:53, Andrei Dziahel wrote:
> Hi, Tom.
>
> Take a look at Dreamhost
NO. DON'T!!!
You get what you pay for - with Dreamhost that means a bunch of
amateurs. I speak from experience.
AVOID.
Best to do something like Eno suggests - manage your own servers. EC2,
Linode or
Access this information with your class table :
Doctrine::getTable('yourModel')
Look to the API to get more information from there.
On Thu, Jun 18, 2009 at 5:57 PM, Jonathan Franks wrote:
>
> Hi y'all,
>
> I'm developing a plugin with a doctrine behavior. The behavior is
> configured in the schem
Hi y'all,
I'm developing a plugin with a doctrine behavior. The behavior is
configured in the schema.yml.
I have made a routing class which needs access to this configuration.
What's the best way to do this please?
Should I use sfYaml or can I access it somehow through a doctrine class?
Reg
Hi, Tom.
Take a look at Dreamhost — it meets all your requirements. Regarding to
netpbm, pnmtopng etc. - I suppose you'll have to compile them yourself (if
they aren't installed already). But generally it takes only ./configure
--prefix=/home/username/ && make && make install. Yes, hoster allows t
On Thu, 18 Jun 2009, Tom Boutell wrote:
> We're able to find all but the last of the above in "dedicated
> virtual" offerings from hostmysite, mediatemple, slicehost and other
> providers, but these hosts take a "hands-off"hy in the future - they
> don't take care of OS updates, so if there's a s
Hi folks,
We're looking for a solid hosting company that can meet these requirements:
* PHP 5.2.6 or better (suitable for Symfony 1.2, with PDO/MySQL/gd all
properly enabled)
* The netpbm utilities are installed, or can be (pnmtopng and friends)
* system() calls are permitted
* The files of othe
can you elaborate a little bit more on this?
On Thu, Jun 18, 2009 at 12:12 PM, Nicolas Bazire
wrote:
>
> Have you thought about inheritance?
>
> On Jun 17, 4:32 pm, Jonathan Wage wrote:
> > Can you log a ticket about this?
> >
> > Honestly though, I would add columns to the model differently by
Have you thought about inheritance?
On Jun 17, 4:32 pm, Jonathan Wage wrote:
> Can you log a ticket about this?
>
> Honestly though, I would add columns to the model differently by overriding
> the setTableDefinition() in your
> lib/model/doctrine/sfDoctrineGuardPlugin/sfGuardUser.class.php
>
>
Hello,
I'm new in symfony and I had this problem 2 days ago.
Be sure your view.yml is ok.
check all the css and images
clear the cache : php symfony cc
Bye
NairuS ;)
2009/6/18 Thomas Dedericks
>
> Hi,
>
> Is the page entirely rendered ? With its layout ? Check your PHP error
> log, and make sure
Hello
Sorry to post there but I don't know who create the plugin
sfDoctrineAssetsLibraryPlugin, so to who may concern ...
The sfDoctrineAssetsLibraryPlugin plugin has just been created, I just want
to tell the author that the works is already done with
swDoctrineAssetsLibraryPlugin. So maybe it w
Hi,
Is the page entirely rendered ? With its layout ? Check your PHP error
log, and make sure that you haven't exhausted the available memory...
Le Thu, 18 Jun 2009 08:36:14 +0200, seifolah Ghaderi
a écrit:
> Hi Anyone.
>
> I'm new in symfony .I 'm reading jobeet tutorial.
> But now It don
29 matches
Mail list logo