I have text in polish language: "ala ma kota śźćżąęłó". Doctrine
searchable converts it to keywords in table:
- ala
- ma
- kota
- szczaelo
So "śźćżąęłó" was saved in table as keyword "szczaelo" so when
somebody writes in search "śźćżąęłó" he gets nothing - what can I do ?
--
You received this me
I think this is a bug: http://trac.symfony-project.org/ticket/8194#preview
On 27 Sty, 19:23, dziobacz wrote:
> I have international frontend application and normal backend. I have
> model Firm with column: id and model FirmTranslation with column:
> offer. In frontend everything is
I have international frontend application and normal backend. I have
model Firm with column: id and model FirmTranslation with column:
offer. In frontend everything is ok but in backend when I use for
example query:
Doctrine_Query::create()->from('Firm')->execute();
I can show all data from model F
thx people !! :)
On 14 Sty, 20:57, tirengarfio wrote:
> Well put "$" before both..
>
> On Jan 14, 8:55 pm, Javier Garcia wrote:
>
> > On 01/14/2010 08:51 PM, dziobacz wrote:> How can I check on the layout
> > current module and action which use
I would like to do menu like on this site: http://www.benchmark.pl/
Clicked menu has got orange color. So I think I have to do something
like that for example (where id is CSS id):
if (module/action = 'firm/index') echo "id='menu_index_clicked'"
else echo "id='menu_index'"
if (module/action = 'fi
Massimiliano maybe you could create a plugin from your solution and
place it here: http://www.symfony-project.org/plugins/ ? :)
On 12 Sty, 14:03, Massimiliano Arione wrote:
> On 12 Gen, 07:57, dziobacz wrote:
>
> > I would like to use also format in sfWidgetFormJQueryDate in sym
I would like to use also format in sfWidgetFormJQueryDate in symfony
1.4. Here is my ticket: http://trac.symfony-project.org/ticket/8093#preview
You can give there your suggestions so maybe fabien faster solve this
problem.
What is more I think current format: mm-dd- is wrong because in
normal
he slug in the database instead of generating it
> every time? This way you can keep your route as it is - only having a
> slug parameter.
>
> On Sun, Jan 10, 2010 at 13:14, dziobacz wrote:
> > sfDoctrineRoute works only with at least one variable which represents
> > r
is to use the column option in param
>
> Something like this:
> options: { model: Blog, type: object, column: subject_slug }
>
> Another interesting params are
> model_methods..http://www.symfony-project.org/advent_calendar/3/en
>
> On 10 led, 13:14, dziobacz wrote:
>
>
sfDoctrineRoute works only with at least one variable which represents
real column from table in url ?
I have in routing.yml:
show_blog:
url: /blog/:subject_slug
class: sfDoctrineRoute
options: { model: Blog, type: object }
param: { module: blog, action: index }
:subject_slug isn't re
ery::create()
> ->from('Travel trav')
> ->leftJoin('trav.DepartureCity dep')
> ->leftJoin('trav.ArrivalCity arr');
>
> On Thu, Dec 31, 2009 at 1:40 PM, dziobacz wrote:
> > CITIES:
> > id_city
> > city
>
> > T
CITIES:
id_city
city
TRAVEL:
id_travel
id_city_departure
id_city_arrival
How can I make query in that case to get in one row name of departure
city and name of arrival city ? I have tried something like that but
it doesn't work:
$q = Doctrine_Query::create()
->from('Travel trav')
->innerJoin('tr
$temp1 = 'temp'.$m;
> $m = $m + 1;
> $this->widgetSchema['comment'.$i['id']] = new
> sfWidgetFormInputCheckbox(array(), array('name' => $temp, 'id' =>
> $temp1));
>
> }
> On Wed, Dec 30, 2009 at 7:09
t; $this->widgetSchema['comment'.$i['id']] = new
> sfWidgetFormInputCheckbox(array(), array('name' => $temp, 'id' =>
> $temp1));
>
> }
> On Wed, Dec 30, 2009 at 7:09 PM, dziobacz wrote:
> > Now they have different names but they
$this->widgetSchema['comment'.$i['id']] = new
> sfWidgetFormInputCheckbox(array(), array('name' => $temp));
>
> }
>
> On Wed, Dec 30, 2009 at 6:43 PM, dziobacz wrote:
> > I still have:
>
> >
> >
> >
>
&
$this->widgetSchema['comment'.$i['id']] = new
> sfWidgetFormInputCheckbox(array(), array('name' => $temp));
>
> }
> On Wed, Dec 30, 2009 at 12:31 PM, dziobacz wrote:
> > Is it possible to change name widget ? I am doing that:
>
>
Is it possible to change name widget ? I am doing that:
foreach ($this->getOption('param') as $i)
{
$this->widgetSchema['comment'.$i['id']] = new
sfWidgetFormInputCheckbox(array(), array('name' => 'test'));
}
but I get:
ID is the same as name !!
--
You received this message
enderRow();
>
> }
>
> // your form class configure method
> public function configure () {
> ...
> foreach ($this->comment_values as $comment_value) {
> $this->addWidget(...);
> }
> ...
>
> }
>
> On Dec 28, 9:42 am, dziobacz wrote:
>
> &g
gt;
>
> true,
> 'onchange'=> remote_function(array('update' => 'common_area','url' =>
> 'home/homeselectdate','script' => true,'with'=>"'id='+this.value"; ?>
>
> htt
I would like to approve comments clicking on checkboxes using AJAX
(without refreshing page).
Screen is here: http://forum.symfony-project.org/index.php/t/24537/
So as you can see above now I have checkboxes - each checkbox is a one
row from table - so I must write in view:
getId
()."'";
I have table for uploaded images:
Image:
actAs: { Timestampable: ~ }
columns:
description:
type: string(200)
name:
type: string(250)
notnull: true
extension:
type: string(10)
notnull: true
mime_type:
type: string(250)
notnull: true
I h
Is it possible to set communicate of error in a form without array in
field constructor ? For example I want to change error communicate in
a form which extends other form, so I must again set validator, for
example:
public function configure()
{
$this->setValidators(array(
'userna
gives:
gives:
and I don't see a picture - sfConfig::get('sf_upload_dir') gives
backslash, but it should be slash !! What can I do with that ??
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to symfony-us
oh thx :)
On 14 Gru, 07:17, lking wrote:
> i think that you should to select file symfony.
> in my case it's
> Z:\vendor\symfony\data\bin\symfony
>
> On 14 дек, 07:36, dziobacz wrote:
>
> > I can't create new Symfony project in netbeans, I have communica
I can't create new Symfony project in netbeans, I have communicate:
No Symfony script selected
Here on the last screen:
http://blogs.sun.com/netbeansphp/entry/initial_symfony_support
We have:
Symfony script: /usr/bin/symfony
It is path to what ? To symfony unzipped instalation package ? But I
ca
I have in schema:
Promotion:
columns:
id_promotion:
type: integer(1)
primary: true
autoincrement: true
id_city:
type: integer(4)
notnull: true
start_travel_date:
type: date
notnull: true
price:
type: decimal
notnull: true
Maybe I should include in action helper Date and use function
format_date() ? But is it a good solution ? I thought that helpers are
only for views, not for actions ?
On 8 Gru, 09:38, dziobacz wrote:
> I have form:
> $this->setWidgets(array(
> 'description' =&
I have form:
$this->setWidgets(array(
'description' => new sfWidgetFormInput(),
'test' => new sfWidgetFormJQueryDate(array('format' => '%day%/
%month%/%year%', 'culture' => 'pl')),
));
$this->widgetSchema->setNameFormat('data[%s]');
---
thx :)
On 6 Gru, 18:54, Gábor Fási wrote:
> Because you assign the $firm data in the controller, and it gets
> escaped before it gets into the view.
> If you want the raw value, you'll need $firm->getDescription(ESC_RAW);
>
> On Sun, Dec 6, 2009 at 16:06, dziobacz wro
xt in this field and that's why
> simple_format_text() do northing in this case.
>
> On 6 дек, 14:44, dziobacz wrote:
>
> > In tutorial we have
> > simple_format_text():http://www.symfony-project.org/jobeet/1_4/Doctrine/en/04
>
> > I have in action:
> >
In tutorial we have simple_format_text():
http://www.symfony-project.org/jobeet/1_4/Doctrine/en/04
I have in action:
$this->firm = Doctrine::getTable('Firm')->find(1);
And in view:
getDescription()); ?>
And it shows me: test \n test
But it should be bold text with new line inside. So function
s
r selection for route firm.
> i'd prefer just to rename field in the schema.
>
> On 5 дек, 21:19, dziobacz wrote:
>
> > hm... unfortunately something is wrong :(
>
> > With @: url_for('@firm_show?id_firm='.$firm->getIdFirm())
> > I have error: Th
)
I have error: The route "firm_show?id_firm=1" does not exist.
On 5 Gru, 19:33, Gábor Fási wrote:
> Either make it "@firm_show?firm_id=" . $firm["id"], or simply drop the @ :)
>
> On Sat, Dec 5, 2009 at 18:43, dziobacz wrote:
> > So now I have:
> >
ies elsewhere: when you generate the show urls in your
> index action. According to the error message, you do it by passing
> "firm/show" to the url_for, and now it cannot find it like that
> anymore. Presuming you call your route collection "firm", try
> "@f
But when I have changed on:
public function executeShow(sfWebRequest $request)
{
$this->firm = $this->getRoute()->getObject();
}
I still have the same error.
On 5 Gru, 12:12, Gábor Fási wrote:
> Tryhttp://localhost/frontend_dev.php/firmthat should be the index.
>
>
I would like to start using Object Route Class as in tutorial (I have
never used it):
http://www.symfony-project.org/jobeet/1_4/Doctrine/en/05
I have in schema.yml:
Firm:
columns:
id_firm:
type: integer(1)
primary: true
autoincrement: true
email:
type: string(100)
dot)
On 3 Gru, 18:50, "oweit...@gmx.de" wrote:
> Sorry for the late reply.
> Maybe the country data in symfony is wrong?
> Please try it with culture = 'de'.
> At weekend i try to test this issue.
>
> On 27 Nov., 09:14, dziobacz wrote:
>
> > Thx Fas
dot)
On 3 Gru, 18:50, "oweit...@gmx.de" wrote:
> Sorry for the late reply.
> Maybe the country data in symfony is wrong?
> Please try it with culture = 'de'.
> At weekend i try to test this issue.
>
> On 27 Nov., 09:14, dziobacz wrote:
>
> > Thx Fas
dot)
On 3 Gru, 18:50, "oweit...@gmx.de" wrote:
> Sorry for the late reply.
> Maybe the country data in symfony is wrong?
> Please try it with culture = 'de'.
> At weekend i try to test this issue.
>
> On 27 Nov., 09:14, dziobacz wrote:
>
> > Thx Fas
dot)
On 3 Gru, 18:50, "oweit...@gmx.de" wrote:
> Sorry for the late reply.
> Maybe the country data in symfony is wrong?
> Please try it with culture = 'de'.
> At weekend i try to test this issue.
>
> On 27 Nov., 09:14, dziobacz wrote:
>
> > Thx Fas
Unfortunately it doesn't work. It works only if I have relation one to
many but not when I have relation many to many.
On 1 Gru, 18:22, Jonathan Wage wrote:
> Maybe this?
>
> $this->setDefaults(array(
> 'authors_list' => array(2)
> ));
>
>
&g
At least Jonathan Wage - good xD Unfortunately Jonathan this solution
doesn't work :(
I have tried that solution - Gregore gave me that solution few days
ago in this thread:
http://groups.google.com/group/symfony-users/browse_thread/thread/9f3a6aeef78e7212/5bb41b1d1609edce#5bb41b1d1609edce
but it d
; related object
>
> $u = new User;
> $u->my_default_value = 'asds';
>
> $f = new sfUserForm($u)
>
> On Tue, Dec 1, 2009 at 10:28 AM, dziobacz wrote:
> > I couldn't set default value for sfWidgetFormDoctrineChoiceMany in
> > relation many to many (no
I couldn't set default value for sfWidgetFormDoctrineChoiceMany in
relation many to many (not one to many), I asked here and nobody know
so I created ticket here: http://trac.symfony-project.org/ticket/7712
Why my ticket is invalid ?
--
You received this message because you are subscribed to the
pl')
));
Unfortunately during edition record with price in field 'price' I see
price with dot instead of comma so i must by myself change dot on
comma :/
On 27 Lis, 07:48, Gábor Fási wrote:
> This might be what you are looking
> for:http://www.symfony-project.org/p
In form I have:
$this->setValidators(array(
'price' => new sfValidatorNumber(),
));
I think in many countries people uses comma instead of dot and real
nobody know ?
On 26 Lis, 20:39, dziobacz wrote:
> I have form with price field - but I can write only price wit
I have form with price field - but I can write only price with dot,
price with comma is incorrect - what can I do ? In my country price
has got always comma.
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to s
Yes but no result - I can selected this options in JavaScript but in
Symfony in setDefaults() I can't - why ?
On 26 Lis, 16:37, Grégoire wrote:
> Have you tried this?
>
> $this->setDefaults(array(
> 'authors_list' => array(2)
> ));
>
> On 26 nov, 1
I have tables: Books, BooksAuthors, Authors. I use
sfWidgetFormDoctrineChoiceMany and I want that default author was
author with id = 2 but I can't do that. The default author is author
with id = 1 - WHY ?? My code:
$this->setWidget('authors_list', new
sfWidgetFormDoctrineChoiceMany(array(
ok - Pavel.Campr here:
http://forum.symfony-project.org/index.php/m/88804/#msg_88804
helped me xD
On 21 Lis, 13:37, dziobacz wrote:
> Fabien wrote about my task here:http://trac.symfony-project.org/ticket/7630
> "Please, ask your questions on the user mailing-list."
>
>
Fabien wrote about my task here:
http://trac.symfony-project.org/ticket/7630
"Please, ask your questions on the user mailing-list."
So I would like to ask You again about my question - but could You see
this question on Symfony forum here:
http://forum.symfony-project.org/index.php/m/88790/#msg_88
Because nobody know how I can unuset fields in FirmTranslationForm.
On 11 Lis, 01:11, theredled wrote:
> Why don't you just unset() unused fields in FirmForm and
> FirmTranslationForm ?
>
> On 9 nov, 10:42, dziobacz wrote:
>
> > Creating i18n forms with only so
ill not working :(
>
> --
> Murali
>
> 2009/11/9 dziobacz
>
>
>
>
>
> > You must add in partial file '_yourpartialfile.php':
>
> >
>
> > On 9 Lis, 10:31, Murali Krishna B
> > wrote:
> > > Hi all,
>
> > > I
> those links.
> When it is done from template, I can see all delete links and their events.
> But When I deleted a post from them, partial is creating links, which are
> not working.
>
> Any solutions for this?
>
> Thanks,
>
> Murali Krishna
>
> 2009/11/4 dziobacz
Creating i18n forms with only some fields from table isn't possible so
I give You my idea :)
I have schema.yml:
Firm:
actAs:
I18n:
fields: [description, address]
columns:
id_firm:
type: integer(1)
primary: true
autoincrement: true
email:
type: string(
s an array to the second argument.
>
> $this->form = new ContactForm(array(), array("firm" => $firm));
>
> Then in your form class:
>
> $this->getOption("firm");
>
> Although in your case - if you are just trying to set defaults you can
> use the fi
I have array:
$firm['Translation']['pl']['address'] = "";
$firm['Translation']['pl']['description'] = "b";
$firm['Translation']['en']['address'] = "c";
$firm['Translation']['en']['description'] = "d";
In action I am trying to pass this array to the form:
$this->form = new ContactF
'post'))
{
$this->form->bind($request->getParameter($this->form-
>getName()));
if ($this->form->isValid())
{
$this->form->save();
}
}
}
But after submit form, data aren't save in database, why ???
O
:
type: clob
Symfony generated for me tables:
firm:
id_firm
email
firm_translation:
id_firm
description
address
lang
Nobody know how I can unset i18n field 'description' ?
On 7 Lis, 14:53, dziobacz wrote:
> I have table Firm with columns:
> id_firm
> desc
I have table Firm with columns:
id_firm
description
contact
I want 1 textarea in polish for column 'contact' and 1 textarea in
english for column 'contact'. I would like to create form to edit
column 'contact' so I read this site:
http://www.symfony-project.org/jobeet/1_2/Doctrine/en/19
on
> Bye
>
>
>
> On Wed, Nov 4, 2009 at 8:10 AM, dziobacz wrote:
>
> > I didn't find article about catching errors which can be during upload
> > file in Symfony - can I do something like that below using try -
> > catch ? Is it a good solution when something
Yes - in Symfony we must also move file from temt to target. Do You
use some catching errors or rather not ?
On 4 Lis, 15:04, Eno wrote:
> On Wed, 4 Nov 2009, dziobacz wrote:
> > For example upload photo on the server - for example in normal PHP in
> > this tutorial:http://www
4 Lis, 10:12, Thomas Rabaix wrote:
> Depends what you mean by file upload ...
>
> PHP does not manage the "input stream", all the work is done before by the
> webserver, so you can't catch any error at this point.
>
>
>
> On Wed, Nov 4, 2009 at 8:10 AM, dziobacz
I didn't find article about catching errors which can be during upload
file in Symfony - can I do something like that below using try -
catch ? Is it a good solution when something during file upload will
go wrong ?
$unique_code = md5(uniqid(mt_rand()));
$file = $this->form->getValue('photo');
$
> >>> but you error is in dont uses:
>
> >>> return $this->renderText('('.$output.')');
>
> >>> or
>
> >>> return $this->renderPartial('partial', array('var1' => $var1));
>
> >>> you a
ocal: user_id
> > foreign: id
> > type: one
> > onDelete: CASCADE
> > onUpdate: CASCADE
>
> foreignAlias: Profile
>
> > sfGuardUser:
> > dziobacz:
> > id: 1
> > username: dziobacz
> > password: has
e: one
onDelete: CASCADE
onUpdate: CASCADE
I have got file 10_user.yml:
sfGuardUser:
dziobacz:
id: 1
username: dziobacz
password: haslo123
And file 20_profile.yml:
sfGuardUserProfile:
dziobacz:
user_id: 1
name: xyz
email: x...@gmail.com
And when I try to load d
really nobody used link_to_remote() ??
On 22 Paź, 14:21, dziobacz wrote:
> ok thx, but now after deleted post I see inside div 'ajaxclass' (where
> should be posts) small website with 500 error :(
>
> On 22 Paź, 14:13, Gareth McCumskey wrote:
>
> > The link_to
t;
>
>
> On Thu, Oct 22, 2009 at 1:12 PM, dziobacz wrote:
>
> > I want to delete posts from my forum without refresh page but now
> > after clicked link 'Delete post' post is deleting without refreshing
> > page but it is still showing - I must refresh page an
I want to delete posts from my forum without refresh page but now
after clicked link 'Delete post' post is deleting without refreshing
page but it is still showing - I must refresh page and then it isn't
showing - why ?
I have actions:
class forumActions extends sfActions
{
public function ex
http://www.google.com/trends?q=Zend+Framework%2C+CakePHP%2C+CodeIgniter%2C+Symfony%2C+yii&ctab=0&geo=all&geor=all&date=all&sort=0
Why if I write in google trends: Zend Framework, Symfony - the results
are almost the same:
http://www.google.com/trends?q=Zend+Framework%2C+Symfony&ctab=0&geo=all&date
I would like to say that Symfony is very, very good and future
framework. Thx Symfony I could learn very fast ASP.NET MVC (not
ASP.NET but ASP.NET MVC) - these two frameworks have got many similar
things.
While Zend Framework is far, far away Symfony and ASP.NET MVS. In Zend
you must almost everyt
ok - I used sessions and it works now :D
On 1 Lip, 15:53, dziobacz wrote:
> I don't pass value to the next page - this is my problem ;] Should I
> use session ?
>
> On 1 Lip, 13:01, Sid Bachtiar wrote:
>
> > Do you pass the input value to the next page?
>
> &g
is executed:
>
> $zpt = Doctrine::getTable('sfGuardUserProfile')->search("");
>
>
>
> On Wed, Jul 1, 2009 at 10:28 PM, dziobacz wrote:
>
> > I have a problem with my own searcher (this is normal form with 1
> > input text + button) + Symfony page
I have a problem with my own searcher (this is normal form with 1
input text + button) + Symfony pager. After searched users I see
searched users + pager but when I click some number of page in pager I
again see ALL USERS but I want to see next page with only searched
users. I know what is wrong (
t browser would kill the session,
> > because it is a privacy issue.
>
> > On Mon, Jun 22, 2009 at 11:09 PM, dziobacz
> > wrote:
>
> > > Remember me doesn't work in Firefox, IE8, Opera and Chrome.
>
> > > On 22 Cze, 12:50, Sid Bachtiar wrote:
> &g
Remember me doesn't work in Firefox, IE8, Opera and Chrome.
On 22 Cze, 12:50, Sid Bachtiar wrote:
> If you are using Firefox then check the Firefox settings. Make sure
> session is not made expired on closing the browser.
>
>
>
> On Mon, Jun 22, 2009 at 10:45 PM, dz
But checked 'remember me' checkbox doesn't work.
On 22 Cze, 12:30, Sid Bachtiar wrote:
> But I think there is a 'remember me' checkbox option that warns them about it.
>
> It is a dangerous arrangement, so you need to be very careful here.
>
>
>
&
to think about the security aspect when setting the timeout.
> > The longer the timeout, the more chance of your user forgot to logout
> > and someone else using their account.
>
> > On Mon, Jun 22, 2009 at 8:59 PM, dziobacz wrote:
>
> > > User should
User should be log in 30 days = 2592000 seconds. In factories.yml I
have:
all:
user:
class: myUser
param:
timeout: 2592000
But after closed browser user is log out and he must log in again,
why ? What should I do ?
--~--~-~--~~~---~--~~
You received
, Jun 21, 2009 at 9:11 AM, dziobacz wrote:
>
> > ok so next trial :)
>
> > In \sf_sandbox\apps\backend\lib I created loginForAdminFilter.class:
>
> > class loginForAdminFilter extends sfFilter
> > {
> > public function execute($filterChain)
> > {
&
just to be
> sure that if the person manage somehow to enter there (maybe a
> crossapplication link), i would be able to kick him out via @logout.
> It might be an extra check-up, but will keep you the application safe (also,
> will allow you to skip if the user is loged in or have credentials
in.');
> $this->getUser()->setAuthenticated(false);
> }
>
> }
>
> LOOL sorry .. i have reread your initial post, and you make the things
> correctly... however, i would not copy/paste the sign in method (DRY). I
> would rather
r password with an external method"
> I guess anywhere in your lib folder, just make sure it's static,
> callable and the autoload finds it.
>
> On Sat, Jun 20, 2009 at 19:15, dziobacz wrote:
>
> > Is this section: 'Change the algorithm used to store p
I
> think that's good enough.
>
> On Sat, Jun 20, 2009 at 18:45, dziobacz wrote:
>
> > I know about credentials - but with credentials user CAN login but he
> > hasn't acces permission to pages. I thought about that user CAN'T
> > login if he isn't
ardPlugin>
>
> Secure some modules or your entire application in security.yml
>
> default:
> is_secure: on
>
> Check out the docs & mail list archive, there is a "has_credentials" or
> "require credential' setting for your yaml config.
&g
Standard signin() method looks:
class BasesfGuardAuthActions extends sfActions
{
public function executeSignin($request)
{
$user = $this->getUser();
if ($user->isAuthenticated())
{
return $this->redirect('@homepage');
}
$class = sfConfig::get('app_sf_guard_plugin_
herwise (false
> by default)"
>
> http://www.symfony-project.org/forms/1_2/en/B-Validators
>
> On Sat, Jun 20, 2009 at 09:45, dziobacz wrote:
>
> > sfWidgetFormInput() with spaces is correct (for example this problem
> > doesn't concert sfWidgetFormTex
herwise (false
> by default)"
>
> http://www.symfony-project.org/forms/1_2/en/B-Validators
>
> On Sat, Jun 20, 2009 at 09:45, dziobacz wrote:
>
> > sfWidgetFormInput() with spaces is correct (for example this problem
> > doesn't concert sfWidgetFormTex
sfWidgetFormInput() with spaces is correct (for example this problem
doesn't concert sfWidgetFormTextarea()). For example I have:
$this->setWidgets(array(
'subject'=> new sfWidgetFormInput(),
));
$this->setValidators(array(
'subject' => new sfValidatorString(array('min_len
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
hp symfony cc
Sid's solution was the best - thx Sid and all :)
On 18 Cze, 05:52, dziobacz wrote:
> Ok - so first I had to change MAIN layout on:
>
>
>
>
> Then I created files: _header.php and _footer.php in \sf_sandbox\apps
> \frontend\templates
> And I have an e
t can be cached.
>
> 3) You still have to include it on each templates in your module manually.
>
>
>
> On Thu, Jun 18, 2009 at 1:20 AM, dziobacz wrote:
>
> > I think I have found a better solution:
> > create in module, in templates file 'header.php' wit
ly
"header.php" file. :))
On 17 Cze, 14:02, Eno wrote:
> On Wed, 17 Jun 2009, dziobacz wrote:
> > in each template my module ? This isn't so comfortable - if in the
> > future I want to change text 'Forum header' I have to change this text
> > in ea
gt; Why not create another layout for your module?
>
> E.g.: create forum_layout.php in myproject/myapp/templates
>
> Then in your module's view.yml:
>
> default:
> layout: forum_layout
>
>
>
> On Wed, Jun 17, 2009 at 8:26 PM, dziobacz wrote:
>
> >
ontent in templates:
>
> Forum header
>
>
> On Jun 17, 9:46 am, dziobacz wrote:
>
> > I have my own module 'Forum' - each site in this module should have
> > header 'FORUM'. Is it possible to make local layout inside main layout
I have my own module 'Forum' - each site in this module should have
header 'FORUM'. Is it possible to make local layout inside main layout
for this module. Local layout should look:
FORUM
Is it possible or not (I think not) ?
--~--~-~--~~~---~--~~
You received th
May I also know why ? :)
On 15 Cze, 22:00, dziobacz wrote:
> ok thx ;)
>
> On 15 Cze, 21:37, Jonathan Wage wrote:
>
> > Yes this is normal.
>
> > Jonathan H. Wage (+1 415 992 5468)
> > Open Source Software Developer & Evangelist
> > sensiolabs.com |
ok thx ;)
On 15 Cze, 21:37, Jonathan Wage wrote:
> Yes this is normal.
>
> Jonathan H. Wage (+1 415 992 5468)
> Open Source Software Developer & Evangelist
> sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org
>
> On Mon, Jun 15, 2009 at
integer(2) in doctrine in schema.yml = smallint(6) in mysql
integer(4) in doctrine in schema.yml = int(11) in mysql
integer(10) in doctrine in schema.yml = bigint(20) in mysql
Why ? Is it normal situation or something is wrong with mine doctrine ?
--~--~-~--~~~---~--~-
1 - 100 of 203 matches
Mail list logo